Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3c45acea7 | ||
|
|
4e5331e070 | ||
|
|
00c05b3f83 | ||
|
|
39ad3d6c5a | ||
|
|
cdc43506be |
3 changed files with 33 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b4b0dd16a20cf0057e1da966602f22c4 secstate-0.3.tar.gz
|
||||
78b68e682d46b8a85b1efc87ca037fa7 secstate-0.4.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue