[secstate] updated to latest version

Marshall Miller mmiller at fedoraproject.org
Thu Sep 2 13:26:15 UTC 2010


commit c8854eac263a009e812c36543016d309d476f78c
Author: mmiller <mmiller at localhost.localdomain>
Date:   Thu Sep 2 07:58:00 2010 -0400

    updated to latest version

 .gitignore    |    1 +
 secstate.spec |   22 ++++++++++++++++++++--
 sources       |    2 +-
 3 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00b6f55..d7e4617 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 secstate-0.3.tar.gz
+/secstate-0.3.tar.gz
diff --git a/secstate.spec b/secstate.spec
index 1d29e5b..79a6b0c 100644
--- a/secstate.spec
+++ b/secstate.spec
@@ -8,7 +8,7 @@ Summary: Security State Configuration Tool
 Name: secstate
 URL: https://fedorahosted.org/secstate/
 Version: 0.3
-Release: 9%{?dist}
+Release: 12%{?dist}
 License: GPLv2+ and LGPLv2+ and BSD
 Group: System Environment/Base
 Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz
@@ -48,6 +48,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 +58,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 +72,22 @@ 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
+* Wed Aug 27 2010 Joshua Adams <jadams at tresys.com> 0.3-12
+- Added site.pp for puppet
+- Added custom XSL tranform
+
+* Wed Aug 25 2010 Marshall Miller <mmiller at tresys.com> 0.3-11
+- Improved profile selection
+- Improved remediation support
+
+* Tue Aug 3 2010 Marshall Miller <mmiller at tresys.com> 0.3-10
+- Updated to support openscap-python 0.6
+- Added puppet module for ifdefined function
+
 * Sat Jul 31 2010 Toshio Kuratomi <toshio at fedoraproject.org> 0.3-9
 - rebuild against pythn-2.7
 
diff --git a/sources b/sources
index 9ddb37c..ca9cb26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4b0dd16a20cf0057e1da966602f22c4  secstate-0.3.tar.gz
+cefe35a49e33c06ad96d43b4a64e311a  secstate-0.3.tar.gz


More information about the scm-commits mailing list