Skip to content

Commit 983c221

Browse files
author
Jan Lieskovsky
committed
[RHEL] Include datastream files into RHEL6 and RHEL7 RPM packages too
[RHEL] Bump version to 0.1-16
1 parent 59916ef commit 983c221

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

RHEL/6/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ dist: tables guide content
131131
cp $(OUT)/$(ID)-rhel6-oval.xml $(DIST)/content
132132
cp $(OUT)/$(ID)-rhel6-cpe-dictionary.xml $(DIST)/content
133133
cp $(OUT)/$(ID)-rhel6-cpe-oval.xml $(DIST)/content
134+
cp $(OUT)/$(ID)-rhel6-ds.xml $(DIST)/content
134135

135136
clean:
136137
rm -f $(OUT)/*.xml $(OUT)/*.html $(OUT)/*.xhtml $(OUT)/*.pdf $(OUT)/*.spec $(OUT)/*.tar $(OUT)/*.gz $(OUT)/*.ini $(OUT)/*.csv

RHEL/7/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ dist: tables guide content
132132
cp $(OUT)/$(ID)-rhel7-oval.xml $(DIST)/content
133133
cp $(OUT)/$(ID)-rhel7-cpe-dictionary.xml $(DIST)/content
134134
cp $(OUT)/$(ID)-rhel7-cpe-oval.xml $(DIST)/content
135+
cp $(OUT)/$(ID)-rhel7-ds.xml $(DIST)/content
135136

136137
clean:
137138
rm -f $(OUT)/*.xml $(OUT)/*.html $(OUT)/*.xhtml $(OUT)/*.pdf $(OUT)/*.spec $(OUT)/*.tar $(OUT)/*.gz $(OUT)/*.ini $(OUT)/*.csv

scap-security-guide.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%global redhatssgrelease 16.rc3
1+
%global redhatssgrelease 16
22

33
Name: scap-security-guide
44
Version: 0.1
@@ -53,6 +53,10 @@ cp -a RHEL/6/input/auxiliary/scap-security-guide.8 %{buildroot}%{_mandir}/en/man
5353
%doc RHEL/6/LICENSE RHEL/6/output/rhel6-guide.html RHEL/6/output/table-rhel6-cces.html RHEL/6/output/table-rhel6-nistrefs-common.html RHEL/6/output/table-rhel6-nistrefs.html RHEL/6/output/table-rhel6-srgmap-flat.html RHEL/6/output/table-rhel6-srgmap-flat.xhtml RHEL/6/output/table-rhel6-srgmap.html RHEL/6/output/table-rhel6-stig.html JBossEAP5/docs/JBossEAP5_Guide.html
5454

5555
%changelog
56+
* Fri Feb 21 2014 Jan iankko Lieskovsky <[email protected]> 0.1-16
57+
- Include datastream files into RHEL6 and RHEL7 RPM packages too
58+
- Bump version
59+
5660
* Thu Jan 23 2014 Shawn Wells <[email protected]> 0.1-16.rc3
5761
+ Added to RHEL7 content pool
5862
- OVAL for sshd_set_idle_timeout

0 commit comments

Comments
 (0)