Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2014-01-15 19:36:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-12-08 
19:50:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes       2014-01-15 
22:59:46.000000000 +0100
@@ -1,0 +2,31 @@
+Fri Jan 10 15:28:38 UTC 2014 - [email protected]
+
+- Added rpm obsoletes sysconfig-network to wicked-service.
+
+-------------------------------------------------------------------
+Thu Jan  9 13:58:06 UTC 2014 - [email protected]
+
+- version 0.5.4
+- spec: require wicked-service package in wicked
+  Fixed spec file to require the wicked-service package
+  in wicked package under systemd. The wicked-service
+  package provides systemd service files as well as the
+  ifup compatibility scripts (bnc#856591,fate#316768).
+- Documentation: man pages update, provide also ifcfg*
+  and ifup,ifdown,ifstatus man pages (bnc#855135).
+- systemd services: added --systemd parameters which
+  enable systemd specific behaviour tweaks.
+- initial wicked ifstatus command, ifstatus and ifprobe
+  compat scripts used and in the network init-script
+  on sysvinit systems (only, not under systemd).
+- cleanup to use LSB codes in client and all daemons
+- client: Add --delete and --no-delete options
+- nanny: enable wickedd-nanny service by default
+- Refactored to use same link.lowerdev name/index
+  reference in vlan,macvlan,infiniband and show
+  master device interface property in show-xml.
+- infiniband schema: changed to use <infiniband:child>
+  for infiniband child interfaces in native configs.
+- fixed newlink functions to not free netdev on discard
+
+-------------------------------------------------------------------

Old:
----
  wicked-0.5.3.tar.bz2

New:
----
  wicked-0.5.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wicked.spec ++++++
--- /var/tmp/diff_new_pack.1HkukA/_old  2014-01-15 22:59:47.000000000 +0100
+++ /var/tmp/diff_new_pack.1HkukA/_new  2014-01-15 22:59:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wicked
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define                release_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:           wicked
-Version:        0.5.3
+Version:        0.5.4
 Release:        %{release_prefix}.0.0
 Summary:        Network configuration infrastructure
 License:        GPL-2.0
@@ -57,6 +57,7 @@
 %if 0%{?suse_version:1}
 Requires(pre):  %fillup_prereq
 %endif
+Requires:       %{name}-service = %{version}
 %else
 %if 0%{?suse_version:1}
 PreReq:         %fillup_prereq %insserv_prereq
@@ -78,6 +79,7 @@
 Provides:       /sbin/ifup
 Provides:       sysvinit(network)
 Conflicts:      otherproviders(/sbin/ifup)
+Obsoletes:      sysconfig-network
 
 %description service
 Wicked is a network configuration infrastructure incorporating a number
@@ -94,6 +96,7 @@
 Requires(pre):  %name = %{version}
 Provides:       /sbin/ifup
 Provides:       sysvinit(network)
+# sysvinit test package only, unsupported -> no more deps
 
 %description service
 Wicked is a network configuration infrastructure incorporating a number
@@ -155,13 +158,14 @@
 
 %install
 make install DESTDIR=${RPM_BUILD_ROOT}
-# install /sbin/{ifup,ifown,ifstatus} links
+# install /sbin/{ifup,ifown,ifstatus,ifprobe} links
 %if "%_sbindir" != "/sbin"
 %__mkdir_p -m 0755 ${RPM_BUILD_ROOT}/sbin
 %__ln_s %_sbindir/ifup ${RPM_BUILD_ROOT}/sbin/ifup
 %endif
 %__ln_s %_sbindir/ifup ${RPM_BUILD_ROOT}/sbin/ifdown
 %__ln_s %_sbindir/ifup ${RPM_BUILD_ROOT}/sbin/ifstatus
+%__ln_s %_sbindir/ifup  ${RPM_BUILD_ROOT}/sbin/ifprobe
 # remove libwicked.a and la
 %__rm -f ${RPM_BUILD_ROOT}%_libdir/libwicked*.*a
 # create ghost directory
@@ -261,8 +265,16 @@
 %dir %_datadir/wicked/schema
 %_datadir/wicked/schema/*.xml
 %_mandir/man5/wicked-config.5*
+%_mandir/man5/ifcfg-bonding.5*
+%_mandir/man5/ifcfg-bridge.5*
+%_mandir/man5/ifcfg-vlan.5*
+%_mandir/man5/ifcfg-wireless.5*
+%_mandir/man5/ifcfg.5*
 %_mandir/man8/wicked.8*
 %_mandir/man8/wickedd.8*
+%_mandir/man8/ifdown.8*
+%_mandir/man8/ifstatus.8*
+%_mandir/man8/ifup.8*
 %attr(0750,root,root) %dir %ghost %_localstatedir/run/wicked
 
 %if %{with systemd}
@@ -281,6 +293,7 @@
 %endif
 /sbin/ifdown
 /sbin/ifstatus
+/sbin/ifprobe
 
 %else
 
@@ -296,6 +309,7 @@
 %endif
 /sbin/ifdown
 /sbin/ifstatus
+/sbin/ifprobe
 
 %endif
 

++++++ wicked-0.5.3.tar.bz2 -> wicked-0.5.4.tar.bz2 ++++++
++++ 5311 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to