From 11771e6787399b822735acbd941300a1b0af0e54 Mon Sep 17 00:00:00 2001 From: madonuko Date: Thu, 1 Aug 2024 23:41:11 +0800 Subject: [PATCH 1/2] fix(uutils): provides and conflicts --- anda/system/uutils-coreutils/uutils-coreutils.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/anda/system/uutils-coreutils/uutils-coreutils.spec b/anda/system/uutils-coreutils/uutils-coreutils.spec index 674f97124b..59bef65c5e 100644 --- a/anda/system/uutils-coreutils/uutils-coreutils.spec +++ b/anda/system/uutils-coreutils/uutils-coreutils.spec @@ -24,6 +24,10 @@ Summary: Cross-platform Rust replacement of the GNU coreutils Provides: coreutils = %coreutils_ver Provides: coreutils(%arch) Provides: coreutils-full +Provides: bash-completion +Conflicts: bash-completion +Conflicts: coreutils-common +Conflicts: coreutils %description replace uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. @@ -46,6 +50,9 @@ This package provides a single binary with commands for util-linux with the `uu- %package util-linux-replace Summary: uutils-coreutils single-binary, replaces coreutils and util-linux Provides: util-linux +Conflicts: util-linux +Conflicts: /usr/bin/uptime +Conflicts: /usr/bin/hostname %description util-linux-replace uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. From 5f7f09324bfa8be2d1c5cb602ede273989380dd7 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 2 Aug 2024 00:41:24 +0800 Subject: [PATCH 2/2] bump release Signed-off-by: madomado --- anda/system/uutils-coreutils/uutils-coreutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/uutils-coreutils/uutils-coreutils.spec b/anda/system/uutils-coreutils/uutils-coreutils.spec index 59bef65c5e..416811822d 100644 --- a/anda/system/uutils-coreutils/uutils-coreutils.spec +++ b/anda/system/uutils-coreutils/uutils-coreutils.spec @@ -2,7 +2,7 @@ Name: uutils-coreutils Version: 0.0.27 -Release: 1%?dist +Release: 2%?dist Summary: Cross-platform Rust rewrite of the GNU coreutils License: MIT URL: https://github.com/uutils/coreutils