import nispor-1.2.2-1.el9
This commit is contained in:
parent
f513363fd3
commit
bcead4f0d1
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/nispor-1.1.1-vendor.tar.xz
|
SOURCES/nispor-1.2.2-vendor.tar.xz
|
||||||
SOURCES/nispor-1.1.1.tar.gz
|
SOURCES/nispor-1.2.2.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
ab6b879911102b36b276d080de78967279016b02 SOURCES/nispor-1.1.1-vendor.tar.xz
|
197dc61c76ce3bb339b4ea23ac3fb4ad19b64aff SOURCES/nispor-1.2.2-vendor.tar.xz
|
||||||
c4bff5488cde6eaf881d510e463f6c3f0e13aae2 SOURCES/nispor-1.1.1.tar.gz
|
87b41542bb3eb5df74f90ffdbb3385229689a88f SOURCES/nispor-1.2.2.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: nispor
|
Name: nispor
|
||||||
Version: 1.1.1
|
Version: 1.2.2
|
||||||
Release: 2%{?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
|
||||||
@ -127,6 +127,7 @@ 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
|
||||||
@ -164,6 +165,9 @@ popd
|
|||||||
%{_libdir}/pkgconfig/nispor.pc
|
%{_libdir}/pkgconfig/nispor.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.1-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user