Accepting request 947081 from devel:languages:rust

OBS-URL: https://build.opensuse.org/request/show/947081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2022-01-21 00:24:54 +00:00 committed by Git OBS Bridge
commit 6eab2e75f1
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 17 10:56:59 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Provide rust+cargo by cargo: all cargo<n> package provide this
symbol too. Having the meta package provide it allows OBS to have
a generic prefernece on the meta package for all packages 'just'
requiring rust+cargo.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 14 05:48:07 UTC 2022 - William Brown <william.brown@suse.com> Fri Jan 14 05:48:07 UTC 2022 - William Brown <william.brown@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package rust # spec file for package rust
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# Copyright (c) 2021 William Brown <william@blackhats.net.au> # Copyright (c) 2021 William Brown <william@blackhats.net.au>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -67,6 +67,7 @@ License: Apache-2.0 OR MIT
Group: Development/Languages/Rust Group: Development/Languages/Rust
Requires: cargo%{version_suffix} Requires: cargo%{version_suffix}
Requires: rust = %{version} Requires: rust = %{version}
Provides: rust+cargo = %{version}
%obsolete_rust_versioned cargo %obsolete_rust_versioned cargo
%description -n cargo %description -n cargo