- Update to release 5.7
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=195
This commit is contained in:
parent
d526a6bc0f
commit
8e8ed4dc25
13
_service
13
_service
@ -1,13 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm" mode="disabled">
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2</param>
|
|
||||||
<param name="revision">v5.6.0</param>
|
|
||||||
<param name="versionformat">5.6.0</param>
|
|
||||||
</service>
|
|
||||||
<service name="recompress" mode="disabled">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
<service name="set_version" mode="disabled"/>
|
|
||||||
</services>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cfc42f962d034f735a614dba6205f0090e738800e450a69b16170e67d3b1e250
|
|
||||||
size 754128
|
|
BIN
iproute2-5.7.0.tar.sign
Normal file
BIN
iproute2-5.7.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-5.7.0.tar.xz
Normal file
3
iproute2-5.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:725dc7ba94aae54c6f8d4223ca055d9fb4fe89d6994b1c03bfb4411c4dd10f21
|
||||||
|
size 764436
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 3 19:39:59 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 5.7
|
||||||
|
* macsec: add support for reporting and changing the offloading
|
||||||
|
mode (`ip macsec offload`).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 8 05:59:55 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
Wed Apr 8 05:59:55 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 5.6.0
|
Version: 5.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux network configuration utilities
|
Summary: Linux network configuration utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -27,9 +27,8 @@ URL: https://www.linuxfoundation.org/collaborate/workgroups/networkin
|
|||||||
|
|
||||||
#DL-URL: https://kernel.org/pub/linux/utils/net/iproute2/
|
#DL-URL: https://kernel.org/pub/linux/utils/net/iproute2/
|
||||||
#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
|
#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
|
||||||
#Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.xz
|
Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.xz
|
||||||
#Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.sign
|
Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.sign
|
||||||
Source: %name-%version.tar.xz
|
|
||||||
Source9: %name.keyring
|
Source9: %name.keyring
|
||||||
Patch1: adjust-installation-directories-for-openSUSE-SLE.patch
|
Patch1: adjust-installation-directories-for-openSUSE-SLE.patch
|
||||||
Patch2: use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
|
Patch2: use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
|
||||||
@ -155,7 +154,8 @@ cp -an README* examples/bpf "$b/%_docdir/%name/"
|
|||||||
%_libdir/tc/
|
%_libdir/tc/
|
||||||
%_datadir/tc/
|
%_datadir/tc/
|
||||||
%_docdir/%name/
|
%_docdir/%name/
|
||||||
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120300
|
%if 1
|
||||||
|
#0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120300
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%else
|
%else
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user