Hello community, here is the log from the commit of package wicked for openSUSE:Factory checked in at 2015-09-11 09:03:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wicked (Old) and /work/SRC/openSUSE:Factory/.wicked.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wicked" Changes: -------- --- /work/SRC/openSUSE:Factory/wicked/wicked.changes 2015-08-05 06:49:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes 2015-09-11 09:03:19.000000000 +0200 @@ -1,0 +2,29 @@ +Mon Sep 7 14:42:45 UTC 2015 - [email protected] + +- version 0.6.23 +- ovs: initial openvswitch bridge support (fate#318840) +- team: fix segfault on discovery failure +- nanny: register device object also on device-up event + +------------------------------------------------------------------- +Tue Sep 1 09:06:56 UTC 2015 - [email protected] + +- version 0.6.22 +- fsm: do not run post-up scripts when leases defer (bsc#940239) +- team: configurable teamd support and ctl detection (fate#318389) + [- 0001-teamd-create-teamd-run-directory-when-missed.patch] + +------------------------------------------------------------------- +Thu Aug 20 15:25:08 UTC 2015 - [email protected] + +- Add 0001-teamd-create-teamd-run-directory-when-missed.patch: + Make sure /run/teamd directory is created on config generation. + +------------------------------------------------------------------- +Wed Aug 19 17:22:25 UTC 2015 - [email protected] + +- version 0.6.21 +- team: initial team device support (fate#318389) +- ifstatus: fixed error return code and quiet option (bsc#939142) + +------------------------------------------------------------------- Old: ---- wicked-0.6.20.tar.bz2 New: ---- wicked-0.6.23.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wicked.spec ++++++ --- /var/tmp/diff_new_pack.Uo6z89/_old 2015-09-11 09:03:20.000000000 +0200 +++ /var/tmp/diff_new_pack.Uo6z89/_new 2015-09-11 09:03:20.000000000 +0200 @@ -18,7 +18,7 @@ %define release_prefix %{?snapshot:%{snapshot}}%{!?snapshot:0} Name: wicked -Version: 0.6.20 +Version: 0.6.23 Release: %{release_prefix}.0.0 Summary: Network configuration infrastructure License: GPL-2.0 @@ -53,6 +53,7 @@ # Note: nanny use is enabled by default %bcond_without use_nanny +%bcond_without use_teamd BuildRequires: libnl3-devel %if 0%{?suse_version} > 1110 @@ -178,6 +179,9 @@ %if %{without use_nanny} --disable-nanny-use \ %endif +%if %{without use_teamd} + --disable-teamd \ +%endif %if %{with systemd} --enable-systemd \ --with-systemd-unitdir=%{_unitdir} \ @@ -335,6 +339,8 @@ %_mandir/man5/ifcfg-dummy.5* %_mandir/man5/ifcfg-macvlan.5* %_mandir/man5/ifcfg-macvtap.5* +%_mandir/man5/ifcfg-ovs-bridge.5* +%_mandir/man5/ifcfg-team.5* %_mandir/man5/ifcfg-tunnel.5* %_mandir/man5/ifcfg-vlan.5* %_mandir/man5/ifcfg-wireless.5* ++++++ wicked-0.6.20.tar.bz2 -> wicked-0.6.23.tar.bz2 ++++++ ++++ 11941 lines of diff (skipped)
