improve prerelease macro
This commit is contained in:
@@ -1,15 +1,14 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%define prerelease dr6
|
%define prerelease dr6
|
||||||
%define suffix .dr6
|
|
||||||
|
|
||||||
Name: strongswan
|
Name: strongswan
|
||||||
Version: 5.2.0
|
Version: 5.2.0
|
||||||
Release: 0.3%{suffix}%{?dist}
|
Release: 0.4%{?prerelease:.%{prerelease}}%{?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}%{prerelease}.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
|
||||||
@@ -359,6 +358,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 26 2014 Pavel Šimerda <psimerda@redhat.com> - 5.2.0-0.4.dr6
|
||||||
|
- improve prerelease macro
|
||||||
|
|
||||||
* Thu Jun 26 2014 Pavel Šimerda <psimerda@redhat.com> - 5.2.0-0.3
|
* Thu Jun 26 2014 Pavel Šimerda <psimerda@redhat.com> - 5.2.0-0.3
|
||||||
- Resolves: #1111895 - bump to 5.2.0dr6
|
- Resolves: #1111895 - bump to 5.2.0dr6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user