Drop libnl from dependencies (#1034454)
This commit is contained in:
parent
56aa986702
commit
268d42225a
@ -2,7 +2,7 @@
|
|||||||
Summary: Advanced IP routing and network device configuration tools
|
Summary: Advanced IP routing and network device configuration tools
|
||||||
Name: iproute
|
Name: iproute
|
||||||
Version: 3.12.0
|
Version: 3.12.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -26,7 +26,6 @@ BuildRequires: bison
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: iptables-devel >= 1.4.5
|
BuildRequires: iptables-devel >= 1.4.5
|
||||||
BuildRequires: libdb-devel
|
BuildRequires: libdb-devel
|
||||||
BuildRequires: libnl-devel
|
|
||||||
BuildRequires: linuxdoc-tools
|
BuildRequires: linuxdoc-tools
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: psutils
|
BuildRequires: psutils
|
||||||
@ -176,6 +175,9 @@ done
|
|||||||
%{_includedir}/libnetlink.h
|
%{_includedir}/libnetlink.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 26 2013 Petr Šabata <contyk@redhat.com> - 3.12.0-2
|
||||||
|
- Drop libnl from dependencies (#1034454)
|
||||||
|
|
||||||
* Mon Nov 25 2013 Petr Šabata <contyk@redhat.com> - 3.12.0-1
|
* Mon Nov 25 2013 Petr Šabata <contyk@redhat.com> - 3.12.0-1
|
||||||
- 3.12.0 bump
|
- 3.12.0 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user