public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-keyring-linter] epel9: Allow clap_mangen 0.3
@ 2026-09-10 6:13 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-10 6:13 UTC (permalink / raw)
To: git-commits
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"]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 6:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 6:13 [rpms/rust-sequoia-keyring-linter] epel9: Allow clap_mangen 0.3 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