[mmdb2] edit obsoletes to prevent breakage on rawhide

Timothy Fenn timfenn at fedoraproject.org
Wed Nov 26 21:35:32 UTC 2014


commit 1ae270ab8522c1a20cecf5bd1d372875fbc0e05a
Author: Tim Fenn <tim.fenn at gmail.com>
Date:   Wed Nov 26 16:35:28 2014 -0500

    edit obsoletes to prevent breakage on rawhide

 mmdb2.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/mmdb2.spec b/mmdb2.spec
index e44d36d..b24fc3c 100644
--- a/mmdb2.spec
+++ b/mmdb2.spec
@@ -1,13 +1,13 @@
 Summary: Macromolecular coordinate library
 Name: mmdb2
 Version: 2.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv3
 Group: System Environment/Libraries
 URL: ftp://ftp.ccp4.ac.uk/opensource/
 Source0: ftp://ftp.ccp4.ac.uk/opensource/%{name}-%{version}.tar.gz
-# prevent breakage on F20
-%if 0%{?fedora} >= 21
+# prevent breakage on rawhide
+%if 0%{?fedora} >= 22
 Obsoletes: mmdb < %{version}-%{release}
 %endif
 
@@ -35,8 +35,8 @@ Summary: Header files and library for developing programs with mmdb
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: pkgconfig
 Group: Development/Libraries
-# prevent breakage on F20
-%if 0%{?fedora} >= 21
+# prevent breakage on rawhide
+%if 0%{?fedora} >= 22
 Obsoletes: mmdb < %{version}-%{release}
 %endif
 
@@ -73,6 +73,9 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Wed Nov 26 2014 Tim Fenn <tim.fenn at gmail.com> - 2.0.1-3
+- edit obsoletes to prevent breakage on rawhide
+
 * Sun Nov 2 2014 Tim Fenn <tim.fenn at gmail.com> - 2.0.1-2
 - spec file clean ups/modernization
 


More information about the scm-commits mailing list