Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Marshall Miller
a3c45acea7 updated to version 0.4.1 2010-09-05 11:54:03 -04:00
Marshall Miller
4e5331e070 changed versioning scheme
bumped minor version
removed ovaldi dependency
2010-09-02 13:28:58 -04:00
Marshall Miller
00c05b3f83 added custom xsl
updated man page
fixed several bugs
2010-09-01 15:19:35 -04:00
Marshall Miller
39ad3d6c5a lots of updates for test day 2010-08-25 17:33:09 -04:00
Marshall Miller
cdc43506be updated to support new openscap-python api 2010-08-03 10:54:37 -04:00
3 changed files with 33 additions and 5 deletions

3
.gitignore vendored
View file

@ -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

View file

@ -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 <mmiller@tresys.com> 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 <mmiller@tresys.com> 0.4.0-1
- Changed versioning scheme
* Wed Aug 27 2010 Joshua Adams <jadams@tresys.com> 0.3-12
- Added site.pp for puppet
- Added custom XSL tranform
* Wed Aug 25 2010 Marshall Miller <mmiller@tresys.com> 0.3-11
- Improved profile selection
- Improved remediation support
* Tue Aug 3 2010 Marshall Miller <mmiller@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@fedoraproject.org> 0.3-9
- rebuild against pythn-2.7

View file

@ -1 +1 @@
b4b0dd16a20cf0057e1da966602f22c4 secstate-0.3.tar.gz
78b68e682d46b8a85b1efc87ca037fa7 secstate-0.4.1.tar.gz