Initial package (rhbz#2260598)

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
This commit is contained in:
Michel Lind 2024-05-31 16:56:57 -05:00
commit cc91c146d3
No known key found for this signature in database
GPG key ID: 8B229D2F7CCC04F2
9 changed files with 418 additions and 0 deletions

View file

@ -0,0 +1,45 @@
--- coreutils-0.0.23/Cargo.toml 1970-01-01T00:00:01+00:00
+++ coreutils-0.0.23/Cargo.toml 2024-02-27T21:32:15.020011+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.23"
@@ -613,9 +609,6 @@
]
default-features = false
-[dev-dependencies.conv]
-version = "0.3"
-
[dev-dependencies.filetime]
version = "0.2"
@@ -671,7 +664,11 @@
version = "0.11.2"
[features]
-default = ["feat_common_core"]
+default = [
+ "feat_common_core",
+ # "feat_selinux",
+ # "unix",
+]
feat_Tier1 = [
"feat_common_core",
"arch",