Accepting request 446880 from home:luke_nukem:branches:devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/446880 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=20
This commit is contained in:
parent
7324b477db
commit
235dd914d5
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 18 09:03:52 UTC 2016 - luke.nukem.jones@gmail.com
|
||||||
|
|
||||||
|
- Add conflicts to help avoid situations where previous versions
|
||||||
|
or rustc-bootstrap may be installed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 18 02:41:25 UTC 2016 - luke.nukem.jones@gmail.com
|
Sun Dec 18 02:41:25 UTC 2016 - luke.nukem.jones@gmail.com
|
||||||
|
|
||||||
|
10
rust.spec
10
rust.spec
@ -37,12 +37,12 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
Recommends: cargo
|
Recommends: cargo
|
||||||
#FIXME: currently there's no way to have rustc and rustc-beta installed
|
#FIXME: currently there's no way to have rustc and rustc-beta installed
|
||||||
# some alternatives system should be implemented
|
|
||||||
Conflicts: rustc < %{version}
|
Conflicts: rust < %{version}
|
||||||
# renamed to match upstream and other distros
|
Conflicts: rustc <= %{version}
|
||||||
|
Conflicts: rustc-bootstrap <= %{version}
|
||||||
|
|
||||||
Obsoletes: rustc-1_9
|
Obsoletes: rustc-1_9
|
||||||
Provides: rustc = %{version}
|
|
||||||
Provides: rustc-stable = %{version}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user