diff --git a/fedora-obsolete-packages.spec b/fedora-obsolete-packages.spec index 92281bc..58faa31 100644 --- a/fedora-obsolete-packages.spec +++ b/fedora-obsolete-packages.spec @@ -3,8 +3,8 @@ Name: fedora-obsolete-packages # Please keep the version equal to the targeted Fedora release -Version: 26 -Release: 2 +Version: 27 +Release: 1 Summary: A package to obsolete retired packages # This package has no actual content; there is nothing to license. @@ -17,18 +17,31 @@ Source0: README # Add Obsoletes: below, along with links to the relevant bugzilla tickets filed # against this package and the version in which the entry can be removed. # -# All Obsoletes: entries must be versioned, with the version being just higher -# than the last version-release of the obsoleted package. This allows the -# package to return to the distribution later. +# All Obsoletes: entries must be versioned, with the version being the same as +# or just higher than the last version-release of the obsoleted package. This +# allows the package to return to the distribution later. -# Obsoletes: foo <= 3.5-7 # https://bugzilla.redhat.com/show_bug.cgi?id=1234567 # Remove in f28 +# Obsoletes: foo <= 3.5-7 + +# https://bugzilla.redhat.com/show_bug.cgi?id=1451372 +# Remove in F29 to allow for F25->F26->F28 upgrades. +Obsoletes: perl-ZeroMQ <= 0.23-13.fc25 +Obsoletes: perl-ZMQ-LibZMQ2 <= 1.09-9.fc25 +Obsoletes: perl-ZMQ-LibZMQ3 <= 1.19-5.fc25 + %description This package exists only to obsolete other packages which need to be removed from the distribution for some reason. +Current obsoleted packages: + perl-ZeroMQ <= 0.23-13.fc25 + perl-ZMQ-LibZMQ2 <= 1.09-9.fc25 + perl-ZMQ-LibZMQ3 <= 1.19-5.fc25 + + %prep %autosetup -c -T cp %SOURCE0 . @@ -37,6 +50,9 @@ cp %SOURCE0 . %doc README %changelog +* Tue May 16 2017 Jason L Tibbitts III - 27-1 +- Add perl ZMQ packages from https://bugzilla.redhat.com/show_bug.cgi?id=1451372 + * Fri Feb 10 2017 Fedora Release Engineering - 26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild