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
This commit is contained in:
parent
5235a7e77b
commit
e81e9ff8f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/libteam-1.9.tar.gz
|
||||
/libteam-1.10.tar.gz
|
||||
/libteam-1.11.tar.gz
|
||||
/libteam-1.12.tar.gz
|
||||
|
||||
33
libteam.spec
33
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 <jpirko@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 1.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user