public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-podlet] rawhide: Allow shlex version 2
Date: Tue, 01 Sep 2026 13:12:34 GMT [thread overview]
Message-ID: <178826835433.1.2112974310039226882.rpms-rust-podlet-a5a2745f7fbd@fedoraproject.org> (raw)
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",
+]
reply other threads:[~2026-09-01 13:12 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=178826835433.1.2112974310039226882.rpms-rust-podlet-a5a2745f7fbd@fedoraproject.org \
--to=code@musicinmybrain.net \
--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