forked from pool/openvswitch
Accepting request 352820 from home:1Antoine1:branches:network
- Add calls to /sbin/ldconfig in %post and %postun - Fix typo in Url OBS-URL: https://build.opensuse.org/request/show/352820 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=74
This commit is contained in:
parent
962a6ed9e0
commit
fcef2cc618
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 17:55:22 UTC 2016 - antoine.belvire@laposte.net
|
||||||
|
|
||||||
|
- Add calls to /sbin/ldconfig in %post and %postun
|
||||||
|
- Fix typo in Url
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 28 21:27:49 UTC 2014 - andrea@opensuse.org
|
Sun Dec 28 21:27:49 UTC 2014 - andrea@opensuse.org
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Release: 0
|
|||||||
Summary: An open source, production quality, multilayer virtual switch
|
Summary: An open source, production quality, multilayer virtual switch
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
Url: http://openswitch.org/
|
Url: http://openvswitch.org/
|
||||||
Source0: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
|
Source0: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
|
||||||
Source1: preamble
|
Source1: preamble
|
||||||
Source2: openvswitch-switch.init
|
Source2: openvswitch-switch.init
|
||||||
@ -371,6 +371,9 @@ rmdir %{buildroot}%{_datadir}/%{name}/python
|
|||||||
|
|
||||||
%fdupes %{buildroot}%{py_sitedir}
|
%fdupes %{buildroot}%{py_sitedir}
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%pre switch
|
%pre switch
|
||||||
%if 0%{?suse_version} > 1230
|
%if 0%{?suse_version} > 1230
|
||||||
%service_add_pre openvswitch.service
|
%service_add_pre openvswitch.service
|
||||||
|
Loading…
Reference in New Issue
Block a user