diff --git a/rust.changes b/rust.changes index af41adb..8a6a28d 100644 --- a/rust.changes +++ b/rust.changes @@ -3,6 +3,12 @@ Mon Jan 22 11:21:42 UTC 2018 - mmanu84@outlook.de - Update Cargo to v0.24.0 +------------------------------------------------------------------- +Mon Jan 22 07:01:51 UTC 2018 - jones_ld@protonmail.com + +- Add "Requires: %{name} to derived packages to fix derived + packages not being updated with rust (boo#1075883) + ------------------------------------------------------------------- Thu Jan 4 21:20:36 UTC 2018 - jones_ld@protonmail.com diff --git a/rust.spec b/rust.spec index 54de864..d64e182 100644 --- a/rust.spec +++ b/rust.spec @@ -123,6 +123,7 @@ control like a low-level language would. Summary: Standard library for Rust Group: Development/Languages/Other Conflicts: otherproviders(rust-std) +Requires: %{name} == %{version} %description -n rust-std This package includes the standard libraries for building @@ -132,6 +133,7 @@ applications written in Rust. Summary: Rust documentation Group: Development/Languages/Other Conflicts: otherproviders(rust-doc) +Requires: %{name} == %{version} %description -n rust-doc Documentation for the Rust language. @@ -142,6 +144,7 @@ Group: Development/Languages/Other Supplements: packageand(%{name}:gdb) Provides: rustc:%{_bindir}/rust-gdb Conflicts: otherproviders(rust-gdb) +Requires: %{name} == %{version} %description -n rust-gdb This subpackage provides pretty printers and a wrapper script for @@ -151,6 +154,7 @@ invoking gdb on rust binaries. Summary: Sources for the Rust standard library Group: Development/Languages/Other BuildArch: noarch +Requires: %{name} == %{version} %description -n rust-src This package includes source files for the Rust standard library. This