Compare commits

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

12 commits

Author SHA1 Message Date
Till Maas
fe58d8ba78 2016-06-21: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-06-21 18:56:23 +02:00
Fedora Release Engineering
1b881cab4b - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 23:49:43 +00:00
Dennis Gilmore
d8d1e53694 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 00:36:05 +00:00
Dennis Gilmore
55dc629a5f - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:05:08 -05:00
Dennis Gilmore
e6a3880db4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 09:04:28 -05:00
Dennis Gilmore
2ccf0ac2a7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 17:44:30 -06:00
Dennis Gilmore
fa41307d12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 14:16:46 -05:00
Dennis Gilmore
0188fd0cc4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 21:44:02 -06:00
Dennis Gilmore
8d9881bee1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 07:01:24 -06:00
Marshall Miller
d456422041 updated to version 0.4.1 2010-09-05 12:00:49 -04:00
Marshall Miller
17c6ff277d changed versioning scheme
bumped minor revision
removed dependency on ovaldi
2010-09-02 13:19:31 -04:00
mmiller
c8854eac26 updated to latest version 2010-09-02 07:58:00 -04:00
4 changed files with 3 additions and 103 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
secstate-0.3.tar.gz

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-06-21: Retired orphaned package, because it was orphaned for
more than six weeks.

View file

@ -1,101 +0,0 @@
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif
Summary: Security State Configuration Tool
Name: secstate
URL: https://fedorahosted.org/secstate/
Version: 0.3
Release: 9%{?dist}
License: GPLv2+ and LGPLv2+ and BSD
Group: System Environment/Base
Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz
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
Requires: puppet
%description
SecState is a Security Configuration tool that utilizes openscap and puppet
to configure and validate security configuration information on a target
system. SecState targets U.S. federal regulations and guidance, but can be
used with any SCAP compliant content.
%prep
%setup -q -c
%build
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%dir %{_sysconfdir}/secstate/
%config(noreplace) %{_sysconfdir}/secstate/secstate.conf
%dir /var/lib/secstate/
%dir /var/lib/secstate/benchmarks/
%dir /var/lib/secstate/configs/
%dir /var/lib/secstate/oval/
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/secstate_external_node
%doc LICENSE LICENSE.BSD LICENSE.LGPLv21 LICENSE.GPLv2
%{_mandir}/man1/secstate.1.gz
# GPLv2+
%{_bindir}/secstate
# LGPLv2+
%dir %{python_sitelib}/secstate
%{python_sitelib}/secstate/__init__.py*
%{python_sitelib}/secstate/main.py*
%{python_sitelib}/secstate/util.py*
%dir /usr/share/puppet/modules/pam
/usr/share/puppet/modules/pam/*
%dir /usr/share/puppet/modules/file_perms
/usr/share/puppet/modules/file_perms/*
# BSD
%config(noreplace) %{_sysconfdir}/secstate/results_to_html.xsl
%changelog
* Sat Jul 31 2010 Toshio Kuratomi <toshio@fedoraproject.org> 0.3-9
- rebuild against pythn-2.7
* Fri Jul 16 2010 Marshall Miller <mmiller@tresys.com> 0.3-8
- Added a requires for puppet
* Tue Jul 13 2010 Marshall Miller <mmiller@tresys.com> 0.3-7
- Added puppet modules to package
- Fixed license discrepancies
* Tue Jul 13 2010 Marshall Miller <mmiller@tresys.com> 0.3-6
- Removed revision from source tarball name
- Removed unnecessary rm
* Wed Jul 7 2010 Marshall Miller <mmiller@tresys.com> 0.3-5
- Added a very basic man page
* Thu Jul 2 2010 Marshall Miller <mmiller@tresys.com> 0.3-4
- Hard coded version and release into spec
- Added license file
* Thu Jul 1 2010 Marshall Miller <mmiller@tresys.com> 0.3-3
- Fixed mode permissions on files and directories
* Wed Jun 30 2010 Marshall Miller <mmiller@tresys.com> 0.3-2
- All major features added
* Thu Apr 1 2010 Ed Sealing <esealing@tresys.com> 0.3-1
- Initial secstate spec

View file

@ -1 +0,0 @@
b4b0dd16a20cf0057e1da966602f22c4 secstate-0.3.tar.gz