File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ * Mon Jan 25 2021 Matti Kosola <matti.kosola@jolla.com> - 1.44.0+git8
2
+ - Do not require specific version of rust-std-static-i686-unknown-linux-gnu package. JB#50499
3
+
1
4
* Fri Jan 22 2021 David Greaves <david.greaves@jolla.com> - 1.44.0+git7
2
5
- [build] Disable aarch64. JB#50499
3
6
- Remove unused bootstrap binaries
Original file line number Diff line number Diff line change 44
44
%bcond_without lldb
45
45
46
46
Name: rust
47
- Version: %{rust_version }+git7
47
+ Version: %{rust_version }+git8
48
48
Release: 1
49
49
Summary: The Rust Programming Language
50
50
License: (ASL 2.0 or MIT ) and (BSD and MIT )
@@ -512,7 +512,9 @@ rm -fr %{buildroot}%{_mandir}/man1
512
512
# The requires should specify = %%{version}-%%{release} but they are repackaged from
513
513
# cross-rust and we can't specify the release in OBS
514
514
Requires: %{name }-std-static = %{version }
515
- Requires: %{name }-std-static-%{rust_x86_triple } = %{version }
515
+ # There should be an = %version dependency for external deployment but the cross-
516
+ # packaging doesn't work properly
517
+ Requires: %{name }-std-static-%{rust_x86_triple }
516
518
517
519
%description
518
520
A stub of rust for use in scratchbox2
You can’t perform that action at this time.
0 commit comments