import CS nispor-1.2.14-1.el9

This commit is contained in:
eabdullin 2024-03-28 11:15:11 +00:00
parent 9c52a6d471
commit 79340cad11
3 changed files with 17 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/nispor-1.2.12.tar.gz
SOURCES/nispor-vendor-1.2.12.tar.xz
SOURCES/nispor-1.2.14.tar.gz
SOURCES/nispor-vendor-1.2.14.tar.xz

View File

@ -1,2 +1,2 @@
39c04c6d0b6a3bcabbe1adff51b0daf5aa337c86 SOURCES/nispor-1.2.12.tar.gz
1e0f0f6f98706d9be96bd8c31ebef1ced4edb9e7 SOURCES/nispor-vendor-1.2.12.tar.xz
26e39519710cfa49330a04604c2444949a0eb23a SOURCES/nispor-1.2.14.tar.gz
109f1d16fa058834e8a4a0486fa7e7b1a3f486a0 SOURCES/nispor-vendor-1.2.14.tar.xz

View File

@ -1,5 +1,5 @@
Name: nispor
Version: 1.2.12
Version: 1.2.14
Release: 1%{?dist}
Summary: API for network status querying
License: ASL 2.0
@ -152,6 +152,18 @@ popd
%{_libdir}/pkgconfig/nispor.pc
%changelog
* Wed Sep 20 2023 Matej Focko <mfocko@redhat.com> - 1.2.14-1
- New release 1.2.14 (Gris Ge)
- bond: support changing bond mode (Gris Ge)
- Reorganize the code structure (Gris Ge)
- CI: Enable VRF and ethool pause test (Gris Ge)
- CI: Upgrade the version of github action tasks (Gris Ge)
- test: Fix ethtool link mode test on Ubuntu (Gris Ge)
- Github CI: Install extra module of running kernel (Gris Ge)
- macsec: add base_iface property (Fernando Fernandez Mancera)
- macsec: add MACsec interface support (Fernando Fernandez Mancera)
- Bump netlink-packet-route to 0.17.1 (Fernando Fernandez Mancera)
* Thu Jul 20 2023 Gris Ge <fge@redhat.com> - 1.2.12-1
- New release 1.2.12 (Gris Ge)
- Use latest rust-netlink crates (Gris Ge)