commit 68c7e3ed6a6a1ef7ea1a056ede1bcd47937ac75c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Mar 14 18:39:33 2018 +0100
Initial import
README | 2 ++
rpmfusion-nonfree-obsolete-packages.spec | 43 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
---
diff --git a/README b/README
new file mode 100644
index 0000000..f0e32eb
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+This package exists only to obsolete old packages which need to be removed from
+the distribution in order to avoid dependency issues during upgrades.
diff --git a/rpmfusion-nonfree-obsolete-packages.spec
b/rpmfusion-nonfree-obsolete-packages.spec
new file mode 100644
index 0000000..d42b313
--- /dev/null
+++ b/rpmfusion-nonfree-obsolete-packages.spec
@@ -0,0 +1,43 @@
+Name: rpmfusion-nonfree-obsolete-packages
+Version: 28
+Release: 1%{?dist}
+Summary: A package to obsolete retired packages from rpmfusion-nonfree
+
+License: MIT
+URL:
http://rpmfusion.org
+Source0: README
+BuildArch: noarch
+
+# Last build nvidia-304xx-kmod-304.137-5.fc28
+Provides: akmod-nvidia-304xx = 304.137-100
+Obsoletes: akmod-nvidia-304xx < 304.137-100
+Provides: kmod-nvidia-304xx = 304.137-100
+Obsoletes: kmod-nvidia-304xx < 304.137-100
+# Last build xorg-x11-drv-nvidia-304xx-304.137-2.fc28
+Provides: xorg-x11-drv-nvidia-304xx = 304.137-100
+Obsoletes: xorg-x11-drv-nvidia-304xx < 304.137-100
+
+
+%description
+This package exists only to obsolete other packages which need to be removed
+from the RPM Fusion nonfree for some reason.
+
+%prep
+cp -p %{SOURCE0} .
+
+
+%build
+# Nothing to build
+
+
+%install
+# Nothing to install
+
+%files
+%doc README
+
+
+
+%changelog
+* Tue Mar 13 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 28-1
+- Initial spec file