From e81e9ff8f1175f30e51f0c651d30e7c784c5b37a Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Tue, 19 Aug 2014 09:32:18 +0200 Subject: [PATCH] 1.12 release - teamd: teamd_state_val_dump move TEAMD_BUG_ON so it can be actually triggered - teamd: fix coverity error in teamd_sriov_physfn_addr - libteamdctl: adjust doc comments to be processed by doxygen - remove forgotten src dir - libteam: stringify.c adjust doc comments to be processed by doxygen - libteam: ports.c adjust doc comments to be processed by doxygen - libteam: options.c adjust doc comments to be processed by doxygen - libteam: ifinfo.c adjust doc comments to be processed by doxygen - libteam: libteam.c adjust doc comments to be processed by doxygen - add doxygen html doc generation into autoconf - teamd: tipc: use TIPC_MAX_*_NAME for buffers and check len - fix strncmp len in ifname2ifindex - teamd: fix incorrect usage of sizeof in __str_sockaddr --- .gitignore | 1 + libteam.spec | 33 +++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5af1641..b1f9616 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /libteam-1.9.tar.gz /libteam-1.10.tar.gz /libteam-1.11.tar.gz +/libteam-1.12.tar.gz diff --git a/libteam.spec b/libteam.spec index 772ede6..4790d50 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam -Version: 1.11 -Release: 2%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries License: LGPLv2+ @@ -12,6 +12,7 @@ BuildRequires: libnl3-devel BuildRequires: python-devel BuildRequires: dbus-devel BuildRequires: swig +BuildRequires: doxygen %description This package contains a library which is a user-space @@ -23,6 +24,14 @@ Group: Development/Libraries Summary: Libraries and header files for libteam development Requires: libteam = %{version}-%{release} +%package doc +Group: Documentation +Summary: API documentation for libteam and libteamd +Requires: libteam = %{version}-%{release} + +%description doc +This package contains libteam and libteamd API documentation + %package -n teamd Group: System Environment/Daemons Summary: Team network device control daemon @@ -71,6 +80,7 @@ chmod -x _tmpdoc2/examples/*.py %build %configure --disable-static make %{?_smp_mflags} +make html cd binding/python python ./setup.py build @@ -107,6 +117,9 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{_libdir}/libteam.so %{_libdir}/pkgconfig/libteam.pc +%files doc +%doc COPYING doc/api + %files -n teamd %doc COPYING teamd/example_configs teamd/redhat/example_ifcfgs/ %config(noreplace) %attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/teamd.conf @@ -135,6 +148,22 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Tue Aug 19 2014 Jiri Pirko - 1.12-1 +- 1.12 release +- teamd: teamd_state_val_dump move TEAMD_BUG_ON so it can be actually triggered +- teamd: fix coverity error in teamd_sriov_physfn_addr +- libteamdctl: adjust doc comments to be processed by doxygen +- remove forgotten src dir +- libteam: stringify.c adjust doc comments to be processed by doxygen +- libteam: ports.c adjust doc comments to be processed by doxygen +- libteam: options.c adjust doc comments to be processed by doxygen +- libteam: ifinfo.c adjust doc comments to be processed by doxygen +- libteam: libteam.c adjust doc comments to be processed by doxygen +- add doxygen html doc generation into autoconf +- teamd: tipc: use TIPC_MAX_*_NAME for buffers and check len +- fix strncmp len in ifname2ifindex +- teamd: fix incorrect usage of sizeof in __str_sockaddr + * Sun Aug 17 2014 Fedora Release Engineering - 1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 25df087..e8bf5f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21a514f7c206cc0ccc2fd274a32d49fe libteam-1.11.tar.gz +e73d7bff3a2689ba30a9e679cc7083cd libteam-1.12.tar.gz