From 6ccc325c154b88422604477ab90290b5072fd993 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 6 Jul 2021 17:31:55 -0400 Subject: [PATCH] - Resolves: rhbz#1979574 strongswan-5.9.3 is available - Make strongswan main dir world readable so apps can find strongswan.conf --- .gitignore | 1 + sources | 2 +- strongswan.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8df6d94..e3f7673 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /strongswan-5.9.0.tar.bz2 /strongswan-5.9.1.tar.bz2 /strongswan-5.9.2.tar.bz2 +/strongswan-5.9.3.tar.bz2 diff --git a/sources b/sources index 911554c..4b80a7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strongswan-5.9.2.tar.bz2) = dca30b9be7847e0af59d1526c2e38d440b6729055cb3f0f0637d50d7381df465c7b59e79662efe63870a7a5a44eef696c02231274d2764f9e3c430ce2fd694f6 +SHA512 (strongswan-5.9.3.tar.bz2) = 09bd78225415422c8f55c9f0dea2ca70111f42f0deacfaaac30c422109ff64180f6a6a47c6bc54238e8403f0b2f8520122c1eabbeda3f915427fadb838a5df51 diff --git a/strongswan.spec b/strongswan.spec index fcabb97..5e7f1c9 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -2,7 +2,7 @@ #%%define prerelease dr1 Name: strongswan -Version: 5.9.2 +Version: 5.9.3 Release: 1%{?dist} Summary: An OpenSource IPsec-based VPN and TNC solution License: GPLv2+ @@ -219,7 +219,7 @@ install -D -m 0644 %{SOURCE1} %{buildroot}/%{_tmpfilesdir}/strongswan.conf %files %doc README NEWS TODO ChangeLog %license COPYING -%dir %attr(0700,root,root) %{_sysconfdir}/strongswan +%dir %attr(0755,root,root) %{_sysconfdir}/strongswan %config(noreplace) %{_sysconfdir}/strongswan/* %dir %{_libdir}/strongswan %exclude %{_libdir}/strongswan/imcvs @@ -276,6 +276,10 @@ install -D -m 0644 %{SOURCE1} %{buildroot}/%{_tmpfilesdir}/strongswan.conf %{_libexecdir}/strongswan/charon-nm %changelog +* Tue Jul 06 2021 Paul Wouters - 5.9.3-1 +- Resolves: rhbz#1979574 strongswan-5.9.3 is available +- Make strongswan main dir world readable so apps can find strongswan.conf + * Thu Jun 03 2021 Paul Wouters - 5.9.2-1 - Resolves: rhbz#1896545 strongswan-5.9.2 is available