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-sequoia-keyring-linter] epel9: Allow clap_mangen 0.3
Date: Thu, 10 Sep 2026 06:13:34 GMT [thread overview]
Message-ID: <178902081435.1.9407814905232188296.rpms-rust-sequoia-keyring-linter-609e6b4f6fbd@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-sequoia-keyring-linter
Branch : epel9
Commit : 609e6b4f6fbd97c2bc804d730ef7125b43e4fb46
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-10T07:07:44+01:00
Stats : +24/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-keyring-linter/c/609e6b4f6fbd97c2bc804d730ef7125b43e4fb46?branch=epel9
Log:
Allow clap_mangen 0.3
---
diff --git a/rust-sequoia-keyring-linter.spec b/rust-sequoia-keyring-linter.spec
index 3cdcbf5..7082140 100644
--- a/rust-sequoia-keyring-linter.spec
+++ b/rust-sequoia-keyring-linter.spec
@@ -1,5 +1,5 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global crate sequoia-keyring-linter
@@ -17,9 +17,11 @@ Source: %{crates_source}
# * exclude files that are only useful for upstream development
# * bump rpassword dependency from 6 to 7
# * bump assert_cmd dev-dependency from 1.0.1 to 2.0.0
+# * allow clap_mangen 0.3; downstream-only because this is unmaintained
+# (obsoleted by `sq cert lint` upstream)
Patch: sequoia-keyring-linter-fix-metadata.diff
-# https://gitlab.com/sequoia-pgp/keyring-linter/-/merge_requests/9
-Patch: 0001-build-fix-file-names-for-generated-manpage-and-shell.patch
+# * https://gitlab.com/sequoia-pgp/keyring-linter/-/merge_requests/9
+Patch10: 0001-build-fix-file-names-for-generated-manpage-and-shell.patch
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index c4aa3bd..319af59 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,6 +5,10 @@ cargo-toml-patch-comments = [
"exclude files that are only useful for upstream development",
"bump rpassword dependency from 6 to 7",
"bump assert_cmd dev-dependency from 1.0.1 to 2.0.0",
+ """\
+allow clap_mangen 0.3; downstream-only because this is unmaintained \
+(obsoleted by `sq cert lint` upstream)\
+""",
]
extra-files = [
"%{_mandir}/man1/sq-keyring-linter*",
@@ -13,6 +17,13 @@ extra-files = [
"%{zsh_completions_dir}/_sq-keyring-linter",
]
+[[package.extra-patches]]
+number = 10
+file = "0001-build-fix-file-names-for-generated-manpage-and-shell.patch"
+comments = [
+ "https://gitlab.com/sequoia-pgp/keyring-linter/-/merge_requests/9",
+]
+
[scripts]
install.post = [
"# install manual pages",
diff --git a/sequoia-keyring-linter-fix-metadata.diff b/sequoia-keyring-linter-fix-metadata.diff
index 5960363..83e1abf 100644
--- a/sequoia-keyring-linter-fix-metadata.diff
+++ b/sequoia-keyring-linter-fix-metadata.diff
@@ -1,5 +1,5 @@
--- sequoia-keyring-linter-1.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-keyring-linter-1.0.1/Cargo.toml 2024-04-22T16:56:43.854929+00:00
++++ sequoia-keyring-linter-1.0.1/Cargo.toml 2026-09-10T06:07:20.265170+00:00
@@ -32,6 +32,10 @@
license = "GPL-2.0-or-later"
repository = "https://gitlab.com/sequoia-pgp/keyring-linter"
@@ -29,8 +29,12 @@
[dev-dependencies.predicates]
version = "1.0.5"
-@@ -89,9 +93,9 @@
- version = "0.2"
+@@ -86,12 +90,12 @@
+ version = "4.0"
+
+ [build-dependencies.clap_mangen]
+-version = "0.2"
++version = ">=0.2,<0.4"
[features]
-crypto-cng = ["sequoia-openpgp/crypto-cng"]
reply other threads:[~2026-09-10 6:13 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=178902081435.1.9407814905232188296.rpms-rust-sequoia-keyring-linter-609e6b4f6fbd@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