diff --git a/python-pymilter.spec b/python-pymilter.spec index fbfe16a..eb40b4d 100644 --- a/python-pymilter.spec +++ b/python-pymilter.spec @@ -9,14 +9,15 @@ Summary: %{sum} Name: python-pymilter -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.0.4 +Release: 1%{?dist} Url: http://bmsi.com/pymilter Source: https://github.com/sdgathman/pymilter/archive/pymilter-%{version}.tar.gz Source1: tmpfiles-python-pymilter.conf # remove unit tests that require network for check Patch: pymilter-check.patch License: GPLv2+ +Group: Development/Libraries BuildRequires: python2-devel, %{python3}-devel, sendmail-devel >= 8.13 # python-2.6.4 gets RuntimeError: not holding the import lock # Need python2.6 specific pydns, not the version for system python @@ -61,6 +62,7 @@ Common files and directories used for python milters %package selinux Summary: SELinux policy module for pymilter +Group: System Environment/Base Requires: policycoreutils, selinux-policy-targeted Requires: %{name} = %{version}-%{release} BuildArch: noarch @@ -77,11 +79,11 @@ with milters. %prep %setup -q -n pymilter-pymilter-%{version} +#setup -q -n pymilter-%{version} %patch -p1 -b .check %build %py2_build -#patch -p1 -b -z .py3 - 1.0.4-1 +- New upstream release: cleanup unused files, additional platform support +- Minor doc updates + * Sat Feb 02 2019 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild