From c8854eac263a009e812c36543016d309d476f78c Mon Sep 17 00:00:00 2001 From: mmiller Date: Thu, 2 Sep 2010 07:58:00 -0400 Subject: [PATCH 01/12] 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 0.3-12 +- Added site.pp for puppet +- Added custom XSL tranform + +* Wed Aug 25 2010 Marshall Miller 0.3-11 +- Improved profile selection +- Improved remediation support + +* Tue Aug 3 2010 Marshall Miller 0.3-10 +- Updated to support openscap-python 0.6 +- Added puppet module for ifdefined function + * Sat Jul 31 2010 Toshio Kuratomi 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 From 17c6ff277d9df6c1ae93ef3af128fa7a23f18dbe Mon Sep 17 00:00:00 2001 From: Marshall Miller Date: Thu, 2 Sep 2010 13:19:31 -0400 Subject: [PATCH 02/12] changed versioning scheme bumped minor revision removed dependency on ovaldi --- .gitignore | 1 + secstate.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d7e4617..6e58cb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ secstate-0.3.tar.gz /secstate-0.3.tar.gz +/secstate-0.4.0.tar.gz diff --git a/secstate.spec b/secstate.spec index 79a6b0c..c4419d4 100644 --- a/secstate.spec +++ b/secstate.spec @@ -7,8 +7,8 @@ Summary: Security State Configuration Tool Name: secstate URL: https://fedorahosted.org/secstate/ -Version: 0.3 -Release: 12%{?dist} +Version: 0.4.0 +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 @@ -76,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Thu Sep 2 2010 Marshall Miller 0.4.0-1 +- Changed versioning scheme + * Wed Aug 27 2010 Joshua Adams 0.3-12 - Added site.pp for puppet - Added custom XSL tranform diff --git a/sources b/sources index ca9cb26..331b1de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cefe35a49e33c06ad96d43b4a64e311a secstate-0.3.tar.gz +5fa204c35007b64b1a80cd88cfd3cd80 secstate-0.4.0.tar.gz From d4564220417d068e7cfbf25acb584867b767549a Mon Sep 17 00:00:00 2001 From: Marshall Miller Date: Sun, 5 Sep 2010 12:00:49 -0400 Subject: [PATCH 03/12] updated to version 0.4.1 --- .gitignore | 1 + secstate.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e58cb7..c5c4bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ secstate-0.3.tar.gz /secstate-0.3.tar.gz /secstate-0.4.0.tar.gz +/secstate-0.4.1.tar.gz diff --git a/secstate.spec b/secstate.spec index c4419d4..5c15c92 100644 --- a/secstate.spec +++ b/secstate.spec @@ -7,7 +7,7 @@ Summary: Security State Configuration Tool Name: secstate URL: https://fedorahosted.org/secstate/ -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base @@ -75,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Mon Sep 13 2010 Marshall Miller 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 0.4.0-1 - Changed versioning scheme diff --git a/sources b/sources index 331b1de..13d08aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5fa204c35007b64b1a80cd88cfd3cd80 secstate-0.4.0.tar.gz +78b68e682d46b8a85b1efc87ca037fa7 secstate-0.4.1.tar.gz From 8d9881bee11ed4fd8b298a1a3badf1ee588928ea Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 07:01:24 -0600 Subject: [PATCH 04/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- secstate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secstate.spec b/secstate.spec index 5c15c92..fac11c8 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.4.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Sep 13 2010 Marshall Miller 0.4.1-1 - Updates to man page - Updated the human-readable output transform From 0188fd0cc448359d3eb7222035d0418b71b5e6b0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 21:44:02 -0600 Subject: [PATCH 05/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- secstate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secstate.spec b/secstate.spec index fac11c8..92569c1 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.4.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Feb 09 2011 Fedora Release Engineering - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From fa41307d1200c69531f9d1e40f3798492f775b16 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 14:16:46 -0500 Subject: [PATCH 06/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- secstate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secstate.spec b/secstate.spec index 92569c1..0aa2b12 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.4.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Sat Jul 21 2012 Fedora Release Engineering - 0.4.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 2ccf0ac2a7561fbb3869b9574ca4d6e499e41c26 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 17:44:30 -0600 Subject: [PATCH 07/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- secstate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secstate.spec b/secstate.spec index 0aa2b12..314c4fb 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.4.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.4.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sat Jul 21 2012 Fedora Release Engineering - 0.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From e6a3880db4fefb0d27b17867002244e09374ae30 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 09:04:28 -0500 Subject: [PATCH 08/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- secstate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secstate.spec b/secstate.spec index 314c4fb..2b1d095 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.4.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.4.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Thu Feb 14 2013 Fedora Release Engineering - 0.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 55dc629a5f7310c892524b37c4af16b1acf554ee Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 01:05:08 -0500 Subject: [PATCH 09/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- secstate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secstate.spec b/secstate.spec index 2b1d095..f3c644b 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.4.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.4.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From d8d1e53694bbeed6ad5e08754da35ee956b618b0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 00:36:05 +0000 Subject: [PATCH 10/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- secstate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secstate.spec b/secstate.spec index f3c644b..b699dd6 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.4.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.4.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 0.4.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 1b881cab4b120099d7a5823479b88ce6ef1a6895 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 23:49:43 +0000 Subject: [PATCH 11/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- secstate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secstate.spec b/secstate.spec index b699dd6..04b6d31 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.4.1 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ and LGPLv2+ and BSD Group: System Environment/Base Source0: http://oss.tresys.com/files/clip/%{name}-%{version}.tar.gz @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/puppet/modules/ifdefined/* %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.4.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 0.4.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From fe58d8ba789d07a466b80589eaf0ae40eeb7b631 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 21 Jun 2016 18:56:23 +0200 Subject: [PATCH 12/12] 2016-06-21: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 4 -- dead.package | 3 + secstate.spec | 150 -------------------------------------------------- sources | 1 - 4 files changed, 3 insertions(+), 155 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 secstate.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c5c4bd1..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -secstate-0.3.tar.gz -/secstate-0.3.tar.gz -/secstate-0.4.0.tar.gz -/secstate-0.4.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..d861b3d --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2016-06-21: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/secstate.spec b/secstate.spec deleted file mode 100644 index 04b6d31..0000000 --- a/secstate.spec +++ /dev/null @@ -1,150 +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.4.1 -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: 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 /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 -%{_mandir}/man1/secstate.1.gz - -# GPLv2+ -%{_bindir}/secstate -%dir /usr/share/secstate/transforms -/usr/share/secstate/transforms/* - -# 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 -%dir /usr/share/puppet/modules/ifdefined -/usr/share/puppet/modules/ifdefined/* - -%changelog -* Thu Feb 04 2016 Fedora Release Engineering - 0.4.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.4.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.4.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.4.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 0.4.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Jul 21 2012 Fedora Release Engineering - 0.4.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Feb 09 2011 Fedora Release Engineering - 0.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Sep 13 2010 Marshall Miller 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 0.4.0-1 -- Changed versioning scheme - -* Wed Aug 27 2010 Joshua Adams 0.3-12 -- Added site.pp for puppet -- Added custom XSL tranform - -* Wed Aug 25 2010 Marshall Miller 0.3-11 -- Improved profile selection -- Improved remediation support - -* Tue Aug 3 2010 Marshall Miller 0.3-10 -- Updated to support openscap-python 0.6 -- Added puppet module for ifdefined function - -* Sat Jul 31 2010 Toshio Kuratomi 0.3-9 -- rebuild against pythn-2.7 - -* Fri Jul 16 2010 Marshall Miller 0.3-8 -- Added a requires for puppet - -* Tue Jul 13 2010 Marshall Miller 0.3-7 -- Added puppet modules to package -- Fixed license discrepancies - -* Tue Jul 13 2010 Marshall Miller 0.3-6 -- Removed revision from source tarball name -- Removed unnecessary rm - -* Wed Jul 7 2010 Marshall Miller 0.3-5 -- Added a very basic man page - -* Thu Jul 2 2010 Marshall Miller 0.3-4 -- Hard coded version and release into spec -- Added license file - -* Thu Jul 1 2010 Marshall Miller 0.3-3 -- Fixed mode permissions on files and directories - -* Wed Jun 30 2010 Marshall Miller 0.3-2 -- All major features added - -* Thu Apr 1 2010 Ed Sealing 0.3-1 -- Initial secstate spec diff --git a/sources b/sources deleted file mode 100644 index 13d08aa..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -78b68e682d46b8a85b1efc87ca037fa7 secstate-0.4.1.tar.gz