diff --git a/openvpn-2.6.11.tar.gz b/openvpn-2.6.11.tar.gz deleted file mode 100644 index 1c5cb887e4538fb7a5d5395d650d3cc06c499bea..0000000000000000000000000000000000000000 Binary files a/openvpn-2.6.11.tar.gz and /dev/null differ diff --git a/openvpn-2.6.12.tar.gz b/openvpn-2.6.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..44cc355db8357a67138f061ff4315340e4d2a7ff Binary files /dev/null and b/openvpn-2.6.12.tar.gz differ diff --git a/openvpn.spec b/openvpn.spec index 351a9513f829e4fe4b2eee1cb34bd7a394c3aa5d..c5c1aae34f37ff825ee44b7d73a47c47a8af6c6d 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -1,5 +1,5 @@ Name: openvpn -Version: 2.6.11 +Version: 2.6.12 Release: 1 Summary: A full-featured open source SSL VPN solution License: GPL-2.0-or-later and OpenSSL and SSLeay @@ -28,13 +28,7 @@ OpenVPN can be extended through the --plugin option, which provides possibilitie user accounting, packet filtering and related features. These plug-ins need to be written in C and provides a more low-level and information rich access to similar features as the various script-hooks. -%package help -Summary: Documents for %{name} -BuildArch: noarch - -%description help -User guide and other related documents for %{name}. - +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -43,7 +37,6 @@ User guide and other related documents for %{name}. %configure --enable-x509-alt-username --enable-iproute2 --with-crypto-library=openssl --enable-pkcs11 --enable-selinux --enable-systemd SYSTEMD_UNIT_DIR=%{_unitdir} TMPFILES_DIR=%{_tmpfilesdir} IPROUTE=/sbin/ip %make_build - %install %make_install %delete_la @@ -57,7 +50,7 @@ mkdir -m 0770 -p $RPM_BUILD_ROOT%{_sharedstatedir}/%{name} cp -a contrib sample $RPM_BUILD_ROOT%{_pkgdocdir} %check -make check +%make_build check %pre getent group openvpn &>/dev/null || groupadd -r openvpn @@ -102,7 +95,8 @@ if [ $1 -ge 1 ] ; then fi %files -%license AUTHORS COPYING COPYRIGHT.GPL +%license COPYING COPYRIGHT.GPL +%doc AUTHORS %config %{_sysconfdir}/%{name}/*/* %{_sbindir}/%{name} %{_libdir}/%{name}/ @@ -120,10 +114,12 @@ fi %files help %{_pkgdocdir} -%{_mandir}/man8/%{name}.8* -%{_mandir}/man5/openvpn-examples.5.gz +%{_mandir}/man?/* %changelog +* Sat Jul 20 2024 Funda Wang - 2.6.12-1 +- Update to 2.6.12 + * Wed Jul 10 2024 yaoxin - 2.6.11-1 - Update to 2.6.11 - Security fixes: