public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-podlet] rawhide: Allow shlex version 2
@ 2026-09-01 13:12 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-01 13:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-podlet
Branch : rawhide
Commit : a5a2745f7fbd8d51543ea64a21060cc4a96c1589
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-31T08:44:31+01:00
Stats : +17/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-podlet/c/a5a2745f7fbd8d51543ea64a21060cc4a96c1589?branch=rawhide
Log:
Allow shlex version 2
---
diff --git a/podlet-fix-metadata.diff b/podlet-fix-metadata.diff
new file mode 100644
index 0000000..ecc93fb
--- /dev/null
+++ b/podlet-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- podlet-0.3.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ podlet-0.3.2/Cargo.toml 2026-08-31T07:44:17.664399+00:00
+@@ -75,7 +75,7 @@
+ version = "0.9.21"
+
+ [dependencies.shlex]
+-version = "1.3"
++version = ">=1.3, <3.0"
+
+ [dependencies.smart-default]
+ version = "0.7"
diff --git a/rust-podlet.spec b/rust-podlet.spec
index cff5b0d..9ce36dd 100644
--- a/rust-podlet.spec
+++ b/rust-podlet.spec
@@ -11,6 +11,9 @@ Summary: Generate Podman Quadlet files
License: MPL-2.0
URL: https://crates.io/crates/podlet
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Allow shlex version 2: https://github.com/containers/podlet/pull/227
+Patch: podlet-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index be002fc..7bcddbb 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,3 +1,5 @@
[package]
summary = "Generate Podman Quadlet files"
-
+cargo-toml-patch-comments = [
+ "Allow shlex version 2: https://github.com/containers/podlet/pull/227",
+]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-01 13:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 13:12 [rpms/rust-podlet] rawhide: Allow shlex version 2 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox