Skip to content

Commit

Permalink
[New release] Make new 0.1.30 upstream release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lieskovsky committed Jun 22, 2016
1 parent 931d3d1 commit 85ef555
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ 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

########################################################
# Contains the scap-security-guide release manager's #
# 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 = [email protected]

Expand Down
6 changes: 3 additions & 3 deletions scap-security-guide.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <[email protected]> 0.1.30-1
- Make new 0.1.30 upstream release

* Fri Apr 22 2016 Jan iankko Lieskovsky <[email protected]> 0.1.29-1
- Make new 0.1.29 upstream release

Expand Down

0 comments on commit 85ef555

Please sign in to comment.