- Fix RPM conflicts.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=25
This commit is contained in:
parent
0e25c140f9
commit
0c051b70c7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 31 03:14:38 UTC 2017 - luke.nukem.jones@gmail.com
|
||||||
|
|
||||||
|
- Fix RPM conflicts.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 23 08:22:26 UTC 2016 - luke.nukem.jones@gmail.com
|
Fri Dec 23 08:22:26 UTC 2016 - luke.nukem.jones@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rust
|
# spec file for package rust
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,9 +36,8 @@ 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
|
||||||
|
|
||||||
Conflicts: rust < %{version}
|
Conflicts: rustc
|
||||||
Conflicts: rustc <= %{version}
|
Conflicts: rustc-bootstrap
|
||||||
Conflicts: rustc-bootstrap <= %{version}
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
||||||
|
Loading…
Reference in New Issue
Block a user