Accepting request 924577 from home:firstyear:branches:devel:languages:rust
- Apply patch: * Symlink rustup-init when in no self update mode OBS-URL: https://build.opensuse.org/request/show/924577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=6
This commit is contained in:
parent
1ab7fa3e9d
commit
169529930e
6
_service
6
_service
@ -1,9 +1,11 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/rust-lang/rustup.git</param>
|
||||
<!-- <param name="url">https://github.com/rust-lang/rustup.git</param> -->
|
||||
<param name="url">https://github.com/Firstyear/rustup.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1.24.3</param>
|
||||
<!-- <param name="revision">1.24.3</param> -->
|
||||
<param name="revision">1.24.3-patch-symlink-no-self-update</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c006819e8efde90a001b19f8a22fae0245bb095952aaa9b612f541e5177d708
|
||||
size 561884
|
3
rustup-1.24.3~git1.0a74fef5.tar.xz
Normal file
3
rustup-1.24.3~git1.0a74fef5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e370cbb747ae6e1c0b7fe2940adc921823634814b71bac1ac385361e137cdf50
|
||||
size 561908
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 11 04:25:24 UTC 2021 - william.brown@suse.com
|
||||
|
||||
- Apply patch:
|
||||
* Symlink rustup-init when in no self update mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 9 15:42:41 UTC 2021 - Michał Rostecki <mrostecki@suse.com>
|
||||
|
||||
|
18
rustup.spec
18
rustup.spec
@ -18,17 +18,17 @@
|
||||
|
||||
%define rust_version 1.56
|
||||
%define obsolete_rust_versioned() \
|
||||
Obsoletes: %{1}1.55%{?2:-%{2}} \
|
||||
Provides: %{1}1.55%{?2:-%{2}} \
|
||||
Obsoletes: %{1}1.54%{?2:-%{2}} \
|
||||
Provides: %{1}1.54%{?2:-%{2}} \
|
||||
Obsoletes: %{1}1.53%{?2:-%{2}} \
|
||||
Provides: %{1}1.53%{?2:-%{2}} \
|
||||
Obsoletes: %{1}1.52%{?2:-%{2}} \
|
||||
Obsoletes: %{1}1.51%{?2:-%{2}}
|
||||
Obsoletes: %{1}1.55%{?2:-%{2}} < %{rust_version} \
|
||||
Provides: %{1}1.55%{?2:-%{2}} = %{rust_version} \
|
||||
Obsoletes: %{1}1.54%{?2:-%{2}} < %{rust_version} \
|
||||
Provides: %{1}1.54%{?2:-%{2}} = %{rust_version} \
|
||||
Obsoletes: %{1}1.53%{?2:-%{2}} < %{rust_version} \
|
||||
Provides: %{1}1.53%{?2:-%{2}} = %{rust_version} \
|
||||
Obsoletes: %{1}1.52%{?2:-%{2}} < %{rust_version} \
|
||||
Obsoletes: %{1}1.51%{?2:-%{2}} < %{rust_version}
|
||||
|
||||
Name: rustup
|
||||
Version: 1.24.3~git0.ce5817a9
|
||||
Version: 1.24.3~git1.0a74fef5
|
||||
Release: 0
|
||||
Summary: A tool for managing user Rust toolchains
|
||||
License: ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR ISC OR MIT ) AND ( Apache-2.0 OR MIT ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c47e3d5b404de969ec5fe883850adb79de35befb9ef6a74f1dbcff341327bd84
|
||||
size 26323964
|
||||
oid sha256:97fdb2af7ff33f1ab8a558cf6c6c349f99695edf35a119b74d63194b62322429
|
||||
size 26333848
|
||||
|
Loading…
x
Reference in New Issue
Block a user