fix the pre-release version according to guidelines before it gets branched
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
%define prerelease dr5
|
||||||
|
%define suffix .dr5
|
||||||
|
|
||||||
Name: strongswan
|
Name: strongswan
|
||||||
Version: 5.2.0dr5
|
Version: 5.2.0
|
||||||
Release: 1%{?dist}
|
Release: 0.1%{suffix}%{?dist}
|
||||||
Summary: An OpenSource IPsec-based VPN and TNC solution
|
Summary: An OpenSource IPsec-based VPN and TNC solution
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.strongswan.org/
|
URL: http://www.strongswan.org/
|
||||||
Source0: http://download.strongswan.org/%{name}-%{version}.tar.bz2
|
Source0: http://download.strongswan.org/%{name}-%{version}%{prerelease}.tar.bz2
|
||||||
# Initscript for epel6
|
# Initscript for epel6
|
||||||
Source1: %{name}.sysvinit
|
Source1: %{name}.sysvinit
|
||||||
# Fix selinux issues caused by leaking file descriptors to xtables-multi
|
# Fix selinux issues caused by leaking file descriptors to xtables-multi
|
||||||
@@ -81,7 +83,7 @@ possessing a standard IF-IMC/IMV interface. In addition, it implements
|
|||||||
PT-TLS to support TNC over TLS.
|
PT-TLS to support TNC over TLS.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}%{prerelease}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
@@ -340,6 +342,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 12 2014 Pavel Šimerda <psimerda@redhat.com> - 5.2.0-0.1.dr5
|
||||||
|
- fix the pre-release version according to guidelines before it gets branched
|
||||||
|
|
||||||
* Fri Jun 06 2014 Pavel Šimerda <psimerda@redhat.com> - 5.2.0dr5-1
|
* Fri Jun 06 2014 Pavel Šimerda <psimerda@redhat.com> - 5.2.0dr5-1
|
||||||
- new version 5.2.0dr5
|
- new version 5.2.0dr5
|
||||||
- add json-c-devel to build deps
|
- add json-c-devel to build deps
|
||||||
|
|||||||
Reference in New Issue
Block a user