diff --git a/rust.changes b/rust.changes index bf21d25..a7ad326 100644 --- a/rust.changes +++ b/rust.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 16 02:08:23 UTC 2022 - William Brown + +- Update package description to help users choose what tooling + to install. + ------------------------------------------------------------------- Mon Jan 17 10:56:59 UTC 2022 - Dominique Leuenberger diff --git a/rust.spec b/rust.spec index 48e5340..32160e8 100644 --- a/rust.spec +++ b/rust.spec @@ -49,17 +49,11 @@ Requires: rust%{version_suffix} %description Rust is a systems programming language focused on three goals: safety, -speed, and concurrency. It maintains these goals without having a -garbage collector, making it a useful language for a number of use -cases other languages are not good at: embedding in other languages, -programs with specific space and time requirements, and writing -low-level code, like device drivers and operating systems. It improves -on current languages targeting this space by having a number of -compile-time safety checks that produce no runtime overhead, while -eliminating all data races. Rust also aims to achieve "zero-cost -abstractions", even though some of these abstractions feel like those -of a high-level language. Even then, Rust still allows precise control -like a low-level language would. +speed, and concurrency. + +⚠️ This is the Rust toolchain intended for build pipelines. If you +want to install Rust for a development environment, you should install +'rustup' instead. %package -n cargo Summary: The Rust package manager @@ -73,6 +67,10 @@ Provides: rust+cargo = %{version} %description -n cargo Cargo downloads dependencies of Rust projects and compiles it. +⚠️ This is the Rust toolchain intended for build pipelines. If you +want to install Rust for a development environment, you should install +'rustup' instead. + %prep %build