SHA256
1
0
forked from pool/openscap

Accepting request 129774 from home:dmacvicar:branches:security

- Fix schema_version of scap-rhel6-oval.xml (to 5.8)

OBS-URL: https://build.opensuse.org/request/show/129774
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=48
This commit is contained in:
Marcus Meissner 2012-08-04 07:37:50 +00:00 committed by Git OBS Bridge
parent 6b9bdd29b4
commit eb783a4d92
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -ur openscap-0.8.3.orig/dist/rhel6/scap-rhel6-oval.xml openscap-0.8.3/dist/rhel6/scap-rhel6-oval.xml
--- openscap-0.8.3.orig/dist/rhel6/scap-rhel6-oval.xml 2012-03-01 13:18:24.000000000 +0100
+++ openscap-0.8.3/dist/rhel6/scap-rhel6-oval.xml 2012-08-03 10:36:48.000000000 +0200
@@ -8,7 +8,7 @@
xmlns:unix-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix">
<generator>
<oval:product_name>vim</oval:product_name>
- <oval:schema_version>5.6</oval:schema_version>
+ <oval:schema_version>5.8</oval:schema_version>
<oval:timestamp>2011-03-06T12:00:00-04:00</oval:timestamp>
</generator>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 3 09:00:36 UTC 2012 - dmacvicar@suse.de
- Fix schema_version of scap-rhel6-oval.xml (to 5.8)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 1 09:43:28 UTC 2012 - meissner@suse.com Wed Aug 1 09:43:28 UTC 2012 - meissner@suse.com

View File

@ -31,6 +31,8 @@ Source2: sysconfig.oscap-scan
Source3: scap-yast2sec-xccdf.xml Source3: scap-yast2sec-xccdf.xml
Source4: scap-yast2sec-oval.xml Source4: scap-yast2sec-oval.xml
# #
Patch0: openscap-0.8.3-rhel6-invalid-syntax.patch
#
Url: http://www.open-scap.org/ Url: http://www.open-scap.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libacl-devel BuildRequires: libacl-devel
@ -144,6 +146,7 @@ commonly used and require additional dependencies.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build