Compare commits

...

2 Commits

Author SHA1 Message Date
madomado 5f7f09324b bump release
Signed-off-by: madomado <madonuko@outlook.com>
2024-08-02 00:41:24 +08:00
madonuko 11771e6787 fix(uutils): provides and conflicts 2024-08-01 23:41:11 +08:00
@@ -2,7 +2,7 @@
Name: uutils-coreutils Name: uutils-coreutils
Version: 0.0.27 Version: 0.0.27
Release: 1%?dist Release: 2%?dist
Summary: Cross-platform Rust rewrite of the GNU coreutils Summary: Cross-platform Rust rewrite of the GNU coreutils
License: MIT License: MIT
URL: https://github.com/uutils/coreutils URL: https://github.com/uutils/coreutils
@@ -24,6 +24,10 @@ Summary: Cross-platform Rust replacement of the GNU coreutils
Provides: coreutils = %coreutils_ver Provides: coreutils = %coreutils_ver
Provides: coreutils(%arch) Provides: coreutils(%arch)
Provides: coreutils-full Provides: coreutils-full
Provides: bash-completion
Conflicts: bash-completion
Conflicts: coreutils-common
Conflicts: coreutils
%description replace %description replace
uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. 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 %package util-linux-replace
Summary: uutils-coreutils single-binary, replaces coreutils and util-linux Summary: uutils-coreutils single-binary, replaces coreutils and util-linux
Provides: util-linux Provides: util-linux
Conflicts: util-linux
Conflicts: /usr/bin/uptime
Conflicts: /usr/bin/hostname
%description util-linux-replace %description util-linux-replace
uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust.