[PATCH] scap-security-guide in Fedora obsoletes openscap-content

Šimon Lukašík isimluk at fedoraproject.org
Fri Nov 15 14:57:07 UTC 2013


From: Simon Lukasik <slukasik at redhat.com>

Openscap-content has been created for Fedora 14 and it becomes
increasingly outdated. The scap-security-guide package in Fedora
has been designed as a next generation of Fedora content.

With OpenSCAP-0.9.13 release we decided to obsolete openscap-content
and advice users to use scap-security-guide instead. However, we
need to put the obsoletes directive to scap-security-guide.spec
in order to avoid nasty update issues like (rhbz#1028706).
---
 Fedora/scap-security-guide.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Fedora/scap-security-guide.spec b/Fedora/scap-security-guide.spec
index dc21c7d..4a31a5c 100644
--- a/Fedora/scap-security-guide.spec
+++ b/Fedora/scap-security-guide.spec
@@ -9,7 +9,7 @@
 
 Name:		scap-security-guide
 Version:	0.1
-Release:	%{fedorassgrelease}%{?dist}
+Release:	%{fedorassgrelease}.1%{?dist}
 Summary:	Security guidance and baselines in SCAP formats
 Group:		Applications/System
 License:	Public Domain
@@ -18,6 +18,7 @@ Source0:	http://fedorapeople.org/~jlieskov/%{name}-%{version}-%{fedorassgrelease
 BuildArch:	noarch
 BuildRequires:	libxslt, expat, python, openscap-utils >= 0.9.1, python-lxml
 Requires:	xml-common, openscap-utils >= 0.9.1
+Obsoletes:      openscap-content < 0:0.9.13
 
 %description
 The scap-security-guide project provides a guide for configuration of the
@@ -53,6 +54,9 @@ cp -a Fedora/input/auxiliary/scap-security-guide.8 %{buildroot}%{_mandir}/en/man
 %doc Fedora/LICENSE Fedora/output/ssg-fedora-guide.html
 
 %changelog
+* Fri Nov 15 2013 Šimon Lukašík <slukasik at redhat.com> - 0.1-3.1
+- Rebuild to obsolete openscap-content package (#1028706)
+
 * Tue Oct 22 2013 Jan iankko Lieskovsky <jlieskov at redhat.com> 0.1-3
 - Add .gitignore for Fedora output directory
 - Set up Fedora release name and CPE based on build system properties
-- 
1.8.3.1



More information about the scap-security-guide mailing list