Upgrade to 1.1.0
Resolves: RHBZ#1962382 Signed-off-by: Wen Liang <wenliang@redhat.com>
This commit is contained in:
parent
ab427b44ce
commit
397d2e9797
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@
|
||||
/nispor-1.0.0-vendor.tar.xz
|
||||
/nispor-1.0.1.tar.gz
|
||||
/nispor-1.0.1-vendor.tar.xz
|
||||
/nispor-1.1.0.tar.gz
|
||||
/nispor-1.1.0-vendor.tar.xz
|
||||
|
15
nispor.spec
15
nispor.spec
@ -1,6 +1,6 @@
|
||||
Name: nispor
|
||||
Version: 1.0.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: API for network status querying
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/nispor/nispor
|
||||
@ -53,14 +53,9 @@ popd
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%systemd_post nispor.service
|
||||
|
||||
%preun
|
||||
%systemd_preun nispor.service
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%systemd_postun_with_restart nispor.service
|
||||
|
||||
%install
|
||||
env SKIP_PYTHON_INSTALL=1 PREFIX=%{_prefix} LIBDIR=%{_libdir} %make_install
|
||||
@ -73,10 +68,7 @@ popd
|
||||
%doc AUTHORS CHANGELOG DEVEL.md README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/npc
|
||||
%{_bindir}/npd
|
||||
%{_libdir}/libnispor.so.*
|
||||
%{_unitdir}/nispor.socket
|
||||
%{_unitdir}/nispor.service
|
||||
|
||||
%files -n python3-%{name}
|
||||
%license LICENSE
|
||||
@ -89,6 +81,9 @@ popd
|
||||
%{_libdir}/pkgconfig/nispor.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jun 01 2021 Wen Liang <wenliang@redhat.com> - 1.1.0-1
|
||||
- Upgrade to 1.1.0. RHBZ#1962382
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.1-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
99f1af27b17459da54d0abc83e0ba5c2 nispor-1.0.1.tar.gz
|
||||
aeaaf5f3b4ca661655454c5a2624c52c nispor-1.0.1-vendor.tar.xz
|
||||
SHA512 (nispor-1.1.0.tar.gz) = 0b4bc1f4ad00de6c2967ef2282e9a9cc0ecde3217a10149786ff6627461c2db52c24f6aefb1960d29dbc5bd2eb1dc65036e9f6e29686a02c01b3c4d24bc4c2e2
|
||||
SHA512 (nispor-1.1.0-vendor.tar.xz) = 7d5e060a65b571d9a80c428302ed0fe27c4bbb981dd09637aabe17b096995eaddee335e91b61b609b5151d0f656368f28f9ae8d7e1a6a25b09265de7a14c46bd
|
||||
|
Loading…
Reference in New Issue
Block a user