Compare commits

..

No commits in common. "faacdd61cd26b80a2373bd9fbddf17d5d1ea8112" and "d84d59219a32e75f15492c2e7e46956ab13d1cd0" have entirely different histories.

3 changed files with 7 additions and 10 deletions

View file

@ -1,3 +1,3 @@
sources:
openswan-2.6.49.1.tar.gz: 081acfaa287a18a24dcd3a8d62f94d678b187110
openswan-2.6.49.tar.gz: 2175fbe82ea1c88caec2d877c069fa237b7aa122
openswan-2.6.49.tar.gz.asc: 6fae97dd2f1a71caa645bbcc646d241e8375c422

View file

@ -1 +0,0 @@
addFilter("E: hardcoded-library-path")

View file

@ -2,15 +2,13 @@
Summary: An implementation of IPSEC & IKE for Linux
Name: openswan
Version: 2.6.49.1
Release: 1
Version: 2.6.49
Release: 4
License: GPLv2+
Group: System/Servers
URL: https://openswan.org
#Source0: http://www.openswan.org/download/openswan-%{version}.tar.gz
#Source1: http://www.openswan.org/download/openswan-%{version}.tar.gz.asc
Source0: https://github.com/xelerance/Openswan/archive/v%{version}/%{name}-%{version}.tar.gz
Source1000: %{name}.rpmlintrc
Url: http://www.openswan.org/
Source0: http://www.openswan.org/download/openswan-%{version}.tar.gz
Source1: http://www.openswan.org/download/openswan-%{version}.tar.gz.asc
Source2: openswan.service
Patch0: openswan-2.6.28-manfix.patch
BuildRequires: bison
@ -93,7 +91,7 @@ This is the documentation for Openswan.
#----------------------------------------------------------------------------
%prep
%setup -qn Openswan-%{version}
%setup -q -n openswan-%{version}
%patch0 -p0 -b .manfix
find . -type f -name "*.html" -exec dos2unix {} \;