diff --git a/VERSION b/VERSION index 2ad6d166806..c6d9d004af9 100644 --- a/VERSION +++ b/VERSION @@ -15,11 +15,11 @@ SSG_PROJECT_NAME = scap-security-guide # # # e.g. SSG_MAJOR_VERSION = 0 # # SSG_MINOR_VERSION = 1 # -# SSG_RELEASE_VERSION = 29 # -# -> "0.1.29" # +# SSG_RELEASE_VERSION = 30 # +# -> "0.1.30" # ######################################################## SSG_MAJOR_VERSION = 0.1 -SSG_MINOR_VERSION = 29 +SSG_MINOR_VERSION = 30 SSG_RELEASE_VERSION = 1 ######################################################## @@ -27,7 +27,7 @@ SSG_RELEASE_VERSION = 1 # name, email, and the date if the release i.e. # # 'git tag'. These are added to the rpm changelog # ######################################################## -SSG_RELEASE_DATE = Fri Apr 22 2016 +SSG_RELEASE_DATE = Wed Jun 22 2016 SSG_REL_MANAGER = Jan iankko Lieskovsky SSG_REL_MANAGER_MAIL = jlieskov@redhat.com diff --git a/scap-security-guide.spec.in b/scap-security-guide.spec.in index f62bc0773d6..ae3cc05ffb7 100644 --- a/scap-security-guide.spec.in +++ b/scap-security-guide.spec.in @@ -68,9 +68,6 @@ cp -a RHEL/7/dist/content/* %{buildroot}%{_datadir}/xml/scap/ssg/content/ cp -a JRE/dist/content/* %{buildroot}%{_datadir}/xml/scap/ssg/content/ cp -a Firefox/dist/content/* %{buildroot}%{_datadir}/xml/scap/ssg/content/ -# Add in functions library for remediations -cp -a shared/remediations/bash/templates/remediation_functions %{buildroot}%{_datadir}/%{name}/ - %if 0%{?fedora} cp -a Fedora/dist/content/* %{buildroot}%{_datadir}/xml/scap/ssg/content cp -a Chromium/dist/content/ssg-chromium-ds.xml %{buildroot}%{_datadir}/xml/scap/ssg/content @@ -114,6 +111,9 @@ cp -a Chromium/output/*-guide-*.html %{buildroot}/%{_docdir}/%{name}/guides * __DATE__ __REL_MANAGER__ <__REL_MANAGER_MAIL__> __VERSION__-__RELEASE__ - Make new __VERSION__ release +* Wed Jun 22 2016 Jan iankko Lieskovsky 0.1.30-1 +- Make new 0.1.30 upstream release + * Fri Apr 22 2016 Jan iankko Lieskovsky 0.1.29-1 - Make new 0.1.29 upstream release