Compare commits
1 Commits
c8-stream-
...
c8-stream-
Author | SHA1 | Date | |
---|---|---|---|
79e5f55385 |
@ -154,13 +154,16 @@ EOF}\
|
|||||||
# of a specific binary has been installed, but which conflicts between builds
|
# of a specific binary has been installed, but which conflicts between builds
|
||||||
# of different Rust applications and is not needed when building RPM packages.
|
# of different Rust applications and is not needed when building RPM packages.
|
||||||
%cargo_install\
|
%cargo_install\
|
||||||
%{shrink: \
|
(\
|
||||||
|
set -euo pipefail \
|
||||||
|
%{shrink: \
|
||||||
%{__cargo} install \
|
%{__cargo} install \
|
||||||
%{__cargo_common_opts} \
|
%{__cargo_common_opts} \
|
||||||
--profile rpm \
|
--profile rpm \
|
||||||
--no-track \
|
--no-track \
|
||||||
--path . \
|
--path . \
|
||||||
}
|
} \
|
||||||
|
)
|
||||||
|
|
||||||
# cargo_license: print license information for all crate dependencies
|
# cargo_license: print license information for all crate dependencies
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: rust
|
Name: rust
|
||||||
Version: 1.79.0
|
Version: 1.79.0
|
||||||
Release: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Rust Programming Language
|
Summary: The Rust Programming Language
|
||||||
License: (Apache-2.0 OR MIT) AND (Artistic-2.0 AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND Unicode-DFS-2016)
|
License: (Apache-2.0 OR MIT) AND (Artistic-2.0 AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND Unicode-DFS-2016)
|
||||||
# ^ written as: (rust itself) and (bundled libraries)
|
# ^ written as: (rust itself) and (bundled libraries)
|
||||||
@ -1139,9 +1139,6 @@ timeout -v 30m %{__x} test --no-fail-fast rustfmt || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 06 2024 Josh Stone <jistone@redhat.com> - 1.79.0-3
|
|
||||||
- Remove the subshell in the cargo_install macro
|
|
||||||
|
|
||||||
* Tue Aug 13 2024 Josh Stone <jistone@redhat.com> - 1.79.0-2
|
* Tue Aug 13 2024 Josh Stone <jistone@redhat.com> - 1.79.0-2
|
||||||
- Disable jump threading of float equality
|
- Disable jump threading of float equality
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user