import nispor-1.2.2-1.el9

This commit is contained in:
CentOS Sources 2022-01-11 13:04:29 -05:00 committed by Stepan Oksanichenko
parent f513363fd3
commit bcead4f0d1
3 changed files with 10 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/nispor-1.1.1-vendor.tar.xz
SOURCES/nispor-1.1.1.tar.gz
SOURCES/nispor-1.2.2-vendor.tar.xz
SOURCES/nispor-1.2.2.tar.gz

View File

@ -1,2 +1,2 @@
ab6b879911102b36b276d080de78967279016b02 SOURCES/nispor-1.1.1-vendor.tar.xz
c4bff5488cde6eaf881d510e463f6c3f0e13aae2 SOURCES/nispor-1.1.1.tar.gz
197dc61c76ce3bb339b4ea23ac3fb4ad19b64aff SOURCES/nispor-1.2.2-vendor.tar.xz
87b41542bb3eb5df74f90ffdbb3385229689a88f SOURCES/nispor-1.2.2.tar.gz

View File

@ -1,6 +1,6 @@
Name: nispor
Version: 1.1.1
Release: 2%{?dist}
Version: 1.2.2
Release: 1%{?dist}
Summary: API for network status querying
License: ASL 2.0
URL: https://github.com/nispor/nispor
@ -127,6 +127,7 @@ This package contains C binding of %{name}.
_FLAGS=`sed -ne 's/rustflags = "\(.\+\)"/\1/p' .cargo/config.toml`
sed -i -e "s/rustflags = \[\(.\+\), \]$/rustflags = [\1, \"$_FLAGS\"]/" \
.cargo/config
rm .cargo/config.toml
%build
make
@ -164,6 +165,9 @@ popd
%{_libdir}/pkgconfig/nispor.pc
%changelog
* Fri Dec 03 2021 Gris Ge <fge@redhat.com> - 1.2.2-1
- Upgrade to 1.2.2. Resolves: RHBZ#1996623
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688