[eurephia] Remove superfluous Obsolete tag

dsommers dsommers at fedoraproject.org
Wed Aug 28 16:54:17 UTC 2013


commit 52325b8e62a89c49be81dab565307bfdd3b93891
Author: David Sommerseth <davids at redhat.com>
Date:   Wed Aug 28 18:51:21 2013 +0200

    Remove superfluous Obsolete tag
    
    This was used when eurephia changed the packaging a while ago,
    where the contents of the eurephia-iptables RPM was moved into the
    main eurephia RPM.
    
    Still keeping the Provides tag, to cover if somebody have old
    documentation at hand.  At least for now.
    
    Signed-off-by: David Sommerseth <davids at redhat.com>

 eurephia.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/eurephia.spec b/eurephia.spec
index 54f67b8..ff2c225 100644
--- a/eurephia.spec
+++ b/eurephia.spec
@@ -1,6 +1,6 @@
 Name:           eurephia
 Version:        1.1.0
-Release:        6%{?betatag:.%{betatag}}%{?dist}
+Release:        7%{?betatag:.%{betatag}}%{?dist}
 Summary:        An advanced and flexible OpenVPN user authentication plug-in
 
 Group:          Applications/Internet
@@ -18,7 +18,6 @@ BuildRequires:  cmake >= 2.6.1
 BuildRequires:  sqlite-devel >= 3.0.0
 Requires:       openvpn
 Requires:       eurephia-sqlite3 = %{version}-%{release}
-Obsoletes:      eurephia-iptables < 1.0.1-2
 Provides:       eurephia-iptables >= 1.0.1-2
 
 %description
@@ -143,6 +142,9 @@ rm -rf %{buildroot}
 %{_mandir}/man7/eurephia_saltdecode.7.gz
 
 %changelog
+* Wed Aug 28 2013 David Sommerseth <dazo at users.sourceforge.net> - 1.1.0-7
+- Removed superfluous Obsolete tag.  This is not relevant any more in Fedora.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list