SHA256
1
0
forked from pool/openvswitch
Dominique Leuenberger 2018-09-26 12:23:05 +00:00 committed by Git OBS Bridge
commit 68130de89d
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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