[pyzor] Minor spec cleanup and some notes

Jason ティビツ tibbs at fedoraproject.org
Fri Mar 6 18:23:33 UTC 2015


commit b6adc267ef857ba472757e379d20598e93cc480a
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Fri Mar 6 12:23:20 2015 -0600

    Minor spec cleanup and some notes

 notes      | 19 +++++++++++++++++++
 pyzor.spec | 11 +++++------
 2 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/notes b/notes
new file mode 100644
index 0000000..72a689a
--- /dev/null
+++ b/notes
@@ -0,0 +1,19 @@
+Known rpmlint complaints:
+
+  pyzor.noarch: W: spelling-error %description -l en_US spamassassin -> spam assassin, spam-assassin, assassin
+Obviously bogus
+
+  pyzor.noarch: E: incorrect-fsf-address /usr/share/licenses/pyzor/COPYING
+Reported and fixed upstream: https://github.com/SpamExperts/pyzor/pull/36
+
+  pyzor.noarch: W: no-manual-page-for-binary pyzord
+  pyzor.noarch: W: no-manual-page-for-binary pyzor
+  pyzor.noarch: W: no-manual-page-for-binary pyzor-migrate
+Indeed, no manual pages for these.  Upstream used to have them, but removed
+them.
+
+Related issues:
+
+Broken with selinux, even though /etc/pyzor should be a good location:
+  [Bug 1199339] New: pyzor called by spamassassin can't access /etc/pyzor
+  https://bugzilla.redhat.com/show_bug.cgi?id=1199339
diff --git a/pyzor.spec b/pyzor.spec
index f30929d..5231a39 100644
--- a/pyzor.spec
+++ b/pyzor.spec
@@ -1,13 +1,8 @@
 Name:          pyzor
 Version:       1.0.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Collaborative spam filtering system
 Group:         Applications/Internet
-# COPYING is GPLv2; package used to have a documentation file indicating v2+,
-# but it is gone now.  The upstream documentation (not shipped with the
-# package) seems to indicate v2 only, but isn't terribly specific.
-# Assuming GPLv2 for now; opened
-# https://github.com/SpamExperts/pyzor/issues/35 upstream.
 License:       GPLv2
 URL:           http://pyzor.sourceforge.net/
 Source0:       https://pypi.python.org/packages/source/p/pyzor/pyzor-%{version}.tar.gz
@@ -42,6 +37,10 @@ install -d -m 755 %{buildroot}/etc/pyzor
 /usr/bin/pyzor*
 
 %changelog
+* Fri Mar 06 2015 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.0.0-2
+- Upstream clarified that the license is indeed GPLv2:
+  https://github.com/SpamExperts/pyzor/issues/35
+
 * Thu Mar 05 2015 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.0.0-1
 - Update to 1.0.0.
 - Clean up and greatly simplify the specfile.


More information about the scm-commits mailing list