public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-uu_env] rawhide: rust-coreutils internal dependency; replaced by uutils-coreutils
@ 2026-06-09 20:10 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-06-09 20:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-uu_env
Branch : rawhide
Commit : 30bc7619246f7cb6705fb162f76dc1c627e4a488
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-06-09T21:10:31+01:00
Stats : +1/-108 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-uu_env/c/30bc7619246f7cb6705fb162f76dc1c627e4a488?branch=rawhide
Log:
rust-coreutils internal dependency; replaced by uutils-coreutils
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 3d8101c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/uu_env-0.0.23.crate
-/uu_env-0.0.27.crate
-/uu_env-0.7.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 7052ad1..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-uu_env
-
-The rust-uu_env 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_env.spec b/rust-uu_env.spec
deleted file mode 100644
index f0101ee..0000000
--- a/rust-uu_env.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_env
-
-Name: rust-uu_env
-Version: 0.7.0
-Release: %autorelease
-Summary: env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND
-
-License: MIT
-URL: https://crates.io/crates/uu_env
-Source: %{crates_source}
-
-BuildRequires: cargo-rpm-macros >= 26
-
-%global _description %{expand:
-env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND.}
-
-%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
-# * env-error-backslash-c-not-allowed does not appear to be expanded;
-# * exporting LANG does not fix it
-%cargo_test -- -- --exact --skip tests::test_error_cases
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index aa7fafb..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[package]
-# avoid capitalization
-summary = "env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND"
-description = "env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND."
-
-# for binary, see rust-coreutils
-cargo-install-bin = false
-
-[tests]
-skip = [
- "tests::test_error_cases",
-]
-skip-exact = true
-comments = [
- "env-error-backslash-c-not-allowed does not appear to be expanded;",
- "exporting LANG does not fix it",
-]
diff --git a/sources b/sources
deleted file mode 100644
index 9bd9fc8..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (uu_env-0.7.0.crate) = f5b0a399be1ccf3d256dc95a6a6bd69570644e2a725b2a3b12a0921d0316fe021d0748147aa86e8349e1a29193045b023904de0f4131390ac840aed0d2732b6d
diff --git a/uu_env-fix-iteration.diff b/uu_env-fix-iteration.diff
deleted file mode 100644
index 03827c8..0000000
--- a/uu_env-fix-iteration.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/env.rs
-+++ b/src/env.rs
-@@ -165,7 +165,7 @@ fn load_config_file(opts: &mut Options)
-
- for (_, prop) in &conf {
- // ignore all INI section lines (treat them as comments)
-- for (key, value) in prop {
-+ for (key, value) in prop.iter() {
- env::set_var(key, value);
- }
- }
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 20:10 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:10 [rpms/rust-uu_env] 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