forked from pool/openvswitch
Accepting request 637897 from network
OBS-URL: https://build.opensuse.org/request/show/637897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvswitch?expand=0&rev=30
This commit is contained in:
commit
68130de89d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 12:46:34 UTC 2018 - Markos Chandras <mchandras@suse.de>
|
||||
|
||||
- Fix package name for shared library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 28 09:21:19 UTC 2018 - mchandras@suse.de
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
# needssslcertforbuild
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
%if ! %{defined _fillupdir}
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
%define lname libopenvswitch-2_9-0
|
||||
%define lname libopenvswitch-2_10-0
|
||||
%ifarch aarch64 x86_64 %{ix86}
|
||||
%if 0%{?suse_version}
|
||||
# DPDK enabled only SUSE/openSUSE
|
||||
@ -458,8 +458,9 @@ install -p -m 0755 rhel/etc_sysconfig_network-scripts_ifup-ovs \
|
||||
%{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-ovs
|
||||
%endif
|
||||
|
||||
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
|
||||
install -d -m 755 %{buildroot}%{_localstatedir}/log/openvswitch
|
||||
install -d -m 0755 %{buildroot}/%{_rundir}/openvswitch
|
||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
|
||||
install -d -m 0755 %{buildroot}%{_localstatedir}/log/openvswitch
|
||||
|
||||
install -p -D -m 0644 rhel/etc_openvswitch_default.conf \
|
||||
%{buildroot}/%{_sysconfdir}/openvswitch/default.conf
|
||||
|
Loading…
Reference in New Issue
Block a user