From 4d5be21d59ff2477ef1da655cf0f745ff179365a Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 24 Jan 2025 07:36:07 -0800 Subject: [PATCH] fix(nushell): conflict with fedora package (#3113) (#3118) * fix(nushell): conflict with fedora package Signed-off-by: sadlerm4 * bump release Signed-off-by: sadlerm4 * formatting Signed-off-by: sadlerm4 --------- Signed-off-by: sadlerm4 (cherry picked from commit d453da7e3d9130647d249a67a0404d3208adc53d) Co-authored-by: sadlerm4 --- anda/langs/rust/nushell/nushell.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/langs/rust/nushell/nushell.spec b/anda/langs/rust/nushell/nushell.spec index 38a9944a52..887479dd59 100644 --- a/anda/langs/rust/nushell/nushell.spec +++ b/anda/langs/rust/nushell/nushell.spec @@ -1,12 +1,13 @@ Name: nushell Version: 0.101.0 -Release: 1%?dist +Release: 2%?dist Summary: A new type of shell License: MIT URL: https://www.nushell.sh/ BuildRequires: anda-srpm-macros rust-packaging git-core BuildRequires: openssl-devel-engine mold Requires: glibc openssl zlib +Conflicts: nu %description %summary.