Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
3 changed files with 5 additions and 17 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue