tests: update test fixtures for cargo2rpm v0.1.13
This commit is contained in:
parent
475c116af4
commit
1c970e51fd
2 changed files with 4 additions and 1 deletions
|
@ -271,6 +271,7 @@ use the "mio" feature of the "%{crate}" crate.
|
|||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
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/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~)
|
||||
|
@ -340,6 +341,7 @@ use the "parking_lot" feature of the "%{crate}" crate.
|
|||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
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/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~)
|
||||
|
@ -396,6 +398,7 @@ use the "rt-multi-thread" feature of the "%{crate}" crate.
|
|||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
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/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~)
|
||||
|
|
|
@ -24,7 +24,7 @@ classifiers =
|
|||
include_package_data = True
|
||||
packages = rust2rpm
|
||||
install_requires =
|
||||
cargo2rpm>=0.1.12
|
||||
cargo2rpm>=0.1.13
|
||||
jinja2
|
||||
jsonschema
|
||||
pyparsing
|
||||
|
|
Loading…
Reference in a new issue