# This file is template for building RPM from SCAP content. # %define content_name STIG-rhel5 %define default_dir /usr/share/scap-content %define target_dir %{default_dir}/%{content_name} Name: scap-content-%{content_name} Version: 5.1.4 Release: 1%{?dist} Summary: Draft Red Hat Enterprise Linux 5 Security Technical Implementation Guide Group: Applications/System License: Public Domain URL: http://iase.disa.mil/stigs/ # http://iase.disa.mil/stigs/os/unix/u_redhat_5_v1r4_stig_benchmark.zip Source0: u_redhat_5_v1r4_stig_benchmark.zip BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch %description The Red Hat Enterprise Linux 5 Security Technical Implementation Guide (STIG) is published as a tool to improve the security of Department of Defense (DoD) information systems. Comments or proposed revisions to this document should be sent via e-mail to the following address: fso_spt@disa.mil. %prep %setup -q -c %{name}-%{version} %build # This section is intentionally left blank %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{target_dir} cp * $RPM_BUILD_ROOT%{target_dir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{target_dir} %changelog * Fri Oct 11 2013 Simon Lukasik 5.1.4-1 - update to u_redhat_5_v1r4_stig_benchmark.zip * Tue Jun 5 2012 Simon Lukasik 5.0.6-1 - Initial version - https://lists.fedorahosted.org/pipermail/scap-security-guide/2012-June/000593.html