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_yes] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
Date: Tue, 09 Jun 2026 20:38:44 GMT [thread overview]
Message-ID: <178103752468.1.7988690140755055463.rpms-rust-uu_yes-91380c66ba17@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-uu_yes
Branch : rawhide
Commit : 91380c66ba17b2caf41378249702c1fe9a11d9ef
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-06-09T21:38:38+01:00
Stats : +1/-106 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-uu_yes/c/91380c66ba17b2caf41378249702c1fe9a11d9ef?branch=rawhide
Log:
rust-coreutils internal dependency; replaced by uutils-coreutils
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8a0a02a..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/uu_yes-0.0.23.crate
-/uu_yes-0.0.27.crate
-/uu_yes-0.7.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 781f533..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_yes
-
-The rust-uu_yes 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_yes.spec b/rust-uu_yes.spec
deleted file mode 100644
index 876844c..0000000
--- a/rust-uu_yes.spec
+++ /dev/null
@@ -1,73 +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_yes
-
-Name: rust-uu_yes
-Version: 0.7.0
-Release: %autorelease
-Summary: yes ~ (uutils) repeatedly display a line with STRING (or 'y')
-
-License: MIT
-URL: https://crates.io/crates/uu_yes
-Source: %{crates_source}
-# Automatically generated patch to strip dependencies and normalize metadata
-Patch: uu_yes-fix-metadata-auto.diff
-
-BuildRequires: cargo-rpm-macros >= 26
-
-%global _description %{expand:
-yes ~ (uutils) repeatedly display a line with STRING (or 'y').}
-
-%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 f1b1b7d..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[package]
-# avoid capitalization
-summary = "yes ~ (uutils) repeatedly display a line with STRING (or 'y')"
-description = "yes ~ (uutils) repeatedly display a line with STRING (or 'y')."
-
-# for binary, see rust-coreutils
-cargo-install-bin = false
diff --git a/sources b/sources
deleted file mode 100644
index 4900a40..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_yes-0.7.0.crate) = 93f10d5659ab3b1edce275bfbdd08f5e4727e9843740736a1b74d4b9a393d26d15a02302f8a669e30ac3f9deea0d5c2732ce3f010895b6d02eca835091ccc7b3
diff --git a/uu_yes-fix-metadata-auto.diff b/uu_yes-fix-metadata-auto.diff
deleted file mode 100644
index 548e57c..0000000
--- a/uu_yes-fix-metadata-auto.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- uu_yes-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ uu_yes-0.7.0/Cargo.toml 2026-03-16T22:14:02.725401+00:00
-@@ -56,11 +56,6 @@
-
- [dependencies.itertools]
- version = "0.14.0"
--
--[target."cfg(not(unix))".dependencies.uucore]
--version = "0.7.0"
--features = ["pipes"]
--package = "uucore"
-
- [target."cfg(unix)".dependencies.uucore]
- version = "0.7.0"
-@@ -133,3 +128,4 @@
- "cfg(fuzzing)",
- 'cfg(target_os, values("cygwin"))',
- ]
-+
reply other threads:[~2026-06-09 20:38 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=178103752468.1.7988690140755055463.rpms-rust-uu_yes-91380c66ba17@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