Accepting request 647670 from home:luke_nukem:branches:devel:languages:rust
- Add Provides/Obsoletes/Conflicts to rust-std-static and cargo OBS-URL: https://build.opensuse.org/request/show/647670 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=169
This commit is contained in:
parent
5ba900c64b
commit
39ee97f5ef
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 06:42:47 UTC 2018 - Luke Jones <jones_ld@protonmail.com>
|
||||
|
||||
- Add Provides/Obsoletes/Conflicts to rust-std-static and cargo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 01:17:22 UTC 2018 - Neal Gompa <ngompa13@gmail.com>
|
||||
|
||||
|
@ -142,7 +142,9 @@ Summary: Standard library for Rust
|
||||
License: MIT OR Apache-2.0
|
||||
Group: Development/Languages/Rust
|
||||
Requires: %{name} = %{version}
|
||||
Conflicts: rust-std
|
||||
Obsoletes: rust-std < %{version}
|
||||
Conflicts: rust-std < %{version}
|
||||
Provides: rust-std = %{version}
|
||||
|
||||
%description -n rust-std-static
|
||||
This package includes the standard libraries for building
|
||||
@ -247,7 +249,8 @@ Summary: The Rust package manager
|
||||
License: MIT OR Apache-2.0
|
||||
Group: Development/Languages/Rust
|
||||
Requires: %{name} = %{version}
|
||||
Conflicts: cargo
|
||||
Obsoletes: cargo < %{version}
|
||||
Conflicts: cargo < %{version}
|
||||
Provides: rustc:%{_bindir}/cargo = %{version}
|
||||
|
||||
%description -n cargo
|
||||
|
Loading…
Reference in New Issue
Block a user