Bump the release, add a changelog entry

This commit is contained in:
Tomas Orsava 2017-09-21 15:25:57 +02:00
parent d2ec6ae95b
commit 17d4b252d8

View File

@ -28,7 +28,7 @@
# the two packages on the same upstream version. # the two packages on the same upstream version.
%global rpmver 4.14.0 %global rpmver 4.14.0
#global snapver rc2 #global snapver rc2
%global rel 1 %global rel 2
%global srcver %{version}%{?snapver:-%{snapver}} %global srcver %{version}%{?snapver:-%{snapver}}
%global srcdir %{?snapver:testing}%{!?snapver:rpm-%(echo %{version} | cut -d'.' -f1-2).x} %global srcdir %{?snapver:testing}%{!?snapver:rpm-%(echo %{version} | cut -d'.' -f1-2).x}
@ -114,6 +114,9 @@ install -Dm 755 scripts/__pycache__/* \
%changelog %changelog
* Tue Nov 28 2017 Tomas Orsava <torsava@redhat.com> - 4.14.0-2
- Switch bootsrapping macro to a bcond for modularity
* Fri Oct 20 2017 Tomas Orsava <torsava@redhat.com> - 4.14.0-1 * Fri Oct 20 2017 Tomas Orsava <torsava@redhat.com> - 4.14.0-1
- Rebase to rpm 4.14.0 final (http://rpm.org/wiki/Releases/4.14.0) - Rebase to rpm 4.14.0 final (http://rpm.org/wiki/Releases/4.14.0)
- Re-synchronize version/release macros with the rpm Fedora package - Re-synchronize version/release macros with the rpm Fedora package