The package rpms/rust-coreutils.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-coreutils.git/commit/?id=a493a3... https://src.fedoraproject.org/cgit/rpms/rust-coreutils.git/commit/?id=e32ae7... https://src.fedoraproject.org/cgit/rpms/rust-coreutils.git/commit/?id=b1e5af....
Change: +%ifarch s390x +%ifarch s390x -%ifarch s390x
Thanks.
Full change: ============
commit a493a3d833f026df268691019d19a8acefcc7cc4 Author: Michel Lind salimma@fedoraproject.org Date: Mon Mar 30 18:46:23 2026 +0100
Reduce debuginfo level on s390x
Signed-off-by: Michel Lind salimma@fedoraproject.org
diff --git a/rust-coreutils.spec b/rust-coreutils.spec index 77a85dc..92818bf 100644 --- a/rust-coreutils.spec +++ b/rust-coreutils.spec @@ -1,6 +1,11 @@ # Generated by rust2rpm 28 %bcond check 1
+%ifarch s390x +# the default setting causes the build to get killed +%global rustflags_debuginfo 1 +%endif + %global crate coreutils
Name: rust-coreutils
commit 07ea7d186001502d67e5baf7526e0f20dbd9a88c Author: Michel Lind salimma@fedoraproject.org Date: Mon Mar 30 10:15:27 2026 +0100
Enable Unix, ACL, SELinux and systemd-logind features
- Declare licenses for the uutils-coreutils binary package
Signed-off-by: Michel Lind salimma@fedoraproject.org
diff --git a/coreutils-fix-metadata.diff b/coreutils-fix-metadata.diff index 3e94071..0f204a8 100644 --- a/coreutils-fix-metadata.diff +++ b/coreutils-fix-metadata.diff @@ -1,5 +1,5 @@ --- coreutils-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00 -+++ coreutils-0.7.0/Cargo.toml 2026-03-19T00:37:33.825177+00:00 ++++ coreutils-0.7.0/Cargo.toml 2026-03-29T20:06:38.194812+00:00 @@ -39,6 +39,7 @@ [package.metadata.docs.rs] all-features = true diff --git a/rust-coreutils.spec b/rust-coreutils.spec index b0a778c..77a85dc 100644 --- a/rust-coreutils.spec +++ b/rust-coreutils.spec @@ -26,6 +26,7 @@ Patch: coreutils-fix-metadata.diff ExcludeArch: %{ix86}
BuildRequires: cargo-rpm-macros >= 24 +BuildRequires: systemd-devel
%global _description %{expand: coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust.} @@ -34,8 +35,45 @@ coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) u
%package -n uutils-coreutils Summary: %{summary} -# FIXME: paste output of %%cargo_license_summary here -License: # FIXME +# (MIT OR Apache-2.0) AND Unicode-DFS-2016 +# (MIT OR Apache-2.0) AND Zlib +# 0BSD OR MIT OR Apache-2.0 +# Apache-2.0 +# Apache-2.0 OR Apache-2.0 WITH LLVM-exception +# Apache-2.0 OR GPL-2.0-only +# Apache-2.0 OR MIT +# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT +# BSD-2-Clause +# BSD-2-Clause OR Apache-2.0 OR MIT +# BSD-3-Clause +# CC0-1.0 +# ISC +# MIT +# MIT OR Apache-2.0 +# MIT OR Zlib OR Apache-2.0 +# MIT-0 OR Apache-2.0 +# Unicode-3.0 +# Unlicense OR MIT +# Zlib +License: %{shrink: + (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND + Zlib AND + (0BSD OR MIT OR Apache-2.0) AND + Apache-2.0 AND + (Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND + (Apache-2.0 OR GPL-2.0-only) AND + (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND + BSD-2-Clause AND + (BSD-2-Clause OR Apache-2.0 OR MIT) AND + BSD-3-Clause AND + CC0-1.0 AND + ISC AND + MIT AND + (MIT OR Zlib OR Apache-2.0) AND + (MIT-0 OR Apache-2.0) AND + Unicode-3.0 AND + (Unlicense OR MIT) +} # LICENSE.dependencies contains a full license breakdown
%description -n uutils-coreutils %{_description} @@ -1760,12 +1798,12 @@ use the "yes" feature of the "%{crate}" crate. %cargo_prep
%generate_buildrequires -%cargo_generate_buildrequires -f uudoc +%cargo_generate_buildrequires -f feat_acl,feat_os_unix,feat_selinux,feat_systemd_logind,uudoc
%build -%cargo_build -f uudoc -%{cargo_license_summary -f uudoc} -%{cargo_license -f uudoc} > LICENSE.dependencies +%cargo_build -f feat_acl,feat_os_unix,feat_selinux,feat_systemd_logind,uudoc +%{cargo_license_summary -f feat_acl,feat_os_unix,feat_selinux,feat_systemd_logind,uudoc} +%{cargo_license -f feat_acl,feat_os_unix,feat_selinux,feat_systemd_logind,uudoc} > LICENSE.dependencies mkdir -p data/man/man1 mkdir -p data/completions/{bash,fish,zsh}
@@ -1784,7 +1822,7 @@ target/release/uudoc completion coreutils fish > data/completions/fish/uutils-co
%install -%cargo_install -f uudoc +%cargo_install -f feat_acl,feat_os_unix,feat_selinux,feat_systemd_logind,uudoc mv %{buildroot}/%{_bindir}/coreutils %{buildroot}/%{_bindir}/uutils-coreutils for utility in $(target/rpm/coreutils --list); do ln -sr %{buildroot}%{_bindir}/uutils-coreutils %{buildroot}%{_bindir}/uu_$utility @@ -1815,12 +1853,13 @@ rm %{buildroot}%{_bindir}/uudoc # * test_df: needs an actual filesystem to test # * test_du: expected sublink/symlink in output # * test_ls: need block/char device -# * test_od: s390x failures, see https://github.com/uutils/coreutils/issues/9017#issuecomment-4148721220 +# * test_od: s390x failures, see +# https://github.com/uutils/coreutils/issues/9017#issuecomment-4148721220 # * test_seq: tolerances too tight # * test_sort: formatting differences with recent unicode-width versions # * uudoc: missing test fixture # * various color and localization tests -%{cargo_test -f uudoc -- -- %{shrink: +%{cargo_test -f feat_acl,feat_os_unix,feat_selinux,feat_systemd_logind,uudoc -- -- %{shrink: --skip common::util::tests::test_compare_xattrs --skip test_chcon:: --skip test_runcon:: diff --git a/rust2rpm.toml b/rust2rpm.toml index 0cfa0d9..18f592d 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -24,6 +24,19 @@ extra-files = [ [package.bin-renames] coreutils = "uutils-coreutils"
+[features] +enable = [ + "feat_os_unix", + "feat_acl", + "feat_selinux", + "feat_systemd_logind", +] + +[requires] +build = [ + "systemd-devel", +] + [scripts] build.post = ["""\ mkdir -p data/man/man1
commit e32ae7959c366a98850d658f0bbaa6c4c0799c71 Author: Michel Lind salimma@fedoraproject.org Date: Sat Mar 28 20:07:55 2026 +0000
Skip two od tests on s390x
Signed-off-by: Michel Lind salimma@fedoraproject.org
diff --git a/rust-coreutils.spec b/rust-coreutils.spec index b8416bb..b0a778c 100644 --- a/rust-coreutils.spec +++ b/rust-coreutils.spec @@ -1815,6 +1815,7 @@ rm %{buildroot}%{_bindir}/uudoc # * test_df: needs an actual filesystem to test # * test_du: expected sublink/symlink in output # * test_ls: need block/char device +# * test_od: s390x failures, see https://github.com/uutils/coreutils/issues/9017#issuecomment-4148721220 # * test_seq: tolerances too tight # * test_sort: formatting differences with recent unicode-width versions # * uudoc: missing test fixture @@ -1854,6 +1855,10 @@ rm %{buildroot}%{_bindir}/uudoc --skip test_ls::test_ls_inode --skip test_ls::test_ls_long_format --skip test_ls::test_ls_long_formats +%ifarch s390x + --skip test_od::test_od_options_after_filename + --skip test_od::test_suppress_duplicates +%endif --skip test_seq::test_count_down_floats --skip test_seq::test_float_precision_increment --skip test_seq::test_inf_width diff --git a/rust2rpm.toml b/rust2rpm.toml index fb39482..0cfa0d9 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -72,11 +72,14 @@ comments = [ "test_df: needs an actual filesystem to test", "test_du: expected sublink/symlink in output", "test_ls: need block/char device", + "test_od: s390x failures, see https://github.com/uutils/coreutils/issues/9017#issuecomment-4148721220", "test_seq: tolerances too tight", "test_sort: formatting differences with recent unicode-width versions", "uudoc: missing test fixture", "various color and localization tests", ] + + skip = [ "common::util::tests::test_compare_xattrs", "test_chcon::", @@ -112,6 +115,8 @@ skip = [ "test_ls::test_ls_inode", "test_ls::test_ls_long_format", "test_ls::test_ls_long_formats", + "test_od::test_od_options_after_filename", # fails on s390x + "test_od::test_suppress_duplicates", # fails on s390x "test_seq::test_count_down_floats", "test_seq::test_float_precision_increment", "test_seq::test_inf_width",
commit b1e5af534718356e91e8cf900e4ed72e136e6075 Author: Michel Lind salimma@fedoraproject.org Date: Fri Mar 20 12:03:29 2026 +0000
Update to version 0.7.0; Resolves RHBZ#2293806
Signed-off-by: Michel Lind salimma@fedoraproject.org
diff --git a/.gitignore b/.gitignore index b92bf27..1393b77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /coreutils-0.0.23.crate /coreutils-0.0.27.crate +/coreutils-0.7.0.crate diff --git a/coreutils-drop-conv.diff b/coreutils-drop-conv.diff deleted file mode 100644 index d120f8e..0000000 --- a/coreutils-drop-conv.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- a/tests/by-util/test_factor.rs -+++ b/tests/by-util/test_factor.rs -@@ -146,9 +146,7 @@ fn test_cli_args() { - - #[test] - fn test_random() { -- use conv::prelude::ValueFrom; -- -- let log_num_primes = f64::value_from(NUM_PRIMES).unwrap().log2().ceil(); -+ let log_num_primes = (NUM_PRIMES as f64).log2().ceil(); - let primes = Sieve::primes().take(NUM_PRIMES).collect::<Vec<u64>>(); - - let rng_seed = SystemTime::now() diff --git a/coreutils-fix-metadata.diff b/coreutils-fix-metadata.diff index 90edc62..3e94071 100644 --- a/coreutils-fix-metadata.diff +++ b/coreutils-fix-metadata.diff @@ -1,62 +1,10 @@ ---- coreutils-0.0.27/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ coreutils-0.0.27/Cargo.toml 2026-01-05T09:34:07.355658+00:00 -@@ -30,6 +30,7 @@ - categories = ["command-line-utilities"] - license = "MIT" - repository = "https://github.com/uutils/coreutils" -+autobins = false - - [profile.release] - lto = true -@@ -47,11 +48,6 @@ - [[bin]] - name = "coreutils" - path = "src/bin/coreutils.rs" -- --[[bin]] --name = "uudoc" --path = "src/bin/uudoc.rs" --required-features = ["uudoc"] - - [dependencies.arch] - version = "0.0.27" -@@ -620,7 +616,7 @@ - version = "0.3.1" - - [dev-dependencies.hex-literal] --version = "0.4.1" -+version = ">=0.4.1, <2.0" - - [dev-dependencies.libc] - version = "0.2.153" -@@ -639,7 +635,7 @@ - version = "1.10.4" - - [dev-dependencies.rstest] --version = "0.21.0" -+version = "0.26.0" - - [dev-dependencies.sha1] - version = "0.10.6" -@@ -673,7 +669,11 @@ - version = "0.11.2" +--- coreutils-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00 ++++ coreutils-0.7.0/Cargo.toml 2026-03-19T00:37:33.825177+00:00 +@@ -39,6 +39,7 @@ + [package.metadata.docs.rs] + all-features = true
++# test [features] --default = ["feat_common_core"] -+default = [ -+ "feat_acl", -+ "feat_common_core", -+ "feat_selinux", -+] - feat_Tier1 = [ - "feat_common_core", - "arch", -@@ -878,7 +878,7 @@ - version = "0.5.1" - - [target."cfg(any(target_os = "linux", target_os = "android"))".dev-dependencies.procfs] --version = "0.16" -+version = ">=0.16, <0.19" - default-features = false - - [target."cfg(unix)".dev-dependencies.nix] + default = ["feat_common_core"] + expensive_tests = [] diff --git a/coreutils-fix-seq-neg-num-tests.diff b/coreutils-fix-seq-neg-num-tests.diff deleted file mode 100644 index fd5da6e..0000000 --- a/coreutils-fix-seq-neg-num-tests.diff +++ /dev/null @@ -1,154 +0,0 @@ ---- a/tests/by-util/test_seq.rs -+++ b/tests/by-util/test_seq.rs -@@ -391,97 +391,97 @@ fn test_width_negative_zero_decimal_nota - #[test] - fn test_width_negative_zero_scientific_notation() { - new_ucmd!() -- .args(&["-w", "-0e0", "1"]) -+ .args(&["-w", "--", "-0e0", "1"]) - .succeeds() - .stdout_is("-0\n01\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0e0", "1", "2"]) -+ .args(&["-w", "--", "-0e0", "1", "2"]) - .succeeds() - .stdout_is("-0\n01\n02\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0e0", "1", "2.0"]) -+ .args(&["-w", "--", "-0e0", "1", "2.0"]) - .succeeds() - .stdout_is("-0\n01\n02\n") - .no_stderr(); - - new_ucmd!() -- .args(&["-w", "-0e+1", "1"]) -+ .args(&["-w", "--", "-0e+1", "1"]) - .succeeds() - .stdout_is("-00\n001\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0e+1", "1", "2"]) -+ .args(&["-w", "--", "-0e+1", "1", "2"]) - .succeeds() - .stdout_is("-00\n001\n002\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0e+1", "1", "2.0"]) -+ .args(&["-w", "--", "-0e+1", "1", "2.0"]) - .succeeds() - .stdout_is("-00\n001\n002\n") - .no_stderr(); - - new_ucmd!() -- .args(&["-w", "-0.000e0", "1"]) -+ .args(&["-w", "--", "-0.000e0", "1"]) - .succeeds() - .stdout_is("-0.000\n01.000\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0.000e0", "1", "2"]) -+ .args(&["-w", "--", "-0.000e0", "1", "2"]) - .succeeds() - .stdout_is("-0.000\n01.000\n02.000\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0.000e0", "1", "2.0"]) -+ .args(&["-w", "--", "-0.000e0", "1", "2.0"]) - .succeeds() - .stdout_is("-0.000\n01.000\n02.000\n") - .no_stderr(); - - new_ucmd!() -- .args(&["-w", "-0.000e-2", "1"]) -+ .args(&["-w", "--", "-0.000e-2", "1"]) - .succeeds() - .stdout_is("-0.00000\n01.00000\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0.000e-2", "1", "2"]) -+ .args(&["-w", "--", "-0.000e-2", "1", "2"]) - .succeeds() - .stdout_is("-0.00000\n01.00000\n02.00000\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0.000e-2", "1", "2.0"]) -+ .args(&["-w", "--", "-0.000e-2", "1", "2.0"]) - .succeeds() - .stdout_is("-0.00000\n01.00000\n02.00000\n") - .no_stderr(); - - new_ucmd!() -- .args(&["-w", "-0.000e5", "1"]) -+ .args(&["-w", "--", "-0.000e5", "1"]) - .succeeds() - .stdout_is("-000000\n0000001\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0.000e5", "1", "2"]) -+ .args(&["-w", "--", "-0.000e5", "1", "2"]) - .succeeds() - .stdout_is("-000000\n0000001\n0000002\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0.000e5", "1", "2.0"]) -+ .args(&["-w", "--", "-0.000e5", "1", "2.0"]) - .succeeds() - .stdout_is("-000000\n0000001\n0000002\n") - .no_stderr(); - - new_ucmd!() -- .args(&["-w", "-0.000e5", "1"]) -+ .args(&["-w", "--", "-0.000e5", "1"]) - .succeeds() - .stdout_is("-000000\n0000001\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0.000e5", "1", "2"]) -+ .args(&["-w", "--", "-0.000e5", "1", "2"]) - .succeeds() - .stdout_is("-000000\n0000001\n0000002\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-0.000e5", "1", "2.0"]) -+ .args(&["-w", "--", "-0.000e5", "1", "2.0"]) - .succeeds() - .stdout_is("-000000\n0000001\n0000002\n") - .no_stderr(); -@@ -525,7 +525,7 @@ fn test_width_decimal_scientific_notatio - #[test] - fn test_width_negative_decimal_notation() { - new_ucmd!() -- .args(&["-w", "-.1", ".1", ".11"]) -+ .args(&["-w", "--", "-.1", ".1", ".11"]) - .succeeds() - .stdout_is("-0.1\n00.0\n00.1\n") - .no_stderr(); -@@ -534,22 +534,22 @@ fn test_width_negative_decimal_notation( - #[test] - fn test_width_negative_scientific_notation() { - new_ucmd!() -- .args(&["-w", "-1e-3", "1"]) -+ .args(&["-w", "--", "-1e-3", "1"]) - .succeeds() - .stdout_is("-0.001\n00.999\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-1.e-3", "1"]) -+ .args(&["-w", "--", "-1.e-3", "1"]) - .succeeds() - .stdout_is("-0.001\n00.999\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-1.0e-4", "1"]) -+ .args(&["-w", "--", "-1.0e-4", "1"]) - .succeeds() - .stdout_is("-0.00010\n00.99990\n") - .no_stderr(); - new_ucmd!() -- .args(&["-w", "-.1e2", "10", "100"]) -+ .args(&["-w", "--", "-.1e2", "10", "100"]) - .succeeds() - .stdout_is( - "-010 diff --git a/coreutils-ls-commands.sh b/coreutils-ls-commands.sh deleted file mode 100755 index 80bc1cc..0000000 --- a/coreutils-ls-commands.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ $# -ge 1 ]; then - BIN=$1 -else - BIN=uutils-coreutils -fi -$BIN --help | grep , | paste -s | tr -d '[:space:]' | tr ',' ' ' diff --git a/rust-coreutils.spec b/rust-coreutils.spec index 310bc69..b8416bb 100644 --- a/rust-coreutils.spec +++ b/rust-coreutils.spec @@ -4,15 +4,13 @@ %global crate coreutils
Name: rust-coreutils -Version: 0.0.27 +Version: 0.7.0 Release: %autorelease Summary: coreutils ~ GNU coreutils reimplementation in Rust
License: MIT URL: https://crates.io/crates/coreutils Source: %{crates_source} -# * Script to list available coreutils commands -Source1: coreutils-ls-commands.sh # Manually created patch for downstream crate metadata changes # * drop uudoc, unneeded # * update rstest to 0.26: @@ -23,8 +21,6 @@ Source1: coreutils-ls-commands.sh # * allow hex-literal 1.0: # https://github.com/uutils/coreutils/commit/944cd4f72ca7d6e87d06d0a0a5b9e8daf... Patch: coreutils-fix-metadata.diff -# * Fix seq tests that pass negative numbers -Patch2: coreutils-fix-seq-neg-num-tests.diff
# leaf package, SIGABRT on compile ExcludeArch: %{ix86} @@ -38,160 +34,1759 @@ coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) u
%package -n uutils-coreutils Summary: %{summary} -# (MIT OR Apache-2.0) AND Unicode-DFS-2016 -# Apache-2.0 -# Apache-2.0 OR MIT -# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT -# BSD-2-Clause -# BSD-2-Clause OR Apache-2.0 OR MIT -# CC0-1.0 -# ISC -# MIT -# MIT OR Apache-2.0 -# MIT-0 OR Apache-2.0 -# Unlicense OR MIT -License: MIT AND (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND CC0-1.0 AND ISC AND (MIT-0 OR Apache-2.0) AND (Unlicense OR MIT) +# FIXME: paste output of %%cargo_license_summary here +License: # FIXME # LICENSE.dependencies contains a full license breakdown
-# Fedora up to 40 and EPEL up to 9 has individual uu_* packages -# support upgrading Fedora from 40->42 and EL 9->10 +%description -n uutils-coreutils %{_description} + +%files -n uutils-coreutils +%license LICENSE +%license LICENSE.dependencies +%doc CODE_OF_CONDUCT.md +%doc CONTRIBUTING.md +%doc DEVELOPMENT.md +%doc README.md +%doc README.package.md +%doc SECURITY.md +%{_bindir}/uutils-coreutils +%{_bindir}/uu_* +%{_mandir}/man1/* +%{bash_completions_dir}/* +%{fish_completions_dir}/* +%{zsh_completions_dir}/* + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE +%doc %{crate_instdir}/CODE_OF_CONDUCT.md +%doc %{crate_instdir}/CONTRIBUTING.md +%doc %{crate_instdir}/DEVELOPMENT.md +%doc %{crate_instdir}/README.md +%doc %{crate_instdir}/README.package.md +%doc %{crate_instdir}/SECURITY.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+arch-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+arch-devel %{_description} + +This package contains library source intended for building other packages which +use the "arch" feature of the "%{crate}" crate. + +%files -n %{name}+arch-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+b2sum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+b2sum-devel %{_description} + +This package contains library source intended for building other packages which +use the "b2sum" feature of the "%{crate}" crate. + +%files -n %{name}+b2sum-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+base32-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+base32-devel %{_description} + +This package contains library source intended for building other packages which +use the "base32" feature of the "%{crate}" crate. + +%files -n %{name}+base32-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+base64-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+base64-devel %{_description} + +This package contains library source intended for building other packages which +use the "base64" feature of the "%{crate}" crate. + +%files -n %{name}+base64-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+basename-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+basename-devel %{_description} + +This package contains library source intended for building other packages which +use the "basename" feature of the "%{crate}" crate. + +%files -n %{name}+basename-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+basenc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+basenc-devel %{_description} + +This package contains library source intended for building other packages which +use the "basenc" feature of the "%{crate}" crate. + +%files -n %{name}+basenc-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+cat-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+cat-devel %{_description} + +This package contains library source intended for building other packages which +use the "cat" feature of the "%{crate}" crate. + +%files -n %{name}+cat-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+chcon-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+chcon-devel %{_description} + +This package contains library source intended for building other packages which +use the "chcon" feature of the "%{crate}" crate. + +%files -n %{name}+chcon-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+chgrp-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+chgrp-devel %{_description} + +This package contains library source intended for building other packages which +use the "chgrp" feature of the "%{crate}" crate. + +%files -n %{name}+chgrp-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+chmod-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+chmod-devel %{_description} + +This package contains library source intended for building other packages which +use the "chmod" feature of the "%{crate}" crate. + +%files -n %{name}+chmod-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+chown-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+chown-devel %{_description} + +This package contains library source intended for building other packages which +use the "chown" feature of the "%{crate}" crate. + +%files -n %{name}+chown-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+chroot-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+chroot-devel %{_description} + +This package contains library source intended for building other packages which +use the "chroot" feature of the "%{crate}" crate. + +%files -n %{name}+chroot-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+cksum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+cksum-devel %{_description} + +This package contains library source intended for building other packages which +use the "cksum" feature of the "%{crate}" crate. + +%files -n %{name}+cksum-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+comm-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+comm-devel %{_description} + +This package contains library source intended for building other packages which +use the "comm" feature of the "%{crate}" crate. + +%files -n %{name}+comm-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+cp-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+cp-devel %{_description} + +This package contains library source intended for building other packages which +use the "cp" feature of the "%{crate}" crate. + +%files -n %{name}+cp-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+csplit-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+csplit-devel %{_description} + +This package contains library source intended for building other packages which +use the "csplit" feature of the "%{crate}" crate. + +%files -n %{name}+csplit-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+cut-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+cut-devel %{_description} + +This package contains library source intended for building other packages which +use the "cut" feature of the "%{crate}" crate. + +%files -n %{name}+cut-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+date-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+date-devel %{_description} + +This package contains library source intended for building other packages which +use the "date" feature of the "%{crate}" crate. + +%files -n %{name}+date-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+dd-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+dd-devel %{_description} + +This package contains library source intended for building other packages which +use the "dd" feature of the "%{crate}" crate. + +%files -n %{name}+dd-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+df-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+df-devel %{_description} + +This package contains library source intended for building other packages which +use the "df" feature of the "%{crate}" crate. + +%files -n %{name}+df-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+dir-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+dir-devel %{_description} + +This package contains library source intended for building other packages which +use the "dir" feature of the "%{crate}" crate. + +%files -n %{name}+dir-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+dircolors-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+dircolors-devel %{_description} + +This package contains library source intended for building other packages which +use the "dircolors" feature of the "%{crate}" crate. + +%files -n %{name}+dircolors-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+dirname-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+dirname-devel %{_description} + +This package contains library source intended for building other packages which +use the "dirname" feature of the "%{crate}" crate. + +%files -n %{name}+dirname-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+du-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+du-devel %{_description} + +This package contains library source intended for building other packages which +use the "du" feature of the "%{crate}" crate. + +%files -n %{name}+du-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+echo-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+echo-devel %{_description} + +This package contains library source intended for building other packages which +use the "echo" feature of the "%{crate}" crate. + +%files -n %{name}+echo-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+env-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+env-devel %{_description} + +This package contains library source intended for building other packages which +use the "env" feature of the "%{crate}" crate. + +%files -n %{name}+env-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+expand-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+expand-devel %{_description} + +This package contains library source intended for building other packages which +use the "expand" feature of the "%{crate}" crate. + +%files -n %{name}+expand-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+expensive_tests-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+expensive_tests-devel %{_description} + +This package contains library source intended for building other packages which +use the "expensive_tests" feature of the "%{crate}" crate. + +%files -n %{name}+expensive_tests-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+expr-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+expr-devel %{_description} + +This package contains library source intended for building other packages which +use the "expr" feature of the "%{crate}" crate. + +%files -n %{name}+expr-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+factor-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+factor-devel %{_description} + +This package contains library source intended for building other packages which +use the "factor" feature of the "%{crate}" crate. + +%files -n %{name}+factor-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+false-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+false-devel %{_description} + +This package contains library source intended for building other packages which +use the "false" feature of the "%{crate}" crate. + +%files -n %{name}+false-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_Tier1-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_Tier1-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_Tier1" feature of the "%{crate}" crate. + +%files -n %{name}+feat_Tier1-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_acl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_acl-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_acl" feature of the "%{crate}" crate. + +%files -n %{name}+feat_acl-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_common_core-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_common_core-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_common_core" feature of the "%{crate}" crate. + +%files -n %{name}+feat_common_core-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_external_libstdbuf-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_external_libstdbuf-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_external_libstdbuf" feature of the "%{crate}" crate. + +%files -n %{name}+feat_external_libstdbuf-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_os_macos-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_os_macos-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_os_macos" feature of the "%{crate}" crate. + +%files -n %{name}+feat_os_macos-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_os_unix-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_os_unix-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_os_unix" feature of the "%{crate}" crate. + +%files -n %{name}+feat_os_unix-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_os_unix_android-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_os_unix_android-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_os_unix_android" feature of the "%{crate}" crate. + +%files -n %{name}+feat_os_unix_android-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_os_unix_fuchsia-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_os_unix_fuchsia-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_os_unix_fuchsia" feature of the "%{crate}" crate. + +%files -n %{name}+feat_os_unix_fuchsia-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_os_unix_gnueabihf-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_os_unix_gnueabihf-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_os_unix_gnueabihf" feature of the "%{crate}" crate. + +%files -n %{name}+feat_os_unix_gnueabihf-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_os_unix_musl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_os_unix_musl-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_os_unix_musl" feature of the "%{crate}" crate. + +%files -n %{name}+feat_os_unix_musl-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_os_unix_redox-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_os_unix_redox-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_os_unix_redox" feature of the "%{crate}" crate. + +%files -n %{name}+feat_os_unix_redox-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_os_windows-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_os_windows-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_os_windows" feature of the "%{crate}" crate. + +%files -n %{name}+feat_os_windows-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_os_windows_legacy-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_os_windows_legacy-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_os_windows_legacy" feature of the "%{crate}" crate. + +%files -n %{name}+feat_os_windows_legacy-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_require_selinux-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_require_selinux-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_require_selinux" feature of the "%{crate}" crate. + +%files -n %{name}+feat_require_selinux-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_require_unix-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_require_unix-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_require_unix" feature of the "%{crate}" crate. + +%files -n %{name}+feat_require_unix-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_require_unix_core-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_require_unix_core-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_require_unix_core" feature of the "%{crate}" crate. + +%files -n %{name}+feat_require_unix_core-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_require_unix_hostid-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_require_unix_hostid-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_require_unix_hostid" feature of the "%{crate}" crate. + +%files -n %{name}+feat_require_unix_hostid-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_require_unix_musl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_require_unix_musl-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_require_unix_musl" feature of the "%{crate}" crate. + +%files -n %{name}+feat_require_unix_musl-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_require_unix_utmpx-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_require_unix_utmpx-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_require_unix_utmpx" feature of the "%{crate}" crate. + +%files -n %{name}+feat_require_unix_utmpx-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_selinux-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_selinux-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_selinux" feature of the "%{crate}" crate. + +%files -n %{name}+feat_selinux-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_smack-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_smack-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_smack" feature of the "%{crate}" crate. + +%files -n %{name}+feat_smack-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_systemd_logind-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_systemd_logind-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_systemd_logind" feature of the "%{crate}" crate. + +%files -n %{name}+feat_systemd_logind-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+feat_wasm-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+feat_wasm-devel %{_description} + +This package contains library source intended for building other packages which +use the "feat_wasm" feature of the "%{crate}" crate. + +%files -n %{name}+feat_wasm-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+fmt-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+fmt-devel %{_description} + +This package contains library source intended for building other packages which +use the "fmt" feature of the "%{crate}" crate. + +%files -n %{name}+fmt-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+fold-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+fold-devel %{_description} + +This package contains library source intended for building other packages which +use the "fold" feature of the "%{crate}" crate. + +%files -n %{name}+fold-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+groups-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+groups-devel %{_description} + +This package contains library source intended for building other packages which +use the "groups" feature of the "%{crate}" crate. + +%files -n %{name}+groups-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+head-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+head-devel %{_description} + +This package contains library source intended for building other packages which +use the "head" feature of the "%{crate}" crate. + +%files -n %{name}+head-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+hostid-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+hostid-devel %{_description} + +This package contains library source intended for building other packages which +use the "hostid" feature of the "%{crate}" crate. + +%files -n %{name}+hostid-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+hostname-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+hostname-devel %{_description} + +This package contains library source intended for building other packages which +use the "hostname" feature of the "%{crate}" crate. + +%files -n %{name}+hostname-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+id-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+id-devel %{_description} + +This package contains library source intended for building other packages which +use the "id" feature of the "%{crate}" crate. + +%files -n %{name}+id-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+install-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+install-devel %{_description} + +This package contains library source intended for building other packages which +use the "install" feature of the "%{crate}" crate. + +%files -n %{name}+install-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+join-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+join-devel %{_description} + +This package contains library source intended for building other packages which +use the "join" feature of the "%{crate}" crate. + +%files -n %{name}+join-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+kill-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+kill-devel %{_description} + +This package contains library source intended for building other packages which +use the "kill" feature of the "%{crate}" crate. + +%files -n %{name}+kill-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+link-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+link-devel %{_description} + +This package contains library source intended for building other packages which +use the "link" feature of the "%{crate}" crate. + +%files -n %{name}+link-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+ln-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+ln-devel %{_description} + +This package contains library source intended for building other packages which +use the "ln" feature of the "%{crate}" crate. + +%files -n %{name}+ln-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+logname-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+logname-devel %{_description} + +This package contains library source intended for building other packages which +use the "logname" feature of the "%{crate}" crate. + +%files -n %{name}+logname-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+ls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+ls-devel %{_description} + +This package contains library source intended for building other packages which +use the "ls" feature of the "%{crate}" crate. + +%files -n %{name}+ls-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+macos-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+macos-devel %{_description} + +This package contains library source intended for building other packages which +use the "macos" feature of the "%{crate}" crate. + +%files -n %{name}+macos-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+md5sum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+md5sum-devel %{_description} + +This package contains library source intended for building other packages which +use the "md5sum" feature of the "%{crate}" crate. + +%files -n %{name}+md5sum-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+mkdir-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+mkdir-devel %{_description} + +This package contains library source intended for building other packages which +use the "mkdir" feature of the "%{crate}" crate. + +%files -n %{name}+mkdir-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+mkfifo-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+mkfifo-devel %{_description} + +This package contains library source intended for building other packages which +use the "mkfifo" feature of the "%{crate}" crate. + +%files -n %{name}+mkfifo-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+mknod-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+mknod-devel %{_description} + +This package contains library source intended for building other packages which +use the "mknod" feature of the "%{crate}" crate. + +%files -n %{name}+mknod-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+mktemp-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+mktemp-devel %{_description} + +This package contains library source intended for building other packages which +use the "mktemp" feature of the "%{crate}" crate. + +%files -n %{name}+mktemp-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+more-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+more-devel %{_description} + +This package contains library source intended for building other packages which +use the "more" feature of the "%{crate}" crate. + +%files -n %{name}+more-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+mv-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+mv-devel %{_description} + +This package contains library source intended for building other packages which +use the "mv" feature of the "%{crate}" crate. + +%files -n %{name}+mv-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+nice-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nice-devel %{_description} + +This package contains library source intended for building other packages which +use the "nice" feature of the "%{crate}" crate. + +%files -n %{name}+nice-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+nl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nl-devel %{_description} + +This package contains library source intended for building other packages which +use the "nl" feature of the "%{crate}" crate. + +%files -n %{name}+nl-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+nohup-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nohup-devel %{_description} + +This package contains library source intended for building other packages which +use the "nohup" feature of the "%{crate}" crate. + +%files -n %{name}+nohup-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+nproc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nproc-devel %{_description} + +This package contains library source intended for building other packages which +use the "nproc" feature of the "%{crate}" crate. + +%files -n %{name}+nproc-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+numfmt-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+numfmt-devel %{_description} + +This package contains library source intended for building other packages which +use the "numfmt" feature of the "%{crate}" crate. + +%files -n %{name}+numfmt-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+od-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+od-devel %{_description} + +This package contains library source intended for building other packages which +use the "od" feature of the "%{crate}" crate. + +%files -n %{name}+od-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+paste-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+paste-devel %{_description} + +This package contains library source intended for building other packages which +use the "paste" feature of the "%{crate}" crate. + +%files -n %{name}+paste-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+pathchk-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+pathchk-devel %{_description} + +This package contains library source intended for building other packages which +use the "pathchk" feature of the "%{crate}" crate. + +%files -n %{name}+pathchk-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+pinky-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+pinky-devel %{_description} + +This package contains library source intended for building other packages which +use the "pinky" feature of the "%{crate}" crate. + +%files -n %{name}+pinky-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+pr-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+pr-devel %{_description} + +This package contains library source intended for building other packages which +use the "pr" feature of the "%{crate}" crate. + +%files -n %{name}+pr-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+printenv-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+printenv-devel %{_description} + +This package contains library source intended for building other packages which +use the "printenv" feature of the "%{crate}" crate. + +%files -n %{name}+printenv-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+printf-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+printf-devel %{_description} + +This package contains library source intended for building other packages which +use the "printf" feature of the "%{crate}" crate. + +%files -n %{name}+printf-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+ptx-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+ptx-devel %{_description} + +This package contains library source intended for building other packages which +use the "ptx" feature of the "%{crate}" crate. + +%files -n %{name}+ptx-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+pwd-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+pwd-devel %{_description} + +This package contains library source intended for building other packages which +use the "pwd" feature of the "%{crate}" crate. + +%files -n %{name}+pwd-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+readlink-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+readlink-devel %{_description} + +This package contains library source intended for building other packages which +use the "readlink" feature of the "%{crate}" crate.
-%if 0%{?rhel} && 0%{?rhel} < 11 -%global obsolete_uu_nvr 0.0.23-2 +%files -n %{name}+readlink-devel +%ghost %{crate_instdir}/Cargo.toml
-Obsoletes: uu_cp < %{obsolete_uu_nvr} -Obsoletes: uu_mkdir < %{obsolete_uu_nvr} -Obsoletes: uu_mktemp < %{obsolete_uu_nvr} -Obsoletes: uu_mv < %{obsolete_uu_nvr} -Obsoletes: uu_whoami < %{obsolete_uu_nvr} -%endif +%package -n %{name}+realpath-devel +Summary: %{summary} +BuildArch: noarch
-%if 0%{?fedora} && 0%{?fedora} < 43 -%global obsolete_uu_nvr 0.0.23-5 - -Obsoletes: uu_base32 < %{obsolete_uu_nvr} -Obsoletes: uu_base64 < %{obsolete_uu_nvr} -Obsoletes: uu_basename < %{obsolete_uu_nvr} -Obsoletes: uu_basenc < %{obsolete_uu_nvr} -Obsoletes: uu_cat < %{obsolete_uu_nvr} -Obsoletes: uu_cksum < %{obsolete_uu_nvr} -Obsoletes: uu_comm < %{obsolete_uu_nvr} -Obsoletes: uu_cp < %{obsolete_uu_nvr} -Obsoletes: uu_csplit < %{obsolete_uu_nvr} -Obsoletes: uu_cut < %{obsolete_uu_nvr} -Obsoletes: uu_date < %{obsolete_uu_nvr} -Obsoletes: uu_dd < %{obsolete_uu_nvr} -Obsoletes: uu_df < %{obsolete_uu_nvr} -Obsoletes: uu_dir < %{obsolete_uu_nvr} -Obsoletes: uu_dircolors < %{obsolete_uu_nvr} -Obsoletes: uu_dirname < %{obsolete_uu_nvr} -Obsoletes: uu_du < %{obsolete_uu_nvr} -Obsoletes: uu_echo < %{obsolete_uu_nvr} -Obsoletes: uu_env < %{obsolete_uu_nvr} -Obsoletes: uu_expand < %{obsolete_uu_nvr} -Obsoletes: uu_expr < %{obsolete_uu_nvr} -Obsoletes: uu_factor < %{obsolete_uu_nvr} -Obsoletes: uu_false < %{obsolete_uu_nvr} -Obsoletes: uu_fmt < %{obsolete_uu_nvr} -Obsoletes: uu_fold < %{obsolete_uu_nvr} -Obsoletes: uu_hashsum < %{obsolete_uu_nvr} -Obsoletes: uu_head < %{obsolete_uu_nvr} -Obsoletes: uu_join < %{obsolete_uu_nvr} -Obsoletes: uu_link < %{obsolete_uu_nvr} -Obsoletes: uu_ln < %{obsolete_uu_nvr} -Obsoletes: uu_ls < %{obsolete_uu_nvr} -Obsoletes: uu_mkdir < %{obsolete_uu_nvr} -Obsoletes: uu_mktemp < %{obsolete_uu_nvr} -Obsoletes: uu_more < %{obsolete_uu_nvr} -Obsoletes: uu_mv < %{obsolete_uu_nvr} -Obsoletes: uu_nl < %{obsolete_uu_nvr} -Obsoletes: uu_numfmt < %{obsolete_uu_nvr} -Obsoletes: uu_od < %{obsolete_uu_nvr} -Obsoletes: uu_paste < %{obsolete_uu_nvr} -Obsoletes: uu_pr < %{obsolete_uu_nvr} -Obsoletes: uu_printenv < %{obsolete_uu_nvr} -Obsoletes: uu_printf < %{obsolete_uu_nvr} -Obsoletes: uu_ptx < %{obsolete_uu_nvr} -Obsoletes: uu_pwd < %{obsolete_uu_nvr} -Obsoletes: uu_readlink < %{obsolete_uu_nvr} -Obsoletes: uu_realpath < %{obsolete_uu_nvr} -Obsoletes: uu_rm < %{obsolete_uu_nvr} -Obsoletes: uu_rmdir < %{obsolete_uu_nvr} -Obsoletes: uu_seq < %{obsolete_uu_nvr} -Obsoletes: uu_shred < %{obsolete_uu_nvr} -Obsoletes: uu_shuf < %{obsolete_uu_nvr} -Obsoletes: uu_sleep < %{obsolete_uu_nvr} -Obsoletes: uu_sort < %{obsolete_uu_nvr} -Obsoletes: uu_split < %{obsolete_uu_nvr} -Obsoletes: uu_sum < %{obsolete_uu_nvr} -Obsoletes: uu_tac < %{obsolete_uu_nvr} -Obsoletes: uu_tail < %{obsolete_uu_nvr} -Obsoletes: uu_tee < %{obsolete_uu_nvr} -Obsoletes: uu_test < %{obsolete_uu_nvr} -Obsoletes: uu_touch < %{obsolete_uu_nvr} -Obsoletes: uu_tr < %{obsolete_uu_nvr} -Obsoletes: uu_true < %{obsolete_uu_nvr} -Obsoletes: uu_truncate < %{obsolete_uu_nvr} -Obsoletes: uu_tsort < %{obsolete_uu_nvr} -Obsoletes: uu_unexpand < %{obsolete_uu_nvr} -Obsoletes: uu_uniq < %{obsolete_uu_nvr} -Obsoletes: uu_unlink < %{obsolete_uu_nvr} -Obsoletes: uu_vdir < %{obsolete_uu_nvr} -Obsoletes: uu_wc < %{obsolete_uu_nvr} -Obsoletes: uu_whoami < %{obsolete_uu_nvr} -Obsoletes: uu_yes < %{obsolete_uu_nvr} -%endif +%description -n %{name}+realpath-devel %{_description}
-%description -n uutils-coreutils %{_description} +This package contains library source intended for building other packages which +use the "realpath" feature of the "%{crate}" crate.
-%files -n uutils-coreutils -%license LICENSE -%license LICENSE.dependencies -%doc CODE_OF_CONDUCT.md -%doc CONTRIBUTING.md -%doc DEVELOPMENT.md -%doc README.md -%{_bindir}/uutils-coreutils -%{_bindir}/uu_* -%{_mandir}/man1/* -%{bash_completions_dir}/* -%{fish_completions_dir}/* -%{zsh_completions_dir}/* +%files -n %{name}+realpath-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rm-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rm-devel %{_description} + +This package contains library source intended for building other packages which +use the "rm" feature of the "%{crate}" crate. + +%files -n %{name}+rm-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rmdir-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rmdir-devel %{_description} + +This package contains library source intended for building other packages which +use the "rmdir" feature of the "%{crate}" crate. + +%files -n %{name}+rmdir-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+runcon-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+runcon-devel %{_description} + +This package contains library source intended for building other packages which +use the "runcon" feature of the "%{crate}" crate. + +%files -n %{name}+runcon-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+selinux-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+selinux-devel %{_description} + +This package contains library source intended for building other packages which +use the "selinux" feature of the "%{crate}" crate. + +%files -n %{name}+selinux-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+seq-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+seq-devel %{_description} + +This package contains library source intended for building other packages which +use the "seq" feature of the "%{crate}" crate. + +%files -n %{name}+seq-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sha1sum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sha1sum-devel %{_description} + +This package contains library source intended for building other packages which +use the "sha1sum" feature of the "%{crate}" crate. + +%files -n %{name}+sha1sum-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sha224sum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sha224sum-devel %{_description} + +This package contains library source intended for building other packages which +use the "sha224sum" feature of the "%{crate}" crate. + +%files -n %{name}+sha224sum-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sha256sum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sha256sum-devel %{_description} + +This package contains library source intended for building other packages which +use the "sha256sum" feature of the "%{crate}" crate. + +%files -n %{name}+sha256sum-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sha384sum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sha384sum-devel %{_description} + +This package contains library source intended for building other packages which +use the "sha384sum" feature of the "%{crate}" crate. + +%files -n %{name}+sha384sum-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sha512sum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sha512sum-devel %{_description} + +This package contains library source intended for building other packages which +use the "sha512sum" feature of the "%{crate}" crate. + +%files -n %{name}+sha512sum-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+shred-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+shred-devel %{_description} + +This package contains library source intended for building other packages which +use the "shred" feature of the "%{crate}" crate. + +%files -n %{name}+shred-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+shuf-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+shuf-devel %{_description} + +This package contains library source intended for building other packages which +use the "shuf" feature of the "%{crate}" crate. + +%files -n %{name}+shuf-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sleep-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sleep-devel %{_description} + +This package contains library source intended for building other packages which +use the "sleep" feature of the "%{crate}" crate. + +%files -n %{name}+sleep-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sort-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sort-devel %{_description} + +This package contains library source intended for building other packages which +use the "sort" feature of the "%{crate}" crate. + +%files -n %{name}+sort-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+split-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+split-devel %{_description} + +This package contains library source intended for building other packages which +use the "split" feature of the "%{crate}" crate. + +%files -n %{name}+split-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+stat-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+stat-devel %{_description} + +This package contains library source intended for building other packages which +use the "stat" feature of the "%{crate}" crate. + +%files -n %{name}+stat-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+stdbuf-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+stdbuf-devel %{_description} + +This package contains library source intended for building other packages which +use the "stdbuf" feature of the "%{crate}" crate. + +%files -n %{name}+stdbuf-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+stty-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+stty-devel %{_description} + +This package contains library source intended for building other packages which +use the "stty" feature of the "%{crate}" crate. + +%files -n %{name}+stty-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sum-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sum-devel %{_description} + +This package contains library source intended for building other packages which +use the "sum" feature of the "%{crate}" crate. + +%files -n %{name}+sum-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sync-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sync-devel %{_description} + +This package contains library source intended for building other packages which +use the "sync" feature of the "%{crate}" crate. + +%files -n %{name}+sync-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+tac-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tac-devel %{_description} + +This package contains library source intended for building other packages which +use the "tac" feature of the "%{crate}" crate. + +%files -n %{name}+tac-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+tail-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tail-devel %{_description} + +This package contains library source intended for building other packages which +use the "tail" feature of the "%{crate}" crate. + +%files -n %{name}+tail-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+tee-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tee-devel %{_description} + +This package contains library source intended for building other packages which +use the "tee" feature of the "%{crate}" crate. + +%files -n %{name}+tee-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+test-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+test-devel %{_description} + +This package contains library source intended for building other packages which +use the "test" feature of the "%{crate}" crate. + +%files -n %{name}+test-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+test_risky_names-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+test_risky_names-devel %{_description} + +This package contains library source intended for building other packages which +use the "test_risky_names" feature of the "%{crate}" crate. + +%files -n %{name}+test_risky_names-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+timeout-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+timeout-devel %{_description} + +This package contains library source intended for building other packages which +use the "timeout" feature of the "%{crate}" crate. + +%files -n %{name}+timeout-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+touch-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+touch-devel %{_description} + +This package contains library source intended for building other packages which +use the "touch" feature of the "%{crate}" crate. + +%files -n %{name}+touch-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+tr-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tr-devel %{_description} + +This package contains library source intended for building other packages which +use the "tr" feature of the "%{crate}" crate. + +%files -n %{name}+tr-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+true-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+true-devel %{_description} + +This package contains library source intended for building other packages which +use the "true" feature of the "%{crate}" crate. + +%files -n %{name}+true-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+truncate-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+truncate-devel %{_description} + +This package contains library source intended for building other packages which +use the "truncate" feature of the "%{crate}" crate. + +%files -n %{name}+truncate-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+tsort-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tsort-devel %{_description} + +This package contains library source intended for building other packages which +use the "tsort" feature of the "%{crate}" crate. + +%files -n %{name}+tsort-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+tty-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tty-devel %{_description} + +This package contains library source intended for building other packages which +use the "tty" feature of the "%{crate}" crate. + +%files -n %{name}+tty-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+uname-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+uname-devel %{_description} + +This package contains library source intended for building other packages which +use the "uname" feature of the "%{crate}" crate. + +%files -n %{name}+uname-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+unexpand-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unexpand-devel %{_description} + +This package contains library source intended for building other packages which +use the "unexpand" feature of the "%{crate}" crate. + +%files -n %{name}+unexpand-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+uniq-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+uniq-devel %{_description} + +This package contains library source intended for building other packages which +use the "uniq" feature of the "%{crate}" crate. + +%files -n %{name}+uniq-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+unix-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unix-devel %{_description} + +This package contains library source intended for building other packages which +use the "unix" feature of the "%{crate}" crate. + +%files -n %{name}+unix-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+unlink-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unlink-devel %{_description} + +This package contains library source intended for building other packages which +use the "unlink" feature of the "%{crate}" crate. + +%files -n %{name}+unlink-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+uptime-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+uptime-devel %{_description} + +This package contains library source intended for building other packages which +use the "uptime" feature of the "%{crate}" crate. + +%files -n %{name}+uptime-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+users-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+users-devel %{_description} + +This package contains library source intended for building other packages which +use the "users" feature of the "%{crate}" crate. + +%files -n %{name}+users-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+uu_test-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+uu_test-devel %{_description} + +This package contains library source intended for building other packages which +use the "uu_test" feature of the "%{crate}" crate. + +%files -n %{name}+uu_test-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+uudoc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+uudoc-devel %{_description} + +This package contains library source intended for building other packages which +use the "uudoc" feature of the "%{crate}" crate. + +%files -n %{name}+uudoc-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+vdir-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+vdir-devel %{_description} + +This package contains library source intended for building other packages which +use the "vdir" feature of the "%{crate}" crate. + +%files -n %{name}+vdir-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+wc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+wc-devel %{_description} + +This package contains library source intended for building other packages which +use the "wc" feature of the "%{crate}" crate. + +%files -n %{name}+wc-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+who-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+who-devel %{_description} + +This package contains library source intended for building other packages which +use the "who" feature of the "%{crate}" crate. + +%files -n %{name}+who-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+whoami-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+whoami-devel %{_description} + +This package contains library source intended for building other packages which +use the "whoami" feature of the "%{crate}" crate. + +%files -n %{name}+whoami-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+windows-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+windows-devel %{_description} + +This package contains library source intended for building other packages which +use the "windows" feature of the "%{crate}" crate. + +%files -n %{name}+windows-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+yes-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+yes-devel %{_description} + +This package contains library source intended for building other packages which +use the "yes" feature of the "%{crate}" crate. + +%files -n %{name}+yes-devel +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep -# coreutils-ls-commands.sh script -cp -p %{SOURCE1} .
%generate_buildrequires -%cargo_generate_buildrequires +%cargo_generate_buildrequires -f uudoc
%build -%cargo_build -%{cargo_license_summary} -%{cargo_license} > LICENSE.dependencies +%cargo_build -f uudoc +%{cargo_license_summary -f uudoc} +%{cargo_license -f uudoc} > LICENSE.dependencies mkdir -p data/man/man1 mkdir -p data/completions/{bash,fish,zsh}
-for utility in $(./coreutils-ls-commands.sh target/rpm/coreutils); do - target/rpm/coreutils manpage $utility > data/man/man1/uu_${utility}.1 +for utility in $(target/rpm/coreutils --list); do + target/release/uudoc manpage $utility > data/man/man1/uu_${utility}.1 for s in bash zsh; do - target/rpm/coreutils completion $utility $s > data/completions/$s/uu_${utility} + target/release/uudoc completion $utility $s > data/completions/$s/uu_${utility} done - target/rpm/coreutils completion $utility fish > data/completions/fish/uu_${utility}.fish + target/release/uudoc completion $utility fish > data/completions/fish/uu_${utility}.fish done -target/rpm/coreutils manpage coreutils > data/man/man1/uutils-coreutils.1 +target/release/uudoc manpage coreutils > data/man/man1/uutils-coreutils.1 for s in bash zsh; do - target/rpm/coreutils completion coreutils $s > data/completions/$s/uutils-coreutils + target/release/uudoc completion coreutils $s > data/completions/$s/uutils-coreutils done -target/rpm/coreutils completion coreutils fish > data/completions/fish/uutils-coreutils.fish +target/release/uudoc completion coreutils fish > data/completions/fish/uutils-coreutils.fish
%install -%cargo_install +%cargo_install -f uudoc mv %{buildroot}/%{_bindir}/coreutils %{buildroot}/%{_bindir}/uutils-coreutils -for utility in $(./coreutils-ls-commands.sh target/rpm/coreutils); do +for utility in $(target/rpm/coreutils --list); do ln -sr %{buildroot}%{_bindir}/uutils-coreutils %{buildroot}%{_bindir}/uu_$utility done mkdir -p %{buildroot}%{_mandir}/man1 @@ -203,6 +1798,12 @@ cp -p data/completions/bash/* %{buildroot}%{bash_completions_dir}/ cp -p data/completions/fish/* %{buildroot}%{fish_completions_dir}/ cp -p data/completions/zsh/* %{buildroot}%{zsh_completions_dir}/
+# unneeded, and contain compiled fixtures +rm -rf %{buildroot}%{crate_instdir}/tests + +# unneeded at runtime +rm %{buildroot}%{_bindir}/uudoc +
%if %{with check} %check @@ -216,16 +1817,17 @@ cp -p data/completions/zsh/* %{buildroot}%{zsh_completions_dir}/ # * test_ls: need block/char device # * test_seq: tolerances too tight # * test_sort: formatting differences with recent unicode-width versions -%ifarch s390x -# * test_od::test_suppress_duplicates: likely endianness issue -%endif -%{cargo_test -- -- %{shrink: +# * uudoc: missing test fixture +# * various color and localization tests +%{cargo_test -f uudoc -- -- %{shrink: --skip common::util::tests::test_compare_xattrs --skip test_chcon:: --skip test_runcon:: --skip test_cp::test_copy_dir_preserve_permissions --skip test_cp::test_copy_dir_preserve_permissions_inaccessible_file + --skip test_cp::test_copy_dir_preserve_subdir_permissions --skip test_cp::test_copy_through_dangling_symlink_no_dereference_permissions + --skip test_cp::test_cp_current_directory_preserve_attributes --skip test_cp::test_cp_debug_reflink_auto_sparse_always_non_sparse_file_with_long_zero_sequence --skip test_cp::test_cp_parents_2_dirs --skip test_cp::test_cp_parents_with_permissions_copy_dir @@ -235,6 +1837,7 @@ cp -p data/completions/zsh/* %{buildroot}%{zsh_completions_dir}/ --skip test_cp::test_cp_sparse_always_non_empty --skip test_cp::test_preserve_hardlink_attributes_in_directory --skip test_cp::test_preserve_mode + --skip test_df::test_exclude_all_types --skip test_df::test_file_column_width_if_filename_contains_unicode_chars --skip test_df::test_nonexistent_file --skip test_df::test_output_file_specific_files @@ -244,7 +1847,9 @@ cp -p data/completions/zsh/* %{buildroot}%{zsh_completions_dir}/ --skip test_df::test_type_option_with_file --skip test_du::test_du_dereference_args --skip test_du::test_du_no_dereference + --skip test_env::test_env_french --skip test_ls::test_device_number + --skip test_ls::test_localized_possible_values --skip test_ls::test_ls_allocation_size --skip test_ls::test_ls_inode --skip test_ls::test_ls_long_format @@ -260,16 +1865,29 @@ cp -p data/completions/zsh/* %{buildroot}%{zsh_completions_dir}/ --skip test_seq::test_width_floats --skip test_seq::test_width_negative_zero_decimal_notation --skip test_seq::test_width_negative_zero_scientific_notation -%ifarch s390x - --skip test_od::test_suppress_duplicates -%endif + --skip test_sort::test_argument_suggestion + --skip test_sort::test_clap_localization_help_message + --skip test_sort::test_clap_localization_invalid_value + --skip test_sort::test_clap_localization_unknown_argument + --skip test_sort::test_error_colors_disabled + --skip test_sort::test_error_colors_enabled + --skip test_sort::test_french_translations + --skip test_sort::test_help_colors_disabled + --skip test_sort::test_help_colors_enabled --skip test_sort::test_keys_closed_range --skip test_sort::test_keys_multiple_ranges --skip test_sort::test_keys_no_field_match --skip test_sort::test_keys_open_ended + --skip test_tail::test_follow_name_truncate4 + --skip test_tail::test_retry7 + --skip test_tail::test_retry9 + --skip test_error_messages_french_translation + --skip test_french_colored_error_messages + --skip test_help_messages_french_translation + --skip uudoc_check_sums + --skip uudoc_check_test }} %endif -# check
%changelog %autochangelog diff --git a/rust2rpm.toml b/rust2rpm.toml index 0548894..fb39482 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -10,12 +10,6 @@ cargo-toml-patch-comments = [ "allow procfs 0.17, 0.18", "allow hex-literal 1.0: https://github.com/uutils/coreutils/commit/944cd4f72ca7d6e87d06d0a0a5b9e8daf...", ] -extra-sources = [ - { "number" = 1, "file" = "coreutils-ls-commands.sh", "comments" = ["Script to list available coreutils commands"] }, -] -extra-patches = [ - { "number" = 2, "file" = "coreutils-fix-seq-neg-num-tests.diff", "comments" = ["Fix seq tests that pass negative numbers"] }, -]
bin-package-name = "uutils-coreutils"
@@ -31,30 +25,26 @@ extra-files = [ coreutils = "uutils-coreutils"
[scripts] -prep.post = ["""\ -# coreutils-ls-commands.sh script -cp -p %{SOURCE1} ."""] - build.post = ["""\ mkdir -p data/man/man1 mkdir -p data/completions/{bash,fish,zsh}
-for utility in $(./coreutils-ls-commands.sh target/rpm/coreutils); do - target/rpm/coreutils manpage $utility > data/man/man1/uu_${utility}.1 +for utility in $(target/rpm/coreutils --list); do + target/release/uudoc manpage $utility > data/man/man1/uu_${utility}.1 for s in bash zsh; do - target/rpm/coreutils completion $utility $s > data/completions/$s/uu_${utility} + target/release/uudoc completion $utility $s > data/completions/$s/uu_${utility} done - target/rpm/coreutils completion $utility fish > data/completions/fish/uu_${utility}.fish + target/release/uudoc completion $utility fish > data/completions/fish/uu_${utility}.fish done -target/rpm/coreutils manpage coreutils > data/man/man1/uutils-coreutils.1 +target/release/uudoc manpage coreutils > data/man/man1/uutils-coreutils.1 for s in bash zsh; do - target/rpm/coreutils completion coreutils $s > data/completions/$s/uutils-coreutils + target/release/uudoc completion coreutils $s > data/completions/$s/uutils-coreutils done -target/rpm/coreutils completion coreutils fish > data/completions/fish/uutils-coreutils.fish +target/release/uudoc completion coreutils fish > data/completions/fish/uutils-coreutils.fish """]
install.post = ["""\ -for utility in $(./coreutils-ls-commands.sh target/rpm/coreutils); do +for utility in $(target/rpm/coreutils --list); do ln -sr %{buildroot}%{_bindir}/uutils-coreutils %{buildroot}%{_bindir}/uu_$utility done mkdir -p %{buildroot}%{_mandir}/man1 @@ -65,6 +55,12 @@ mkdir -p %{buildroot}%{zsh_completions_dir} cp -p data/completions/bash/* %{buildroot}%{bash_completions_dir}/ cp -p data/completions/fish/* %{buildroot}%{fish_completions_dir}/ cp -p data/completions/zsh/* %{buildroot}%{zsh_completions_dir}/ + +# unneeded, and contain compiled fixtures +rm -rf %{buildroot}%{crate_instdir}/tests + +# unneeded at runtime +rm %{buildroot}%{_bindir}/uudoc """]
[tests] @@ -78,6 +74,8 @@ comments = [ "test_ls: need block/char device", "test_seq: tolerances too tight", "test_sort: formatting differences with recent unicode-width versions", + "uudoc: missing test fixture", + "various color and localization tests", ] skip = [ "common::util::tests::test_compare_xattrs", @@ -85,7 +83,9 @@ skip = [ "test_runcon::", "test_cp::test_copy_dir_preserve_permissions", "test_cp::test_copy_dir_preserve_permissions_inaccessible_file", + "test_cp::test_copy_dir_preserve_subdir_permissions", "test_cp::test_copy_through_dangling_symlink_no_dereference_permissions", + "test_cp::test_cp_current_directory_preserve_attributes", "test_cp::test_cp_debug_reflink_auto_sparse_always_non_sparse_file_with_long_zero_sequence", "test_cp::test_cp_parents_2_dirs", "test_cp::test_cp_parents_with_permissions_copy_dir", @@ -95,6 +95,7 @@ skip = [ "test_cp::test_cp_sparse_always_non_empty", "test_cp::test_preserve_hardlink_attributes_in_directory", "test_cp::test_preserve_mode", + "test_df::test_exclude_all_types", "test_df::test_file_column_width_if_filename_contains_unicode_chars", "test_df::test_nonexistent_file", "test_df::test_output_file_specific_files", @@ -104,7 +105,9 @@ skip = [ "test_df::test_type_option_with_file", "test_du::test_du_dereference_args", "test_du::test_du_no_dereference", + "test_env::test_env_french", "test_ls::test_device_number", + "test_ls::test_localized_possible_values", "test_ls::test_ls_allocation_size", "test_ls::test_ls_inode", "test_ls::test_ls_long_format", @@ -120,8 +123,25 @@ skip = [ "test_seq::test_width_floats", "test_seq::test_width_negative_zero_decimal_notation", "test_seq::test_width_negative_zero_scientific_notation", + "test_sort::test_argument_suggestion", + "test_sort::test_clap_localization_help_message", + "test_sort::test_clap_localization_invalid_value", + "test_sort::test_clap_localization_unknown_argument", + "test_sort::test_error_colors_disabled", + "test_sort::test_error_colors_enabled", + "test_sort::test_french_translations", + "test_sort::test_help_colors_disabled", + "test_sort::test_help_colors_enabled", "test_sort::test_keys_closed_range", "test_sort::test_keys_multiple_ranges", "test_sort::test_keys_no_field_match", "test_sort::test_keys_open_ended", + "test_tail::test_follow_name_truncate4", # fails on x86_64 + "test_tail::test_retry7", + "test_tail::test_retry9", + "test_error_messages_french_translation", + "test_french_colored_error_messages", + "test_help_messages_french_translation", + "uudoc_check_sums", + "uudoc_check_test", ] diff --git a/sources b/sources index d78e969..f53f96f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (coreutils-0.0.27.crate) = ade9d7e0a79896eb6f79d9534ff4a4c28e77d9fb2d094439d1106e4666d4de6905ba044f5319879097cf228018e04ee53bee0cc222301bee90e9924c908a8879 +SHA512 (coreutils-0.7.0.crate) = da73aa7ae600164da31ae1ba84c6ac5a73ca62a492520aa6fc65816557d68452246e9adec66b3902172f4b0851680610479c8b51a2a095bc19ebd1fbf6036993
commit ede8805038d39de7f3e69629c2db98d5267d838a Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jan 17 13:08:13 2026 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
arch-excludes@lists.fedoraproject.org