diff --git a/rustup.spec b/rustup.spec index 830a19502c6acaed17b328ce172376239cf108ec..8ef718dc5945d88f14d4edbf892501aafd7499d8 100644 --- a/rustup.spec +++ b/rustup.spec @@ -3,7 +3,7 @@ ExclusiveArch: x86_64 aarch64 riscv64 Name: rustup Version: 1.27.1 -Release: 1 +Release: 2 Summary: A tool for managing user Rust toolchains License: Apache 2.0 OR MIT URL: https://github.com/rust-lang/rustup @@ -15,13 +15,6 @@ Source2: cargo_config BuildRequires: rust cargo BuildRequires: pkgconfig(openssl) -Provides: rust -Provides: cargo -Provides: rustfmt -Provides: rust-src -Provides: rust-musl -Provides: rust-analyzer - # Prebuilt toolchains provided by rustup shoult conflict with distro-packaged ones Conflicts: rust Conflicts: cargo @@ -84,5 +77,8 @@ install -D -d -m 0755 %{buildroot}%{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_rustup %changelog +* Wed Sep 11 2024 misaka00251 - 1.27.1-2 +- Delete Provides & Conflicts because of the conflict with the distro-packaged ones + * Mon Jul 15 2024 jchzhou - 1.27.1-1 - Init package \ No newline at end of file