Compare commits

..

2 commits

Author SHA1 Message Date
Your Name
faacdd61cd 2.6.49.1
All checks were successful
Run CI/CD... / main (push) Successful in 9m32s
2025-02-18 23:16:33 +00:00
Your Name
5f07a762c6 2.6.49.1 2025-02-18 22:50:32 +00:00
3 changed files with 10 additions and 7 deletions

View file

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

1
openswan.rpmlintrc Normal file
View file

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

View file

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