Update to 1.1
This commit is contained in:
parent
494fac33f4
commit
eb4d695e2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/libteam-20121212git01fe4bd.tar.gz
|
||||
/libteam-20130110gitf16805c.tar.gz
|
||||
/libteam-1.0.tar.gz
|
||||
/libteam-1.1.tar.gz
|
||||
|
35
libteam.spec
35
libteam.spec
@ -1,6 +1,6 @@
|
||||
Name: libteam
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Version: 1.1
|
||||
Release: test1%{?dist}
|
||||
Summary: Library for controlling team network device
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -28,6 +28,11 @@ Group: System Environment/Daemons
|
||||
Summary: Team network device control daemon
|
||||
Requires: libteam = %{version}-%{release}
|
||||
|
||||
%package -n teamd-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Libraries and header files for teamd development
|
||||
Requires: teamd = %{version}-%{release}
|
||||
|
||||
%package -n python-libteam
|
||||
Group: Development/Libraries
|
||||
Summary: Team network device library bindings
|
||||
@ -40,6 +45,10 @@ necessary for developing programs using libteam.
|
||||
%description -n teamd
|
||||
The teamd package contains team network device control daemon.
|
||||
|
||||
%description -n teamd-devel
|
||||
The teamd-devel package contains the header files and libraries
|
||||
necessary for developing programs using libteamdctl.
|
||||
|
||||
%description -n python-libteam
|
||||
The team-python package contains a module that permits applications
|
||||
written in the Python programming language to use the interface
|
||||
@ -91,21 +100,18 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_libdir}/*so.*
|
||||
%{_libdir}/libteam.so.*
|
||||
%{_bindir}/teamnl
|
||||
%{_mandir}/man8/teamnl.8*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING _tmpdoc1/examples
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/team.h
|
||||
%{_libdir}/libteam.so
|
||||
%{_libdir}/pkgconfig/libteam.pc
|
||||
|
||||
%files -n teamd
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING teamd/example_configs teamd/redhat/example_ifcfgs/
|
||||
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/teamd.conf
|
||||
%config(noreplace) %attr(644,root,root) %{_unitdir}/teamd@.service
|
||||
@ -113,18 +119,27 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
||||
%{_sysconfdir}/sysconfig/network-scripts/ifdown-Team
|
||||
%{_sysconfdir}/sysconfig/network-scripts/ifup-TeamPort
|
||||
%{_sysconfdir}/sysconfig/network-scripts/ifdown-TeamPort
|
||||
%{_libdir}/libteamdctl.so.*
|
||||
%{_bindir}/teamd
|
||||
%{_bindir}/teamdctl
|
||||
%{_mandir}/man8/teamd.8*
|
||||
%{_mandir}/man8/teamdctl.8*
|
||||
%{_mandir}/man5/teamd.conf.5*
|
||||
|
||||
%files -n teamd-devel
|
||||
%doc COPYING
|
||||
%{_includedir}/teamdctl.h
|
||||
%{_libdir}/libteamdctl.so
|
||||
%{_libdir}/pkgconfig/libteamdctl.pc
|
||||
|
||||
%files -n python-libteam
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING _tmpdoc2/examples
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Thu May 16 2013 Jiri Pirko <jpirko@redhat.com> - 1.1-1
|
||||
- Update to 1.1
|
||||
|
||||
* Thu Jan 31 2013 Jiri Pirko <jpirko@redhat.com> - 1.0-1
|
||||
- Update to 1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user