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_runcon] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
Date: Tue, 09 Jun 2026 20:25:48 GMT [thread overview]
Message-ID: <178103674839.1.13532299435563032799.rpms-rust-uu_runcon-ff2be30a7b3e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-uu_runcon
Branch : rawhide
Commit : ff2be30a7b3ee904353e0410e0b2460859977488
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-06-09T21:25:42+01:00
Stats : +1/-100 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-uu_runcon/c/ff2be30a7b3ee904353e0410e0b2460859977488?branch=rawhide
Log:
rust-coreutils internal dependency; replaced by uutils-coreutils
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2950a38..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/uu_runcon-0.0.27.crate
-/uu_runcon-0.7.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index a900415..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_runcon
-
-The rust-uu_runcon 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_runcon.spec b/rust-uu_runcon.spec
deleted file mode 100644
index 20dcc9b..0000000
--- a/rust-uu_runcon.spec
+++ /dev/null
@@ -1,74 +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_runcon
-
-Name: rust-uu_runcon
-Version: 0.7.0
-Release: %autorelease
-Summary: runcon ~ (uutils) run command with specified security context
-
-License: MIT
-URL: https://crates.io/crates/uu_runcon
-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_runcon-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 26
-
-%global _description %{expand:
-runcon ~ (uutils) run command with specified security context.}
-
-%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 a8158c3..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-# avoid capitalization
-summary = "runcon ~ (uutils) run command with specified security context"
-description = "runcon ~ (uutils) run command with specified security context."
-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 d70a92b..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_runcon-0.7.0.crate) = 956f29ea149d0d1b2d4a37cdaed36d3e6699eb6306b467b5f6814130c48a1f302f1a376c10586605a57a3570763e37e4f6cccb68d301fc6857e1808f43b8761d
diff --git a/uu_runcon-fix-metadata.diff b/uu_runcon-fix-metadata.diff
deleted file mode 100644
index a9df2cd..0000000
--- a/uu_runcon-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- uu_runcon-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ uu_runcon-0.7.0/Cargo.toml 2026-04-14T20:57:33.075000+00:00
-@@ -57,7 +57,7 @@
- version = "0.2.172"
-
- [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.selinux]
--version = "=0.6.0"
-+version = "0.6.0"
-
- [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.thiserror]
- version = "2.0.3"
reply other threads:[~2026-06-09 20:25 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=178103674839.1.13532299435563032799.rpms-rust-uu_runcon-ff2be30a7b3e@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