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

A new commit has been pushed.

Repo   : rpms/rust-uu_id
Branch : rawhide
Commit : 43a6ab0e0a4aa6c05b0b4e655536b6b043a6d2f3
Author : Michel Lind <salimma@fedoraproject.org>
Date   : 2026-06-09T21:15:30+01:00
Stats  : +1/-136 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-uu_id/c/43a6ab0e0a4aa6c05b0b4e655536b6b043a6d2f3?branch=rawhide

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

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 423bec7..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/uu_id-0.0.27.crate
-/uu_id-0.7.0.crate

diff --git a/README.md b/README.md
deleted file mode 100644
index 51f960e..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_id
-
-The rust-uu_id 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_id.spec b/rust-uu_id.spec
deleted file mode 100644
index e5c9fea..0000000
--- a/rust-uu_id.spec
+++ /dev/null
@@ -1,110 +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_id
-
-Name:           rust-uu_id
-Version:        0.7.0
-Release:        %autorelease
-Summary:        id ~ (uutils) display user and group information for USER
-
-License:        MIT
-URL:            https://crates.io/crates/uu_id
-Source:         %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * loosen selinux version bound from =0.6.0 to 0.6.0
-Patch:          uu_id-fix-metadata.diff
-
-BuildRequires:  cargo-rpm-macros >= 26
-
-%global _description %{expand:
-id ~ (uutils) display user and group information for USER.}
-
-%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
-
-%package     -n %{name}+feat_selinux-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+feat_selinux-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "feat_selinux" feature of the "%{crate}" crate.
-
-%files       -n %{name}+feat_selinux-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+selinux-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+selinux-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "selinux" feature of the "%{crate}" crate.
-
-%files       -n %{name}+selinux-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+smack-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+smack-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "smack" feature of the "%{crate}" crate.
-
-%files       -n %{name}+smack-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 0f2de6b..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-# avoid capitalization
-summary = "id ~ (uutils) display user and group information for USER"
-description = "id ~ (uutils) display user and group information for USER."
-cargo-toml-patch-comments = [
-  "loosen selinux version bound from =0.6.0 to 0.6.0",
-]
-# for binary, see rust-coreutils
-cargo-install-bin = false

diff --git a/sources b/sources
deleted file mode 100644
index 026ce46..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_id-0.7.0.crate) = 61b625af19fecb08e0bca1bd870415278d7a1a4f86e593a520ccfe6d45f075c99df468bbd719564e36ec63d0179a5af3042e6ca06c505ab8c7273aa8cc925017

diff --git a/uu_id-fix-metadata.diff b/uu_id-fix-metadata.diff
deleted file mode 100644
index aa204e7..0000000
--- a/uu_id-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- uu_id-0.7.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ uu_id-0.7.0/Cargo.toml	2026-04-14T20:54:48.297000+00:00
-@@ -59,7 +59,7 @@
- version = "0.17.0"
- 
- [dependencies.selinux]
--version = "=0.6.0"
-+version = "0.6.0"
- optional = true
- 
- [dependencies.uucore]

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

only message in thread, other threads:[~2026-06-09 20:15 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:15 [rpms/rust-uu_id] 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