public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-uu_du] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
Date: Tue, 09 Jun 2026 20:09:51 GMT [thread overview]
Message-ID: <178103579134.1.13898370731873974749.rpms-rust-uu_du-237392b7149a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-uu_du
Branch : rawhide
Commit : 237392b7149a54c3a31e6fd4dbda44fd7a372821
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-06-09T21:09:45+01:00
Stats : +1/-150 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/rust-uu_du/c/237392b7149a54c3a31e6fd4dbda44fd7a372821?branch=rawhide
Log:
rust-coreutils internal dependency; replaced by uutils-coreutils
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 47fbb4c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/uu_du-0.0.23.crate
-/uu_du-0.0.27.crate
-/uu_du-0.7.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index ef22c58..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_du
-
-The rust-uu_du package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..40ecc77
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+rust-coreutils internal dependency; replaced by uutils-coreutils
diff --git a/rust-uu_du.spec b/rust-uu_du.spec
deleted file mode 100644
index b470f0a..0000000
--- a/rust-uu_du.spec
+++ /dev/null
@@ -1,78 +0,0 @@
-# Generated by rust2rpm 28
-%bcond check 1
-%global debug_package %{nil}
-
-# prevent executables from being installed
-%global cargo_install_bin 0
-
-%global crate uu_du
-
-Name: rust-uu_du
-Version: 0.7.0
-Release: %autorelease
-Summary: du ~ (uutils) display disk usage
-
-License: MIT
-URL: https://crates.io/crates/uu_du
-Source: %{crates_source}
-# Automatically generated patch to strip dependencies and normalize metadata
-Patch: uu_du-fix-metadata-auto.diff
-# Manually created patch for downstream crate metadata changes
-# * drop benchmarking dependencies like divan
-# * cargo2rpm does not unify multiple uucore dependencies split across targets
-# https://codeberg.org/rust2rpm/cargo2rpm/issues/26
-Patch: uu_du-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 26
-
-%global _description %{expand:
-du ~ (uutils) display disk usage.}
-
-%description %{_description}
-
-%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}/README.package.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
-
-%prep
-%autosetup -n %{crate}-%{version} -p1
-%cargo_prep
-
-%generate_buildrequires
-%cargo_generate_buildrequires
-
-%build
-%cargo_build
-
-%install
-%cargo_install
-
-%if %{with check}
-%check
-%cargo_test
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 6279b78..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[package]
-# avoid capitalization
-summary = "du ~ (uutils) display disk usage"
-description = "du ~ (uutils) display disk usage."
-
-# for binary, see rust-coreutils
-cargo-install-bin = false
-
-cargo-toml-patch-comments = [
- "drop benchmarking dependencies like divan",
- """\
- cargo2rpm does not unify multiple uucore dependencies split across targets \
- https://codeberg.org/rust2rpm/cargo2rpm/issues/26""",
-]
diff --git a/sources b/sources
deleted file mode 100644
index 38d9505..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_du-0.7.0.crate) = 614a2adcb8cd0c087c644b72954a06b8e0b46d9b988bf7070cfa4a76e7ca9487423bb0da8a4db5408ffe44aa1dc52efd15361a9ece0ce09165d6c13972f7ec87
diff --git a/uu_du-fix-metadata-auto.diff b/uu_du-fix-metadata-auto.diff
deleted file mode 100644
index f27edcd..0000000
--- a/uu_du-fix-metadata-auto.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- uu_du-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ uu_du-0.7.0/Cargo.toml 2026-03-18T12:47:44.255621+00:00
-@@ -96,14 +96,6 @@
- features = ["safe-traversal"]
- package = "uucore"
-
--[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
--version = "0.61.0"
--features = [
-- "Win32_Storage_FileSystem",
-- "Win32_Foundation",
--]
--default-features = false
--
- [lints.clippy]
- cargo_common_metadata = "allow"
- cast_lossless = "allow"
-@@ -167,3 +159,4 @@
- "cfg(fuzzing)",
- 'cfg(target_os, values("cygwin"))',
- ]
-+
diff --git a/uu_du-fix-metadata.diff b/uu_du-fix-metadata.diff
deleted file mode 100644
index e5e2e0c..0000000
--- a/uu_du-fix-metadata.diff
+++ /dev/null
@@ -1,29 +0,0 @@
---- uu_du-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ uu_du-0.7.0/Cargo.toml 2026-03-18T12:47:44.259456+00:00
-@@ -75,25 +75,16 @@
- "fsext",
- "parser-size",
- "parser-glob",
-+ "safe-traversal",
- "time",
- ]
- package = "uucore"
--
--[dev-dependencies.divan]
--version = "4.0.5"
--package = "codspeed-divan-compat"
-
- [dev-dependencies.tempfile]
- version = "3.15.0"
-
- [dev-dependencies.uucore]
- version = "0.7.0"
--features = ["benchmark"]
--package = "uucore"
--
--[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies.uucore]
--version = "0.7.0"
--features = ["safe-traversal"]
- package = "uucore"
-
- [lints.clippy]
reply other threads:[~2026-06-09 20:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178103579134.1.13898370731873974749.rpms-rust-uu_du-237392b7149a@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox