[fedup] fix Obsoletes

Will Woods wwoods at fedoraproject.org
Tue Apr 30 15:25:11 UTC 2013


commit 9751682b6687570fa801ca0e9dde3209b077e33a
Author: Will Woods <wwoods at redhat.com>
Date:   Tue Apr 30 11:24:55 2013 -0400

    fix Obsoletes

 fedup.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/fedup.spec b/fedup.spec
index 675da09..7f70a28 100644
--- a/fedup.spec
+++ b/fedup.spec
@@ -1,6 +1,6 @@
 Name:           fedup
 Version:        0.7.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The Fedora Upgrade tool
 
 License:        GPLv2+
@@ -22,8 +22,10 @@ BuildRequires:  systemd-devel
 BuildRequires:  asciidoc
 BuildArch:      noarch
 
+%if 0%{?fedora} > 18
 # GET THEE BEHIND ME, SATAN
 Obsoletes:      preupgrade
+%endif
 
 %description
 fedup is the Fedora Upgrade tool.
@@ -77,6 +79,9 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/%{_unitdir}
 #{_datadir}/fedup/ui
 
 %changelog
+* Tue Apr 30 2013 Will Woods <wwoods at redhat.com> 0.7.3-4
+- Dependency fix: can't Obsolete preupgrade until F19 :/
+
 * Thu Apr 25 2013 Will Woods <wwoods at redhat.com> 0.7.3-3
 - Fix hang upgrading from F18 to F19 Alpha (#954371)
 


More information about the scm-commits mailing list