| |
@@ -13,7 +13,7 @@
|
| |
Name: fedora-obsolete-packages
|
| |
# Please keep the version equal to the targeted Fedora release
|
| |
Version: 32
|
| |
- Release: 22
|
| |
+ Release: 23
|
| |
Summary: A package to obsolete retired packages
|
| |
|
| |
# This package has no actual content; there is nothing to license.
|
| |
@@ -820,6 +820,9 @@
|
| |
%obsolete_ticket https://bugzilla.redhat.com/show_bug.cgi?id=1757792
|
| |
%obsolete CGAL 5.0-0
|
| |
|
| |
+ # This package won't be installed, but will obsolete other packages
|
| |
+ Provides: libsolv-self-destruct-pkg()
|
| |
+
|
| |
%description
|
| |
This package exists only to obsolete other packages which need to be removed
|
| |
from the distribution for some reason.
|
| |
@@ -839,6 +842,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Tue Nov 12 08:16:26 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 32-23
|
| |
+ - Mark this package as self-destruct
|
| |
+
|
| |
* Thu Nov 7 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 32-22
|
| |
- Also obsolete other binary packages of zanata-platform
|
| |
|
| |
With libsolv 0.7.8+, this will make Obsoletes to take an effect, but it
won't actually install this package.
With older libsolv versions, this won't do anything.
References: https://github.com/openSUSE/libsolv/commit/25356d16b4520d716e64c8f9506ef4d00b343c63
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org