Hello community, here is the log from the commit of package libteam for openSUSE:Factory checked in at 2014-08-13 08:48:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libteam (Old) and /work/SRC/openSUSE:Factory/.libteam.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libteam" Changes: -------- --- /work/SRC/openSUSE:Factory/libteam/libteam.changes 2013-08-13 10:24:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libteam.new/libteam.changes 2014-08-13 08:48:55.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Jul 21 11:43:26 UTC 2014 - [email protected] + +- Update to new upstream release 1.11 +* add support for TIPC link watcher +* teamd quits when the device is removed +* teamd: add support for checking multiple ports IFLA_PHYS_PORT_ID + +------------------------------------------------------------------- Old: ---- libteam-1.5.tar.xz New: ---- libteam-1.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libteam.spec ++++++ --- /var/tmp/diff_new_pack.8rXQ2F/_old 2014-08-13 08:48:56.000000000 +0200 +++ /var/tmp/diff_new_pack.8rXQ2F/_new 2014-08-13 08:48:56.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libteam # -# 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 @@ -20,28 +20,27 @@ Summary: Utilities for controlling 802.1AX team network device License: LGPL-2.1+ Group: System/Kernel -Version: 1.5 +Version: 1.11 Release: 0 Url: http://libteam.org/ #Git-Web: https://github.com/jpirko/libteam #Git-Clone: git://github.com/jpirko/libteam -Source: %name-%version.tar.xz +Source: http://libteam.org/files/%name-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig BuildRequires: python-devel BuildRequires: swig -BuildRequires: xz BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libdaemon) BuildRequires: pkgconfig(libnl-3.0) >= 3.2.0 BuildRequires: pkgconfig(libnl-cli-3.0) >= 3.2.0 BuildRequires: pkgconfig(libnl-genl-3.0) >= 3.2.0 -BuildRequires: pkgconfig(libnl-route-3.0) >= 3.2.19 +BuildRequires: pkgconfig(libnl-route-3.0) >= 3.2.0 %if 0%{?suse_version} >= 1220 -BuildRequires: systemd +BuildRequires: systemd-rpm-macros %endif %description @@ -52,11 +51,11 @@ a lightweight mechanism for bonding multiple interfaces together. It is a userspace-driven alternative to the existing bonding driver. -%package -n libteam1 +%package -n libteam5 Summary: Library for controlling 802.1AX team network device Group: System/Libraries -%description -n libteam1 +%description -n libteam5 A library which is the user-space counterpart for the team network driver, and provides an API to control them. @@ -76,7 +75,7 @@ %package devel Summary: Development files for libteam Group: Development/Libraries/C and C++ -Requires: libteam1 = %version +Requires: libteam5 = %version Requires: libteamdctl0 = %version %description devel @@ -137,14 +136,34 @@ %check make check -%post -n libteam1 -p /sbin/ldconfig -%postun -n libteam1 -p /sbin/ldconfig +%pre tools +%if 0%{?_unitdir:1} +%service_add_pre [email protected] +%endif + +%post tools +%if 0%{?_unitdir:1} +%service_add_post [email protected] +%endif + +%preun tools +%if 0%{?_unitdir:1} +%service_del_preun [email protected] +%endif + +%postun tools +%if 0%{?_unitdir:1} +%service_del_postun [email protected] +%endif + +%post -n libteam5 -p /sbin/ldconfig +%postun -n libteam5 -p /sbin/ldconfig %post -n libteamdctl0 -p /sbin/ldconfig %postun -n libteamdctl0 -p /sbin/ldconfig -%files -n libteam1 +%files -n libteam5 %defattr(-,root,root) -%_libdir/libteam.so.1* +%_libdir/libteam.so.5* %files -n libteamdctl0 %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
