diff --git a/coreutils-fix-metadata.diff b/coreutils-fix-metadata.diff index 90edc62..916fd0b 100644 --- a/coreutils-fix-metadata.diff +++ b/coreutils-fix-metadata.diff @@ -1,5 +1,5 @@ --- 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 ++++ coreutils-0.0.27/Cargo.toml 2025-08-05T02:47:31.208967+00:00 @@ -30,6 +30,7 @@ categories = ["command-line-utilities"] license = "MIT" @@ -20,15 +20,6 @@ [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" @@ -56,7 +47,7 @@ [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dev-dependencies.procfs] -version = "0.16" -+version = ">=0.16, <0.19" ++version = ">=0.16, <0.18" default-features = false [target."cfg(unix)".dev-dependencies.nix] diff --git a/rust-coreutils.spec b/rust-coreutils.spec index 310bc69..9a3464d 100644 --- a/rust-coreutils.spec +++ b/rust-coreutils.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 28 +# Generated by rust2rpm 27 %bcond check 1 %global crate coreutils @@ -19,9 +19,7 @@ Source1: coreutils-ls-commands.sh # https://github.com/uutils/coreutils/commit/001a91fbe6adea29a566326df3fcda30f89e97ab # * enable feat_acl # * TODO: enable unix -# * allow procfs 0.17, 0.18 -# * allow hex-literal 1.0: -# https://github.com/uutils/coreutils/commit/944cd4f72ca7d6e87d06d0a0a5b9e8dafedfba4b +# * allow procfs 0.17 Patch: coreutils-fix-metadata.diff # * Fix seq tests that pass negative numbers Patch2: coreutils-fix-seq-neg-num-tests.diff diff --git a/rust2rpm.toml b/rust2rpm.toml index 0548894..3713e2e 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -7,8 +7,7 @@ cargo-toml-patch-comments = [ "update rstest to 0.26: https://github.com/uutils/coreutils/commit/001a91fbe6adea29a566326df3fcda30f89e97ab", "enable feat_acl", "TODO: enable unix", - "allow procfs 0.17, 0.18", - "allow hex-literal 1.0: https://github.com/uutils/coreutils/commit/944cd4f72ca7d6e87d06d0a0a5b9e8dafedfba4b", + "allow procfs 0.17", ] extra-sources = [ { "number" = 1, "file" = "coreutils-ls-commands.sh", "comments" = ["Script to list available coreutils commands"] },