tests: update test fixtures for cargo2rpm v0.1.13

This commit is contained in:
Fabio Valentini 2023-11-17 23:27:54 +01:00
parent 475c116af4
commit 1c970e51fd
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF
2 changed files with 4 additions and 1 deletions

View file

@ -271,6 +271,7 @@ use the "mio" feature of the "%{crate}" crate.
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
Provides: crate(tokio/net) = 1.19.2 Provides: crate(tokio/net) = 1.19.2
Requires: (crate(mio/default) >= 0.8.1 with crate(mio/default) < 0.9.0~)
Requires: (crate(mio/net) >= 0.8.1 with crate(mio/net) < 0.9.0~) Requires: (crate(mio/net) >= 0.8.1 with crate(mio/net) < 0.9.0~)
Requires: (crate(mio/os-ext) >= 0.8.1 with crate(mio/os-ext) < 0.9.0~) Requires: (crate(mio/os-ext) >= 0.8.1 with crate(mio/os-ext) < 0.9.0~)
Requires: (crate(mio/os-poll) >= 0.8.1 with crate(mio/os-poll) < 0.9.0~) Requires: (crate(mio/os-poll) >= 0.8.1 with crate(mio/os-poll) < 0.9.0~)
@ -340,6 +341,7 @@ use the "parking_lot" feature of the "%{crate}" crate.
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
Provides: crate(tokio/process) = 1.19.2 Provides: crate(tokio/process) = 1.19.2
Requires: (crate(mio/default) >= 0.8.1 with crate(mio/default) < 0.9.0~)
Requires: (crate(mio/net) >= 0.8.1 with crate(mio/net) < 0.9.0~) Requires: (crate(mio/net) >= 0.8.1 with crate(mio/net) < 0.9.0~)
Requires: (crate(mio/os-ext) >= 0.8.1 with crate(mio/os-ext) < 0.9.0~) Requires: (crate(mio/os-ext) >= 0.8.1 with crate(mio/os-ext) < 0.9.0~)
Requires: (crate(mio/os-poll) >= 0.8.1 with crate(mio/os-poll) < 0.9.0~) Requires: (crate(mio/os-poll) >= 0.8.1 with crate(mio/os-poll) < 0.9.0~)
@ -396,6 +398,7 @@ use the "rt-multi-thread" feature of the "%{crate}" crate.
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
Provides: crate(tokio/signal) = 1.19.2 Provides: crate(tokio/signal) = 1.19.2
Requires: (crate(mio/default) >= 0.8.1 with crate(mio/default) < 0.9.0~)
Requires: (crate(mio/net) >= 0.8.1 with crate(mio/net) < 0.9.0~) Requires: (crate(mio/net) >= 0.8.1 with crate(mio/net) < 0.9.0~)
Requires: (crate(mio/os-ext) >= 0.8.1 with crate(mio/os-ext) < 0.9.0~) Requires: (crate(mio/os-ext) >= 0.8.1 with crate(mio/os-ext) < 0.9.0~)
Requires: (crate(mio/os-poll) >= 0.8.1 with crate(mio/os-poll) < 0.9.0~) Requires: (crate(mio/os-poll) >= 0.8.1 with crate(mio/os-poll) < 0.9.0~)

View file

@ -24,7 +24,7 @@ classifiers =
include_package_data = True include_package_data = True
packages = rust2rpm packages = rust2rpm
install_requires = install_requires =
cargo2rpm>=0.1.12 cargo2rpm>=0.1.13
jinja2 jinja2
jsonschema jsonschema
pyparsing pyparsing