1
0
forked from pool/strongswan

Accepting request 587821 from home:mmnelemane:branches:network:vpn

Removed unused requires and macro calls(bsc#1083261)

OBS-URL: https://build.opensuse.org/request/show/587821
OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=108
This commit is contained in:
Madhu Mohan Nelemane 2018-03-22 11:11:56 +00:00 committed by Git OBS Bridge
parent 4ee9977c46
commit 1857167427
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 16 08:55:10 UTC 2018 - mmnelemane@suse.com
- Removed unused requires and macro calls(bsc#1083261)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 17 11:27:54 UTC 2017 - jengelh@inai.de Tue Oct 17 11:27:54 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package strongswan # spec file for package strongswan
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -194,7 +194,6 @@ mode is enabled.
%package ipsec %package ipsec
Summary: IPsec-based VPN solution Summary: IPsec-based VPN solution
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
PreReq: grep %insserv_prereq %fillup_prereq
Requires: strongswan-libs0 = %{version} Requires: strongswan-libs0 = %{version}
Provides: VPN Provides: VPN
Provides: ipsec Provides: ipsec
@ -488,8 +487,6 @@ install -c -m644 %{_sourcedir}/fips-enforce.conf \
%post ipsec %post ipsec
%if %{with systemd} %if %{with systemd}
%service_add_post %{name}.service %service_add_post %{name}.service
%else
%{fillup_and_insserv ipsec}
%endif %endif
%preun ipsec %preun ipsec
@ -510,8 +507,6 @@ fi
%postun ipsec %postun ipsec
%if %{with systemd} %if %{with systemd}
%service_del_postun %{name}.service %service_del_postun %{name}.service
%else
%{insserv_cleanup}
%endif %endif
%files %files