3.5.1 bump

This commit is contained in:
Petr Šabata 2012-08-14 17:12:01 +02:00
parent 5d49e83f04
commit 19747adaa8

View File

@ -1,8 +1,8 @@
%global cbq_version v0.7.3 %global cbq_version v0.7.3
Summary: Advanced IP routing and network device configuration tools Summary: Advanced IP routing and network device configuration tools
Name: iproute Name: iproute
Version: 3.5.0 Version: 3.5.1
Release: 2%{?dist} Release: 1%{?dist}
Group: Applications/System Group: Applications/System
URL: http://kernel.org/pub/linux/utils/net/%{name}2/ URL: http://kernel.org/pub/linux/utils/net/%{name}2/
Source0: http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.gz Source0: http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.gz
@ -83,6 +83,7 @@ mkdir -p \
%{buildroot}%{_sysconfdir}/sysconfig/cbq %{buildroot}%{_sysconfdir}/sysconfig/cbq
for binary in \ for binary in \
bridge/bridge \
examples/cbq.init-%{cbq_version} \ examples/cbq.init-%{cbq_version} \
genl/genl \ genl/genl \
ip/ifcfg \ ip/ifcfg \
@ -105,8 +106,6 @@ cd %{buildroot}%{_sbindir}
ln -s lnstat ctstat ln -s lnstat ctstat
ln -s lnstat rtstat ln -s lnstat rtstat
cd - cd -
# bridge should be installed as 'br', following upstream
install -m755 bridge/bridge %{buildroot}%{_sbindir}/br
# Libs # Libs
for library in \ for library in \
@ -170,6 +169,10 @@ done
%{_includedir}/libnetlink.h %{_includedir}/libnetlink.h
%changelog %changelog
* Tue Aug 14 2012 Petr Šabata <contyk@redhat.com> - 3.5.1-1
- 3.5.1 bugfix release bump
- Rename 'br' to 'bridge'
* Mon Aug 06 2012 Petr Šabata <contyk@redhat.com> - 3.5.0-2 * Mon Aug 06 2012 Petr Šabata <contyk@redhat.com> - 3.5.0-2
- Install the new bridge utility - Install the new bridge utility