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_dd] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
Date: Tue, 09 Jun 2026 20:08:02 GMT [thread overview]
Message-ID: <178103568224.1.4701953471215476776.rpms-rust-uu_dd-685eea4de5d6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-uu_dd
Branch : rawhide
Commit : 685eea4de5d64006cf8a32facb3dbfac07224942
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-06-09T21:07:56+01:00
Stats : +1/-134 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-uu_dd/c/685eea4de5d64006cf8a32facb3dbfac07224942?branch=rawhide
Log:
rust-coreutils internal dependency; replaced by uutils-coreutils
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 6ab3ffd..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/uu_dd-0.0.23.crate
-/uu_dd-0.0.27.crate
-/uu_dd-0.7.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index d049afa..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_dd
-
-The rust-uu_dd 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_dd.spec b/rust-uu_dd.spec
deleted file mode 100644
index 6429484..0000000
--- a/rust-uu_dd.spec
+++ /dev/null
@@ -1,84 +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_dd
-
-Name: rust-uu_dd
-Version: 0.7.0
-Release: %autorelease
-Summary: dd ~ (uutils) copy and convert files
-
-License: MIT
-URL: https://crates.io/crates/uu_dd
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * drop benchmarking dependencies like divan
-Patch: uu_dd-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 26
-
-%global _description %{expand:
-dd ~ (uutils) copy and convert files.}
-
-%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}/BENCHMARKING.md
-%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
-# * formatting issues, could be locale related
-%{cargo_test -- -- --exact %{shrink:
- --skip progress::tests::test_duration_precision
- --skip progress::tests::test_prog_update_write_io_lines
- --skip progress::tests::test_prog_update_write_prog_line
- --skip progress::tests::test_read_stat_report
- --skip progress::tests::test_write_stat_report
- --skip progress::tests::write_final_transfer_stats
- --skip progress::tests::write_transfer_stats
-}}
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index adc7242..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-[package]
-# avoid capitalization
-summary = "dd ~ (uutils) copy and convert files"
-description = "dd ~ (uutils) copy and convert files."
-cargo-toml-patch-comments = [
- "drop benchmarking dependencies like divan",
-]
-# for binary, see rust-coreutils
-cargo-install-bin = false
-
-[tests]
-skip = [
- "progress::tests::test_duration_precision",
- "progress::tests::test_prog_update_write_io_lines",
- "progress::tests::test_prog_update_write_prog_line",
- "progress::tests::test_read_stat_report",
- "progress::tests::test_write_stat_report",
- "progress::tests::write_final_transfer_stats",
- "progress::tests::write_transfer_stats",
-]
-skip-exact = true
-comments = [
- "formatting issues, could be locale related",
-]
diff --git a/sources b/sources
deleted file mode 100644
index 7fb3ca5..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_dd-0.7.0.crate) = 23a2f324875d366f387bd465843e7e9b94f9e3b5c24d663ccdd629f045bc917f5e0aab126282d584416185ead77281df70215e9e4bfbdddc63ab027614917cec
diff --git a/uu_dd-fix-metadata.diff b/uu_dd-fix-metadata.diff
deleted file mode 100644
index d024de4..0000000
--- a/uu_dd-fix-metadata.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- uu_dd-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ uu_dd-0.7.0/Cargo.toml 2026-03-18T12:32:46.009591+00:00
-@@ -79,16 +79,11 @@
- ]
- 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(any(target_os = "linux", target_os = "android"))'.dependencies.nix]
reply other threads:[~2026-06-09 20:08 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=178103568224.1.4701953471215476776.rpms-rust-uu_dd-685eea4de5d6@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