Rebase package on top of iproute2-4.14.1
This commit is contained in:
parent
a329ddabba
commit
e4fcc0347f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/iproute2-4.11.0.tar.xz
|
||||
/iproute2-4.12.0.tar.xz
|
||||
/iproute2-4.13.0.tar.xz
|
||||
/iproute2-4.14.1.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global cbq_version v0.7.3
|
||||
Summary: Advanced IP routing and network device configuration tools
|
||||
Name: iproute
|
||||
Version: 4.13.0
|
||||
Version: 4.14.1
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/System
|
||||
URL: http://kernel.org/pub/linux/utils/net/%{name}2/
|
||||
@ -90,9 +90,6 @@ export LIBDIR=/%{_libdir}
|
||||
export IPT_LIB_DIR=/%{_lib}/xtables
|
||||
./configure
|
||||
make %{?_smp_mflags}
|
||||
%if ! 0%{?_module_build}
|
||||
make -C doc
|
||||
%endif
|
||||
|
||||
%install
|
||||
export DESTDIR='%{buildroot}'
|
||||
@ -158,7 +155,6 @@ rm -rf '%{buildroot}%{_docdir}'
|
||||
%files doc
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%doc doc/*.ps
|
||||
%doc examples
|
||||
%endif
|
||||
|
||||
@ -171,6 +167,9 @@ rm -rf '%{buildroot}%{_docdir}'
|
||||
%{_includedir}/iproute2/bpf_elf.h
|
||||
|
||||
%changelog
|
||||
* Wed Nov 15 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-1
|
||||
- New version 4.14.1
|
||||
|
||||
* Tue Sep 19 2017 Phil Sutter <psutter@redhat.com> - 4.13.0-1
|
||||
- New version 4.13.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (iproute2-4.13.0.tar.xz) = f96d2839aec1f439bfac504c8e3881c063dacbf4c67b15f0e3da9882d2fa013cba33c23602de3eab624e0eecbb911a13967d60bddcdf097f47a580a5a77b5e3a
|
||||
SHA512 (iproute2-4.14.1.tar.xz) = e593b68c46ef5f98bd6911ee7beb38388a14935a29fefabdeccc96aa012593b6f3a49b3bb1baed7d77e54f1f4a857172e058b73407f4070f158b8713f44f5d2c
|
||||
|
Loading…
Reference in New Issue
Block a user