Accepting request 406385 from home:markoschandras:network

- Allow the OvS daemon to run as non-root (bsc#987545)
- Add missing 'Conflicts' statements in the devel subpackage as
  required by the Factory review tools.

OBS-URL: https://build.opensuse.org/request/show/406385
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=96
This commit is contained in:
Markos Chandras 2016-07-04 21:42:42 +00:00 committed by Git OBS Bridge
parent afb5a1c574
commit 9e7428fee8
4 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 4 12:08:06 UTC 2016 - mchandras@suse.de
- Allow the OvS daemon to run as non-root (bsc#987545)
- Add missing 'Conflicts' statements in the devel subpackage as
required by the Factory review tools.
-------------------------------------------------------------------
Wed Jun 29 15:17:07 UTC 2016 - mchandras@suse.de

View File

@ -59,6 +59,7 @@ BuildRequires: fdupes
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: graphviz
BuildRequires: libcap-ng-devel
BuildRequires: libopenssl-devel
BuildRequires: libtool
BuildRequires: make
@ -111,6 +112,9 @@ Summary: Open vSwitch Devel Libraries (DPDK)
License: Apache-2.0
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%if %{with dpdk}
Conflicts: openvswitch-devel
%endif
Provides: openvswitch-any-devel = %{version}
%description devel
@ -269,6 +273,7 @@ dpdk_opt="--with-dpdk"
%configure \
--disable-static \
--enable-libcapng \
--enable-shared \
${dpdk_opt} \
--with-logdir=%{_localstatedir}/log/openvswitch

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 4 12:08:06 UTC 2016 - mchandras@suse.de
- Allow the OvS daemon to run as non-root (bsc#987545)
- Add missing 'Conflicts' statements in the devel subpackage as
required by the Factory review tools.
-------------------------------------------------------------------
Wed Jun 29 15:17:07 UTC 2016 - mchandras@suse.de

View File

@ -57,6 +57,7 @@ BuildRequires: fdupes
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: graphviz
BuildRequires: libcap-ng-devel
BuildRequires: libopenssl-devel
BuildRequires: libtool
BuildRequires: make
@ -109,6 +110,9 @@ Summary: Open vSwitch Devel Libraries
License: Apache-2.0
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%if %{with dpdk}
Conflicts: openvswitch-devel
%endif
Provides: openvswitch-any-devel = %{version}
%description devel
@ -267,6 +271,7 @@ dpdk_opt="--with-dpdk"
%configure \
--disable-static \
--enable-libcapng \
--enable-shared \
${dpdk_opt} \
--with-logdir=%{_localstatedir}/log/openvswitch