Accepting request 458755 from home:kukuk:branches:network:fcoe

- Remove obsolete insserv calls

OBS-URL: https://build.opensuse.org/request/show/458755
OBS-URL: https://build.opensuse.org/package/show/network:fcoe/open-lldp?expand=0&rev=21
This commit is contained in:
Hannes Reinecke
2017-02-28 08:25:57 +00:00
committed by Git OBS Bridge
parent 29676c838f
commit 8cca1d1e07
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Feb 18 05:34:33 UTC 2017 - kukuk@suse.com
- Remove obsolete insserv calls
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 3 10:24:33 CEST 2015 - hare@suse.de Mon Aug 3 10:24:33 CEST 2015 - hare@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package open-lldp # spec file for package open-lldp
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2017 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
@@ -95,7 +95,7 @@ rm -rf %{buildroot}/%{_libdir}/*.la
ln -s service %{buildroot}%{_sbindir}/rclldpad ln -s service %{buildroot}%{_sbindir}/rclldpad
%post %post
%{fillup_and_insserv -n -i lldpad} %{fillup_only -n -i lldpad}
%service_add_post lldpad.service %service_add_post lldpad.service
%pre %pre
@@ -105,7 +105,6 @@ ln -s service %{buildroot}%{_sbindir}/rclldpad
%service_del_preun lldpad.service %service_del_preun lldpad.service
%postun %postun
%{insserv_cleanup lldpad}
%service_del_postun lldpad.service %service_del_postun lldpad.service
%post -n %libname -p /sbin/ldconfig %post -n %libname -p /sbin/ldconfig