Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(uutils): provides and conflicts #1806

Draft
wants to merge 2 commits into
base: frawhide
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion anda/system/uutils-coreutils/uutils-coreutils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down