[secstate/f14/master] added custom xsl updated man page fixed several bugs

Marshall Miller mmiller at fedoraproject.org
Wed Sep 1 20:47:51 UTC 2010


commit 00c05b3f8344eae21a4a8504e281e81157295299
Author: Marshall Miller <mmiller at tresys.com>
Date:   Wed Sep 1 15:18:29 2010 -0400

    added custom xsl
    updated man page
    fixed several bugs

 secstate.spec |   12 ++++++++++--
 sources       |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/secstate.spec b/secstate.spec
index e149fb5..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: 11%{?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,11 +72,14 @@ 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
diff --git a/sources b/sources
index 5dc6ca0..ca9cb26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-120e5891061426cf5e8a80e40ed0af38  secstate-0.3.tar.gz
+cefe35a49e33c06ad96d43b4a64e311a  secstate-0.3.tar.gz


More information about the scm-commits mailing list