From df0e29ff3d141d25ab0113b18afadbc23d5fc2fb Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 21 May 2019 00:18:32 -0400 Subject: [PATCH] * remove tmpfile handling - now done by make install --- libreswan.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libreswan.spec b/libreswan.spec index 12d2c25..a14c293 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -149,10 +149,6 @@ install -d %{buildroot}%{_sysconfdir}/sysctl.d install -m 0644 packaging/fedora/libreswan-sysctl.conf \ %{buildroot}%{_sysconfdir}/sysctl.d/50-libreswan.conf -install -d %{buildroot}%{_tmpfilesdir} -install -m 0644 packaging/fedora/libreswan-tmpfiles.conf \ - %{buildroot}%{_tmpfilesdir}/libreswan.conf - mkdir -p %{buildroot}%{_libdir}/fipscheck echo "include %{_sysconfdir}/ipsec.d/*.secrets" \