Upgrade to 1.1.1

Resolves: RHBZ#1962382

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2021-06-19 10:19:19 +08:00
parent 161067fbc7
commit d5d8ab84ca
3 changed files with 92 additions and 4 deletions

2
.gitignore vendored
View File

@ -12,3 +12,5 @@
/nispor-1.0.1-vendor.tar.xz /nispor-1.0.1-vendor.tar.xz
/nispor-1.1.0.tar.gz /nispor-1.1.0.tar.gz
/nispor-1.1.0-vendor.tar.xz /nispor-1.1.0-vendor.tar.xz
/nispor-1.1.1.tar.gz
/nispor-1.1.1-vendor.tar.xz

View File

@ -1,6 +1,6 @@
Name: nispor Name: nispor
Version: 1.1.0 Version: 1.1.1
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
@ -12,6 +12,89 @@ BuildRequires: rust-toolset
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
BuildRequires: systemd-devel BuildRequires: systemd-devel
Provides: bundled(crate(aho-corasick)) = 0.7.15
Provides: bundled(crate(ansi_term)) = 0.11.0
Provides: bundled(crate(anyhow)) = 1.0.34
Provides: bundled(crate(atty)) = 0.2.14
Provides: bundled(crate(autocfg)) = 1.0.1
Provides: bundled(crate(bitflags)) = 1.2.1
Provides: bundled(crate(byteorder)) = 1.3.4
Provides: bundled(crate(byteordered)) = 0.5.0
Provides: bundled(crate(bytes)) = 0.5.6
Provides: bundled(crate(bytes)) = 1.0.1
Provides: bundled(crate(cc)) = 1.0.66
Provides: bundled(crate(cfg-if)) = 1.0.0
Provides: bundled(crate(clap)) = 2.33.3
Provides: bundled(crate(ctor)) = 0.1.16
Provides: bundled(crate(difference)) = 2.0.0
Provides: bundled(crate(dtoa)) = 0.4.6
Provides: bundled(crate(env_logger)) = 0.8.3
Provides: bundled(crate(futures)) = 0.3.12
Provides: bundled(crate(futures-channel)) = 0.3.12
Provides: bundled(crate(futures-core)) = 0.3.12
Provides: bundled(crate(futures-executor)) = 0.3.12
Provides: bundled(crate(futures-io)) = 0.3.12
Provides: bundled(crate(futures-macro)) = 0.3.12
Provides: bundled(crate(futures-sink)) = 0.3.12
Provides: bundled(crate(futures-task)) = 0.3.12
Provides: bundled(crate(futures-util)) = 0.3.12
Provides: bundled(crate(hermit-abi)) = 0.1.17
Provides: bundled(crate(humantime)) = 2.1.0
Provides: bundled(crate(itoa)) = 0.4.6
Provides: bundled(crate(libc)) = 0.2.93
Provides: bundled(crate(linked-hash-map)) = 0.5.3
Provides: bundled(crate(log)) = 0.4.14
Provides: bundled(crate(memchr)) = 2.3.4
Provides: bundled(crate(mio)) = 0.7.7
Provides: bundled(crate(miow)) = 0.3.6
Provides: bundled(crate(netlink-packet-core)) = 0.2.4
Provides: bundled(crate(netlink-packet-route)) = 0.7.0
Provides: bundled(crate(netlink-packet-utils)) = 0.4.0
Provides: bundled(crate(netlink-proto)) = 0.6.0
Provides: bundled(crate(netlink-sys)) = 0.6.0
Provides: bundled(crate(nix)) = 0.19.1
Provides: bundled(crate(ntapi)) = 0.3.6
Provides: bundled(crate(num_cpus)) = 1.13.0
Provides: bundled(crate(once_cell)) = 1.4.1
Provides: bundled(crate(output_vt100)) = 0.1.2
Provides: bundled(crate(paste)) = 1.0.2
Provides: bundled(crate(pin-project-lite)) = 0.1.12
Provides: bundled(crate(pin-project-lite)) = 0.2.4
Provides: bundled(crate(pin-utils)) = 0.1.0
Provides: bundled(crate(pretty_assertions)) = 0.6.1
Provides: bundled(crate(proc-macro2)) = 1.0.26
Provides: bundled(crate(proc-macro-hack)) = 0.5.19
Provides: bundled(crate(proc-macro-nested)) = 0.1.6
Provides: bundled(crate(quote)) = 1.0.7
Provides: bundled(crate(regex)) = 1.4.6
Provides: bundled(crate(regex-syntax)) = 0.6.23
Provides: bundled(crate(rtnetlink)) = 0.7.0
Provides: bundled(crate(ryu)) = 1.0.5
Provides: bundled(crate(serde)) = 1.0.117
Provides: bundled(crate(serde_derive)) = 1.0.117
Provides: bundled(crate(serde_json)) = 1.0.59
Provides: bundled(crate(serde_yaml)) = 0.8.14
Provides: bundled(crate(slab)) = 0.4.2
Provides: bundled(crate(socket2)) = 0.3.19
Provides: bundled(crate(strsim)) = 0.8.0
Provides: bundled(crate(syn)) = 1.0.69
Provides: bundled(crate(termcolor)) = 1.1.2
Provides: bundled(crate(textwrap)) = 0.11.0
Provides: bundled(crate(thiserror)) = 1.0.22
Provides: bundled(crate(thiserror-impl)) = 1.0.22
Provides: bundled(crate(tokio)) = 0.2.25
Provides: bundled(crate(tokio)) = 1.1.1
Provides: bundled(crate(tokio-macros)) = 1.0.0
Provides: bundled(crate(tokio-util)) = 0.2.0
Provides: bundled(crate(unicode-width)) = 0.1.8
Provides: bundled(crate(unicode-xid)) = 0.2.1
Provides: bundled(crate(vec_map)) = 0.8.2
Provides: bundled(crate(winapi)) = 0.3.9
Provides: bundled(crate(winapi-i686-pc-windows-gnu)) = 0.4.0
Provides: bundled(crate(winapi-util)) = 0.1.5
Provides: bundled(crate(winapi-x86_64-pc-windows-gnu)) = 0.4.0
Provides: bundled(crate(yaml-rust)) = 0.4.4
%description %description
Unified interface for Linux network state querying. Unified interface for Linux network state querying.
@ -81,6 +164,9 @@ popd
%{_libdir}/pkgconfig/nispor.pc %{_libdir}/pkgconfig/nispor.pc
%changelog %changelog
* Sat Jun 19 2021 Gris Ge <fge@redhat.com> - 1.1.1-1
- Upgrade to 1.1.1. Resolves: RHBZ#1962382
* Wed Jun 16 2021 Wen Liang <wenliang@redhat.com> - 1.1.0-2 * Wed Jun 16 2021 Wen Liang <wenliang@redhat.com> - 1.1.0-2
- Upload the new vendor tarball compressed by 'xz' tool. Resolves: RHBZ#1962382 - Upload the new vendor tarball compressed by 'xz' tool. Resolves: RHBZ#1962382

View File

@ -1,2 +1,2 @@
SHA512 (nispor-1.1.0.tar.gz) = 0b4bc1f4ad00de6c2967ef2282e9a9cc0ecde3217a10149786ff6627461c2db52c24f6aefb1960d29dbc5bd2eb1dc65036e9f6e29686a02c01b3c4d24bc4c2e2 SHA512 (nispor-1.1.1.tar.gz) = 47fc68106e3760465b882edb022733d221de593bcc9f4b7bf4ada054e98e3bf84251709d7e0f7b05fa4261de21180cdda073ba03c0bdd3803c62fb37e9dd4fa1
SHA512 (nispor-1.1.0-vendor.tar.xz) = cb3590e56c8935b82c448917bd19f84e39b50a00e5388f1a3957b5470021430e284a7aea491845dbc82f59df5f954e414a18f16472b50e95f6c495193017aeaf SHA512 (nispor-1.1.1-vendor.tar.xz) = 5abdf8d4cc8aed02cacba1409e3844c51b5e345f6e1477b0ca17b2a07fd108188f6a005ae99f2793e23c166a393497121285a631e9b905e9c20a3acb628c79d9