public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-uu_rm] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
@ 2026-06-09 20:25 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-06-09 20:25 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-uu_rm
Branch : rawhide
Commit : 8d6fba9c32c1f8971d90b0a11f1a11de5aafc85b
Author : Michel Lind <salimma@fedoraproject.org>
Date   : 2026-06-09T21:25:02+01:00
Stats  : +1/-147 in 8 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-uu_rm/c/8d6fba9c32c1f8971d90b0a11f1a11de5aafc85b?branch=rawhide

Log:
rust-coreutils internal dependency; replaced by uutils-coreutils

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 405a2f8..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/uu_rm-0.0.23.crate
-/uu_rm-0.0.27.crate
-/uu_rm-0.7.0.crate

diff --git a/README.md b/README.md
deleted file mode 100644
index 270d772..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_rm
-
-The rust-uu_rm 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_rm.spec b/rust-uu_rm.spec
deleted file mode 100644
index 23b8ec0..0000000
--- a/rust-uu_rm.spec
+++ /dev/null
@@ -1,79 +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_rm
-
-Name:           rust-uu_rm
-Version:        0.7.0
-Release:        %autorelease
-Summary:        rm ~ (uutils) remove PATHNAME
-
-License:        MIT
-URL:            https://crates.io/crates/uu_rm
-Source:         %{crates_source}
-# Automatically generated patch to strip dependencies and normalize metadata
-Patch:          uu_rm-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_rm-fix-metadata.diff
-
-BuildRequires:  cargo-rpm-macros >= 26
-
-%global _description %{expand:
-rm ~ (uutils) remove PATHNAME.}
-
-%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
-%cargo_test
-%endif
-
-%changelog
-%autochangelog

diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 8cd35da..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-# avoid capitalization
-summary = "rm ~ (uutils) remove PATHNAME"
-description = "rm ~ (uutils) remove PATHNAME."
-
-# 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 e52dde1..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_rm-0.7.0.crate) = ff5d176f0302cf9aa5c2b712207d2f7b69a8397f6ede375920176aaaf9719c1c07a39757079c9bbc7f4dfe1f0c57f6d21161b66c390ff202394ca990930e8360

diff --git a/uu_rm-fix-metadata-auto.diff b/uu_rm-fix-metadata-auto.diff
deleted file mode 100644
index 7691d3b..0000000
--- a/uu_rm-fix-metadata-auto.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- uu_rm-0.7.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ uu_rm-0.7.0/Cargo.toml	2026-03-16T17:36:56.215938+00:00
-@@ -93,11 +93,6 @@
- [target."cfg(unix)".dependencies.libc]
- version = "0.2.172"
- 
--[target."cfg(windows)".dependencies.windows-sys]
--version = "0.61.0"
--features = ["Win32_Storage_FileSystem"]
--default-features = false
--
- [lints.clippy]
- cargo_common_metadata = "allow"
- cast_lossless = "allow"
-@@ -161,3 +156,4 @@
-     "cfg(fuzzing)",
-     'cfg(target_os, values("cygwin"))',
- ]
-+

diff --git a/uu_rm-fix-metadata.diff b/uu_rm-fix-metadata.diff
deleted file mode 100644
index 36a703f..0000000
--- a/uu_rm-fix-metadata.diff
+++ /dev/null
@@ -1,29 +0,0 @@
---- uu_rm-0.7.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ uu_rm-0.7.0/Cargo.toml	2026-03-16T17:36:57.382946+00:00
-@@ -70,25 +70,12 @@
- features = [
-     "fs",
-     "parser",
-+    "safe-traversal",
- ]
- 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"
- 
- [target."cfg(unix)".dependencies.libc]
- version = "0.2.172"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 20:25 [rpms/rust-uu_rm] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils Michel Lind

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox