Update to release 5.0.1

This commit is contained in:
Pavel Šimerda
2012-10-04 15:54:02 -04:00
parent a2b771d8fa
commit 812c5b3202

View File

@@ -1,9 +1,6 @@
#%define snapshot .git20120619
#%define commit 0bb3c98
Name: strongswan Name: strongswan
Version: 5.0.0 Version: 5.0.1
Release: 4%{snapshot}%{?dist} Release: 1%{?dist}
Summary: An OpenSource IPsec-based VPN Solution Summary: An OpenSource IPsec-based VPN Solution
Group: System Environment/Daemons Group: System Environment/Daemons
License: GPLv2+ License: GPLv2+
@@ -13,18 +10,18 @@ Patch0: strongswan-init.patch
BuildRequires: gmp-devel BuildRequires: gmp-devel
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: openldap-devel BuildRequires: openldap-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: NetworkManager-devel BuildRequires: NetworkManager-devel
BuildRequires: NetworkManager-glib-devel BuildRequires: NetworkManager-glib-devel
# when using autoreconf # when using autoreconf
BuildRequires: gperf #BuildRequires: gperf
BuildRequires: flex #BuildRequires: flex
BuildRequires: bison #BuildRequires: bison
BuildRequires: automake #BuildRequires: automake
BuildRequires: autoconf #BuildRequires: autoconf
BuildRequires: libtool #BuildRequires: libtool
BuildRequires: gettext-devel #BuildRequires: gettext-devel
BuildRequires: pam-devel #BuildRequires: pam-devel
# #
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
BuildRequires: systemd-units BuildRequires: systemd-units
@@ -50,8 +47,6 @@ to NetworkManager.
%prep %prep
%setup -q %setup -q
# when building from git
#%setup -q -n %{name}-%{commit}
%patch0 -p1 %patch0 -p1
echo "For migration from 4.6 to 5.0 see http://wiki.strongswan.org/projects/strongswan/wiki/CharonPlutoIKEv1" > README.Fedora echo "For migration from 4.6 to 5.0 see http://wiki.strongswan.org/projects/strongswan/wiki/CharonPlutoIKEv1" > README.Fedora
@@ -221,6 +216,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Oct 04 2012 Pavel Šimerda <psimerda@redhat.com> - 5.0.1-1
- Update to release 5.0.1
* Thu Oct 04 2012 Pavel Šimerda <psimerda@redhat.com> - 5.0.0-4.git20120619 * Thu Oct 04 2012 Pavel Šimerda <psimerda@redhat.com> - 5.0.0-4.git20120619
- Add plugins to interoperate with Windows 7 and Android (#862472) - Add plugins to interoperate with Windows 7 and Android (#862472)
(contributed by Haim Gelfenbeyn) (contributed by Haim Gelfenbeyn)