Hello community, here is the log from the commit of package wicked for openSUSE:Factory checked in at 2014-02-23 07:19:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-02-15 17:23:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes 2014-02-23 07:19:42.000000000 +0100 @@ -1,0 +2,45 @@ +Fri Feb 21 10:17:42 UTC 2014 - [email protected] + +- version 0.5.12 +- wicked-devel: require libnl3-devel unconditionally + +------------------------------------------------------------------- +Fri Feb 21 09:47:51 UTC 2014 - [email protected] + +- version 0.5.11 +- wicked-devel: require libnl3-devel used for build in spec + +------------------------------------------------------------------- +Fri Feb 21 09:28:13 UTC 2014 - [email protected] + +- version 0.5.10 +- service: fix rpmlink suse-missing-rclink warnings +- compat: no systemd check via mountpoint in ifup (bnc#864696) + +------------------------------------------------------------------- +Thu Feb 20 23:56:41 UTC 2014 - [email protected] + +- version 0.5.9 +- dhcp4: fixed to commit and inform wicked when a lease is + released lease - this may have cause ifdown errors. +- client: workaround to consider wait-for-interfaces + Get the WAIT_FOR_INTERFACES variable from environment, which is + sourced in the service file to not timeout too early and also + allow the users to increase it (see bnc#863371, bnc#862530). +- addconf: update allow static lease to update resolver + This is required for iBFT leases and solves bnc#864131. +- iflist: check validity before extracting nla payload (bnc#863371) +- Update unquote to handle invalid sysconfig variables properly + (bnc#864635) +- dhcp: added lease-xml output to dhcp --test mode and option + to request lease in dry-run mode (get lease and exit) +- client: turn "No valid config files found" into a debug msg +- infiniband: start after rdma service not openibd (sles-11) +- compat: fixed scripts/ifup -o debug handling +- daemons: disabled state.xml saving by default (bnc#862335) +- client: check for config priorities at reading stage +- client: add --raw parameter to the convert option +- wickedd: add sock->release_user_data and use in in process.c, + clear temp-state files in ni_dbus_xml_deserialize_arguments. + +------------------------------------------------------------------- Old: ---- wicked-0.5.8.tar.bz2 New: ---- wicked-0.5.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wicked.spec ++++++ --- /var/tmp/diff_new_pack.xfvcWY/_old 2014-02-23 07:19:42.000000000 +0100 +++ /var/tmp/diff_new_pack.xfvcWY/_new 2014-02-23 07:19:42.000000000 +0100 @@ -18,7 +18,7 @@ %define release_prefix %{?snapshot:%{snapshot}}%{!?snapshot:0} Name: wicked -Version: 0.5.8 +Version: 0.5.12 Release: %{release_prefix}.0.0 Summary: Network configuration infrastructure License: GPL-2.0 @@ -111,13 +111,8 @@ Summary: Network configuration infrastructure - Development files Group: Development/Libraries/C and C++ Requires: dbus-1-devel -Requires: libnl-devel +Requires: libnl3-devel Requires: libwicked0 = %{version} -%if 0%{?suse_version} > 1210 -Requires: libnl-1_1-devel -%else -Requires: libnl-devel -%endif %description devel Wicked is a network configuration infrastructure incorporating a number @@ -171,6 +166,17 @@ %__rm -f ${RPM_BUILD_ROOT}%_libdir/libwicked*.*a # create ghost directory %__mkdir_p -m 0750 ${RPM_BUILD_ROOT}%_localstatedir/run/wicked +%if %{with systemd} +ln -sf %_sbindir/service ${RPM_BUILD_ROOT}%_sbindir/rcwicked +ln -sf %_sbindir/service ${RPM_BUILD_ROOT}%_sbindir/rcwickedd +ln -sf %_sbindir/service ${RPM_BUILD_ROOT}%_sbindir/rcwickedd-nanny +ln -sf %_sbindir/service ${RPM_BUILD_ROOT}%_sbindir/rcwickedd-dhcp6 +ln -sf %_sbindir/service ${RPM_BUILD_ROOT}%_sbindir/rcwickedd-dhcp4 +ln -sf %_sbindir/service ${RPM_BUILD_ROOT}%_sbindir/rcwickedd-auto4 +%else +ln -sf %_sysconfdir/init.d/wickedd ${RPM_BUILD_ROOT}%_sbindir/rcwickedd +ln -sf %_sysconfdir/init.d/network ${RPM_BUILD_ROOT}%_sbindir/rcnetwork +%endif %if %{with systemd} @@ -296,6 +302,12 @@ /sbin/ifdown /sbin/ifstatus /sbin/ifprobe +%_sbindir/rcwickedd-nanny +%_sbindir/rcwickedd-dhcp6 +%_sbindir/rcwickedd-dhcp4 +%_sbindir/rcwickedd-auto4 +%_sbindir/rcwickedd +%_sbindir/rcwicked %else ++++++ wicked-0.5.8.tar.bz2 -> wicked-0.5.12.tar.bz2 ++++++ ++++ 5629 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
