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_tail] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
Date: Tue, 09 Jun 2026 20:31:55 GMT	[thread overview]
Message-ID: <178103711547.1.10249695582560028230.rpms-rust-uu_tail-b6319bbb518f@fedoraproject.org> (raw)

A new commit has been pushed.

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

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

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

diff --git a/README.md b/README.md
deleted file mode 100644
index bb3f1d2..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_tail
-
-The rust-uu_tail 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_tail.spec b/rust-uu_tail.spec
deleted file mode 100644
index 3ceec73..0000000
--- a/rust-uu_tail.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_tail
-
-Name:           rust-uu_tail
-Version:        0.7.0
-Release:        %autorelease
-Summary:        tail ~ (uutils) display the last lines of input
-
-License:        MIT
-URL:            https://crates.io/crates/uu_tail
-Source:         %{crates_source}
-# Automatically generated patch to strip dependencies and normalize metadata
-Patch:          uu_tail-fix-metadata-auto.diff
-# Manually created patch for downstream crate metadata changes
-# * relax notify dependency from =8.y.z to 8.y.z
-# * drop dependency on its macos_kqueue
-Patch:          uu_tail-fix-metadata.diff
-
-BuildRequires:  cargo-rpm-macros >= 26
-
-%global _description %{expand:
-tail ~ (uutils) display the last lines of input.}
-
-%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.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 c279bb4..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-# avoid capitalization
-summary = "tail ~ (uutils) display the last lines of input"
-description = "tail ~ (uutils) display the last lines of input."
-
-# for binary, see rust-coreutils
-cargo-install-bin = false
-
-cargo-toml-patch-comments = [
-  "relax notify dependency from =8.y.z to 8.y.z",
-  "drop dependency on its macos_kqueue",
-]

diff --git a/sources b/sources
deleted file mode 100644
index 8fb166c..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_tail-0.7.0.crate) = 562f23250c43a5e73e9ab3f18e9a17f18caeb3878915d4a0d553ddf038feb3b98969f09cdf0122d252e86d3f25bdee1f7869e1a2302c0c2922cf1fa2816fac93

diff --git a/uu_tail-fix-metadata-auto.diff b/uu_tail-fix-metadata-auto.diff
deleted file mode 100644
index c979db3..0000000
--- a/uu_tail-fix-metadata-auto.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- uu_tail-0.7.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ uu_tail-0.7.0/Cargo.toml	2026-03-16T20:19:52.925987+00:00
-@@ -84,14 +84,6 @@
- features = ["fs"]
- default-features = false
- 
--[target."cfg(windows)".dependencies.windows-sys]
--version = "0.61.0"
--features = [
--    "Win32_System_Threading",
--    "Win32_Foundation",
--]
--default-features = false
--
- [lints.clippy]
- cargo_common_metadata = "allow"
- cast_lossless = "allow"
-@@ -155,3 +147,4 @@
-     "cfg(fuzzing)",
-     'cfg(target_os, values("cygwin"))',
- ]
-+

diff --git a/uu_tail-fix-metadata.diff b/uu_tail-fix-metadata.diff
deleted file mode 100644
index 07c8ed2..0000000
--- a/uu_tail-fix-metadata.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- uu_tail-0.7.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ uu_tail-0.7.0/Cargo.toml	2026-03-16T20:19:52.927947+00:00
-@@ -61,8 +61,7 @@
- version = "2.7.2"
- 
- [dependencies.notify]
--version = "=8.2.0"
--features = ["macos_kqueue"]
-+version = "8.2.0"
- 
- [dependencies.same-file]
- version = "1.0.6"

                 reply	other threads:[~2026-06-09 20:31 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=178103711547.1.10249695582560028230.rpms-rust-uu_tail-b6319bbb518f@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