diff --git a/.gitignore b/.gitignore index 00b6f55..c5c4bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ secstate-0.3.tar.gz +/secstate-0.3.tar.gz +/secstate-0.4.0.tar.gz +/secstate-0.4.1.tar.gz diff --git a/secstate.spec b/secstate.spec index 1d29e5b..5c15c92 100644 --- a/secstate.spec +++ b/secstate.spec @@ -7,8 +7,8 @@ Summary: Security State Configuration Tool Name: secstate URL: https://fedorahosted.org/secstate/ -Version: 0.3 -Release: 9%{?dist} +Version: 0.4.1 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz @@ -16,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} BuildArch: noarch BuildRequires: redhat-rpm-config python2-devel Requires: openscap-python -Requires: ovaldi Requires: python Requires: libxml2-python Requires: libxslt-python @@ -48,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %dir /var/lib/secstate/benchmarks/ %dir /var/lib/secstate/configs/ %dir /var/lib/secstate/oval/ +%dir /var/lib/secstate/puppet/ +/var/lib/secstate/puppet/* +%dir /usr/share/secstate/ %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/secstate_external_node %doc LICENSE LICENSE.BSD LICENSE.LGPLv21 LICENSE.GPLv2 @@ -55,6 +57,8 @@ rm -rf $RPM_BUILD_ROOT # GPLv2+ %{_bindir}/secstate +%dir /usr/share/secstate/transforms +/usr/share/secstate/transforms/* # LGPLv2+ %dir %{python_sitelib}/secstate @@ -67,9 +71,30 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/file_perms/* # BSD -%config(noreplace) %{_sysconfdir}/secstate/results_to_html.xsl +%dir /usr/share/puppet/modules/ifdefined +/usr/share/puppet/modules/ifdefined/* %changelog +* Mon Sep 13 2010 Marshall Miller 0.4.1-1 +- Updates to man page +- Updated the human-readable output transform +- Changed the pam provider by removing the "type" attribute + +* Thu Sep 2 2010 Marshall Miller 0.4.0-1 +- Changed versioning scheme + +* Wed Aug 27 2010 Joshua Adams 0.3-12 +- Added site.pp for puppet +- Added custom XSL tranform + +* Wed Aug 25 2010 Marshall Miller 0.3-11 +- Improved profile selection +- Improved remediation support + +* Tue Aug 3 2010 Marshall Miller 0.3-10 +- Updated to support openscap-python 0.6 +- Added puppet module for ifdefined function + * Sat Jul 31 2010 Toshio Kuratomi 0.3-9 - rebuild against pythn-2.7 diff --git a/sources b/sources index 9ddb37c..13d08aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4b0dd16a20cf0057e1da966602f22c4 secstate-0.3.tar.gz +78b68e682d46b8a85b1efc87ca037fa7 secstate-0.4.1.tar.gz