Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9fe9ef3

Browse files
author
kavyasree
committedApr 22, 2025·
Build SPECS-EXTENDED with rust 1.85
1 parent a528932 commit 9fe9ef3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎SPECS-EXTENDED/389-ds-base/389-ds-base.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ BuildRequires: systemd-units
129129
BuildRequires: systemd-devel
130130
BuildRequires: systemd-rpm-macros
131131
%{?sysusers_requires_compat}
132-
BuildRequires: cargo < 1.85.0
133-
BuildRequires: rust < 1.85.0
132+
BuildRequires: cargo
133+
BuildRequires: rust
134134
BuildRequires: pkgconfig
135135
BuildRequires: pkgconfig(krb5)
136136
BuildRequires: pkgconfig(libpcre2-8)
@@ -733,7 +733,7 @@ exit 0
733733

734734
%changelog
735735
* Mon Apr 21 2025 Kavya Sree Kaitepalli <kkaitepalli@microsoft.com> 3.1.1-3
736-
- Pin rust version
736+
- Bump release to build with rust 1.85.0
737737

738738
* Fri Sep 20 2024 Muhammad Falak <mwani@microsoft.com> 3.1.0-2
739739
- Initial Azure Linux import from Fedora 42 (license: MIT)

‎SPECS-EXTENDED/ripgrep/ripgrep.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ URL: https://github.com/BurntSushi/ripgrep
3030
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
3131
Source1: %{name}-%{version}-vendor.tar.xz
3232
Source2: cargo_config
33-
BuildRequires: cargo < 1.85.0
34-
BuildRequires: rust < 1.85.0
33+
BuildRequires: cargo
34+
BuildRequires: rust
3535
BuildRequires: rubygem(asciidoctor)
3636

3737
%description
@@ -105,7 +105,7 @@ install -Dm 644 complete/_rg %{buildroot}%{_datadir}/zsh/site-functions/_rg
105105

106106
%changelog
107107
* Mon Apr 21 2025 Kavya Sree Kaitepalli <kkaitepalli@microsoft.com> - 13.0.0-6
108-
- Pin rust version
108+
- Bump release to build with rust 1.85
109109

110110
* Thu Sep 07 2023 Daniel McIlvaney <damcilva@microsoft.com> - 13.0.0-5
111111
- Bump package to rebuild with rust 1.72.0

‎SPECS-EXTENDED/rust-cbindgen/rust-cbindgen.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Source2: cargo_config
2020
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
2121
%global _description %{expand:
2222
A tool for generating C bindings to Rust code.}
23-
BuildRequires: cargo < 1.85.0
24-
BuildRequires: rust < 1.85.0
23+
BuildRequires: cargo
24+
BuildRequires: rust
2525

2626
%description %{_description}
2727

@@ -97,7 +97,7 @@ RUSTFLAGS=%{rustflags} cargo test --release
9797

9898
%changelog
9999
* Mon Apr 21 2025 Kavya Sree Kaitepalli <kkaitepalli@microsoft.com> - 0.24.3-2
100-
- Pin rust version
100+
- Bump release to build with rust 1.85.0
101101

102102
* Mon Sep 25 2023 Shweta Bindal <shwetabindal@microsoft.com> - 0.24.3-1
103103
- Initial CBL-Mariner import from Fedora 38 (license: MIT).

0 commit comments

Comments
 (0)
Please sign in to comment.