-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[New release] Make new 0.1.30 upstream release
- Loading branch information
Jan Lieskovsky
committed
Jun 22, 2016
1 parent
931d3d1
commit 85ef555
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[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 | ||
|
||
|