Compare commits

...

No commits in common. "imports/c9/nispor-1.2.7-1.el9" and "c8" have entirely different histories.

3 changed files with 43 additions and 24 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/nispor-1.2.7.tar.gz SOURCES/nispor-1.2.10.tar.gz
SOURCES/nispor-vendor-1.2.7.tar.xz SOURCES/nispor-vendor-1.2.10.tar.xz

View File

@ -1,2 +1,2 @@
7d629334fa10f116f861a87c3155b9a44e6f013f SOURCES/nispor-1.2.7.tar.gz 8d60dca918befcc9dc00c0779d6d8eb820219888 SOURCES/nispor-1.2.10.tar.gz
ef2b145e1b2d8b7cd5461574dbfe862c964d8338 SOURCES/nispor-vendor-1.2.7.tar.xz 9fab44e3705beb62ff25131abb72e1a2182a14c8 SOURCES/nispor-vendor-1.2.10.tar.xz

View File

@ -1,11 +1,11 @@
Name: nispor Name: nispor
Version: 1.2.7 Version: 1.2.10
Release: 1%{?dist} Release: 1%{?dist}
Summary: API for network status querying Summary: API for network status querying
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/nispor/nispor URL: https://github.com/nispor/nispor
Source: https://github.com/nispor/nispor/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: https://github.com/nispor/nispor/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}-vendor-%{version}.tar.xz Source1: https://github.com/nispor/nispor/releases/download/v%{version}/nispor-vendor-%{version}.tar.xz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: rust-toolset BuildRequires: rust-toolset
@ -128,7 +128,6 @@ This package contains C binding of %{name}.
_FLAGS=`sed -ne 's/rustflags = "\(.\+\)"/\1/p' .cargo/config.toml` _FLAGS=`sed -ne 's/rustflags = "\(.\+\)"/\1/p' .cargo/config.toml`
sed -i -e "s/rustflags = \[\(.\+\), \]$/rustflags = [\1, \"$_FLAGS\"]/" \ sed -i -e "s/rustflags = \[\(.\+\), \]$/rustflags = [\1, \"$_FLAGS\"]/" \
.cargo/config .cargo/config
rm .cargo/config.toml
%build %build
make make
@ -166,33 +165,53 @@ popd
%{_libdir}/pkgconfig/nispor.pc %{_libdir}/pkgconfig/nispor.pc
%changelog %changelog
* Thu Jun 30 2022 Gris Ge <fge@redhat.com> - 1.2.7-1 * Thu Feb 16 2023 Gris Ge <fge@redhat.com> - 1.2.10-1
- Upgrade to 1.2.7. - Upgrade to 1.2.10. RHBZ#2153166
* Thu Dec 15 2022 Gris Ge <fge@redhat.com> - 1.2.9-1
- Upgrade to 1.2.9. RHBZ#2153166
* Tue Jul 26 2022 Gris Ge <fge@redhat.com> - 1.2.7-1
- Upgrade to 1.2.7. RHBZ#2064295
* Tue Apr 12 2022 Gris Ge <fge@redhat.com> - 1.2.5-1
- Upgrade to 1.2.5. RHBZ#2064295
* Tue Mar 15 2022 Gris Ge <fge@redhat.com> - 1.2.4-1 * Tue Mar 15 2022 Gris Ge <fge@redhat.com> - 1.2.4-1
- Upgarde to 1.2.4. RHBZ#2064299 - Upgrade to 1.2.4. RHBZ#2064295
* Thu Jan 13 2022 Gris Ge <fge@redhat.com> - 1.2.3-1 * Thu Jan 13 2022 - 1.2.3-1
- Upgrade to 1.2.3. Resolves: RHBZ#1996623 - Update to 1.2.3. RHBZ#1996619
* Fri Dec 03 2021 Gris Ge <fge@redhat.com> - 1.2.2-1 * Fri Jan 07 2022 Gris Ge <fge@redhat.com> - 1.2.2-2
- Upgrade to 1.2.2. Resolves: RHBZ#1996623 - Fix bridge vlan filtering on i40e. RHBZ#2026621
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.1-2 * Tue Nov 30 2021 Gris Ge <fge@redhat.com> - 1.2.2-1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Upgrade to 1.2.2. RHBZ#1996619
Related: rhbz#1991688
* Thu Nov 25 2021 Gris Ge <fge@redhat.com> - 1.2.1-1
- Upgrade to 1.2.1. RHBZ#1996619
* Wed Nov 24 2021 Gris Ge <fge@redhat.com> - 1.2.0-1
- Upgrade to 1.2.0. RHBZ#1996619
* Sat Jun 19 2021 Gris Ge <fge@redhat.com> - 1.1.1-1 * Sat Jun 19 2021 Gris Ge <fge@redhat.com> - 1.1.1-1
- Upgrade to 1.1.1. Resolves: RHBZ#1962382 - Upgrade to 1.1.1. RHBZ#1942459
* Wed Jun 16 2021 Wen Liang <wenliang@redhat.com> - 1.1.0-2 * Fri Jun 18 2021 Gris Ge <fge@redhat.com> - 1.1.0-3
- Upload the new vendor tarball compressed by 'xz' tool. Resolves: RHBZ#1962382 - Include SPEC information for bundled rust crates. RHBZ#1927789
* Tue Jun 01 2021 Wen Liang <wenliang@redhat.com> - 1.1.0-1 * Tue Jun 08 2021 Gris Ge <fge@redhat.com> - 1.1.0-2
- Upgrade to 1.1.0. RHBZ#1962382 - Fix cli output, loopback interface and ethtool features.
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.1-3 * Tue May 25 2021 Wen Liang <wenliang@redhat.com> - 1.1.0-1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Upgrade to 1.1.0. RHBZ#1942459
* Thu Feb 18 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.2-4
- Remove the varlink support. RHBZ#1926941
* Tue Feb 02 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.1-3
- Add support to bond vlan+srcmac tx hashing option. RHBZ#1919986
* Fri Nov 13 2020 Gris Ge <fge@redhat.com> - 1.0.1-2 * Fri Nov 13 2020 Gris Ge <fge@redhat.com> - 1.0.1-2
- Upload new cargo vendor tarbal without crates used for windows platform. - Upload new cargo vendor tarbal without crates used for windows platform.