This patch fixes file paths listed in EXAMPLES section of scap-security-guide(8) manual page yet, them to be the correct ones. Issue raised within: [1] https://bugzilla.redhat.com/show_bug.cgi?id=1018905#c10
Pushed to master already (passed basic sanity && regression testing). Thank you && Regards, Jan. -- Jan iankko Lieskovsky / Red Hat Security Technologies Team
From f3b3bc47ffb59d7b2570eb4708290d8b7e9eff2c Mon Sep 17 00:00:00 2001 From: Jan Lieskovsky <[email protected]> Date: Thu, 17 Oct 2013 16:24:50 +0200 Subject: [PATCH] [Fedora] Use correct file paths in scap-security-guide(8) manual page (RH BZ#1018905, c#10) Signed-off-by: Jan Lieskovsky <[email protected]> --- Fedora/input/auxiliary/scap-security-guide.8 | 8 ++++---- Fedora/scap-security-guide.spec | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Fedora/input/auxiliary/scap-security-guide.8 b/Fedora/input/auxiliary/scap-security-guide.8 index 0e3cdd0..7758f37 100644 --- a/Fedora/input/auxiliary/scap-security-guide.8 +++ b/Fedora/input/auxiliary/scap-security-guide.8 @@ -39,15 +39,15 @@ common profile, run: $ oscap xccdf eval --profile common \ --results /tmp/`hostname`-ssg-results.xml \ --report /tmp/`hostname`-ssg-results.html \ ---cpe /usr/share/xml/scap/ssg/fedora/content/ssg-fedora-cpe-dictionary.xml \ -/usr/share/xml/scap/ssg/fedora/content/ssg-fedora-xccdf.xml +--cpe /usr/share/xml/scap/ssg/fedora/ssg-fedora-cpe-dictionary.xml \ +/usr/share/xml/scap/ssg/fedora/ssg-fedora-xccdf.xml To scan your system utilizing the scap-workbench systems compliance evaluation GUI tool against the common profile, run: $ scap-workbench -tool, select /usr/share/xml/scap/ssg/fedora/content/ssg-fedora-xccdf.xml +tool, select /usr/share/xml/scap/ssg/fedora/ssg-fedora-xccdf.xml as input file, and 'Common Profile for General-Purpose Fedora Systems' as the profile file. @@ -57,7 +57,7 @@ https://fedorahosted.org/scap-security-guide/wiki/usageguide .SH FILES -.I /usr/share/xml/scap/ssg/fedora/content/ +.I /usr/share/xml/scap/ssg/fedora/ .RS Houses SCAP content utilizing the following naming conventions: diff --git a/Fedora/scap-security-guide.spec b/Fedora/scap-security-guide.spec index cd7aee7..9536f56 100644 --- a/Fedora/scap-security-guide.spec +++ b/Fedora/scap-security-guide.spec @@ -5,7 +5,7 @@ # file one level up - in the main scap-security-guide directory (instead of # this one). -%global fedorassgrelease 3.rc2 +%global fedorassgrelease 3.rc3 Name: scap-security-guide Version: 0.1 @@ -53,6 +53,10 @@ cp -a Fedora/input/auxiliary/scap-security-guide.8 %{buildroot}%{_mandir}/en/man %doc Fedora/LICENSE Fedora/output/ssg-fedora-guide.html %changelog +* Thu Oct 17 2013 Jan iankko Lieskovsky <[email protected]> 0.1-3.rc3 +- Use correct file paths in scap-security-guide(8) manual page + (RH BZ#1018905, c#10) + * Wed Oct 16 2013 Jan iankko Lieskovsky <[email protected]> 0.1-3.rc2 - Apply further changes motivated by scap-security-guide Fedora RPM review request (RH BZ#1018905, c#8): -- 1.8.3.1
_______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
