Compare commits

...

10 Commits

Author SHA1 Message Date
Josh Stone 472962f872 Update to Rust and Cargo 1.60.0.
Resolves: rhbz#2075335
2022-04-20 10:47:14 -07:00
Josh Stone 2d69bd7a51 Update to Rust and Cargo 1.59.0.
Related: rhbz#2075335
2022-04-19 15:49:20 -07:00
Josh Stone c1f12070a7 Update to Rust and Cargo 1.58.1.
Resolves: rhbz#2042022
2022-01-25 12:20:55 -08:00
Josh Stone f820790b70 Update to Rust and Cargo 1.58.0.
Resolves: rhbz#2002885
2022-01-13 17:04:48 -08:00
Josh Stone 80b1cb8f17 Update to Rust and Cargo 1.57.0.
Related: rhbz#2002885
2021-12-15 16:32:59 -08:00
Josh Stone 32848b9a38 Update to Rust and Cargo 1.56.1.
Related: rhbz#2002885
2021-11-04 16:57:53 -07:00
Josh Stone 1cb2a46ab2 Update to Rust and Cargo 1.55.0.
Related: rhbz#2002885
2021-10-29 18:33:22 -07:00
Mohan Boddu 2f7e735bbb Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:44:30 +00:00
Josh Stone 2f28fca396 Update to Rust and Cargo 1.54.0.
Resolves: rhbz#1947202
2021-08-04 15:50:10 -07:00
Martin Cermak a5ea39cc59 gating.yaml: Set up CI gating 2021-06-23 15:00:02 +02:00
2 changed files with 35 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

View File

@ -1,6 +1,6 @@
Summary: Package that installs rust-toolset
Name: rust-toolset
Version: 1.53.0
Version: 1.60.0
Release: 1%{?dist}
License: ASL 2.0 or MIT
@ -21,6 +21,34 @@ This is the main package for rust-toolset.
%{rpmmacrodir}/macros.%{name}
%changelog
* Wed Apr 20 2022 Josh Stone <jistone@redhat.com> - 1.60.0-1
- Update to Rust and Cargo 1.60.0.
* Tue Apr 19 2022 Josh Stone <jistone@redhat.com> - 1.59.0-1
- Update to Rust and Cargo 1.59.0.
* Thu Jan 20 2022 Josh Stone <jistone@redhat.com> - 1.58.1-1
- Update to Rust and Cargo 1.58.1.
* Thu Jan 13 2022 Josh Stone <jistone@redhat.com> - 1.58.0-1
- Update to Rust and Cargo 1.58.0.
* Wed Dec 15 2021 Josh Stone <jistone@redhat.com> - 1.57.0-1
- Update to Rust and Cargo 1.57.0.
* Thu Nov 04 2021 Josh Stone <jistone@redhat.com> - 1.56.1-1
- Update to Rust and Cargo 1.56.1.
* Fri Oct 29 2021 Josh Stone <jistone@redhat.com> - 1.55.0-1
- Update to Rust and Cargo 1.55.0.
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.54.0-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Wed Aug 04 2021 Josh Stone <jistone@redhat.com> - 1.54.0-1
- Update to Rust and Cargo 1.54.0.
* Tue Jun 22 2021 Josh Stone <jistone@redhat.com> - 1.53.0-1
- Update to Rust and Cargo 1.53.0.