public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/keychain] rawhide: update to 3.0.0_beta2 + silent rpmlint due keychain manpage
Date: Sat, 25 Jul 2026 18:47:23 GMT	[thread overview]
Message-ID: <178500524388.1.16146716595879112003.rpms-keychain-2b71433ae1cf@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/keychain
            Branch : rawhide
            Commit : 2b71433ae1cfc1d6b7a30c4c0188a5e9004554f8
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-07-23T19:26:27-03:00
            Stats  : +8/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/keychain/c/2b71433ae1cfc1d6b7a30c4c0188a5e9004554f8?branch=rawhide

            Log:
            update to 3.0.0_beta2 + silent rpmlint due keychain manpage

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/keychain.spec b/keychain.spec
index bb4ea15..661d3d9 100644
--- a/keychain.spec
+++ b/keychain.spec
@@ -1,6 +1,6 @@
 Name:           keychain
 Summary:        Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG
-Version:        3.0.0_beta1
+Version:        3.0.0_beta2
 Release:        %autorelease
 License:        GPL-3.0-only
 URL:            https://kernel-seeds.org/projects/keychain/
@@ -11,6 +11,7 @@ Source3:        README.Fedora
 BuildArch:      noarch
 BuildRequires:  python3-devel
 BuildRequires:  pyproject-rpm-macros
+BuildRequires:  help2man
 
 %description
 Keychain is a manager for OpenSSH, ssh.com, Sun SSH and GnuPG agents.
@@ -36,12 +37,17 @@ cp %{SOURCE3} .
 install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
 install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh
 
+# Generate man page
+mkdir -p %{buildroot}%{_mandir}/man1
+PYTHONPATH=%{buildroot}%{python3_sitelib} help2man --no-info --name="Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG" --version-string="%{version}" %{buildroot}%{_bindir}/%{name} -o %{buildroot}%{_mandir}/man1/%{name}.1
+
 %files -f %{pyproject_files}
 %license LICENSE
 %doc ChangeLog.md README.md README.Fedora
 %config(noreplace) %{_sysconfdir}/profile.d/%{name}.sh
 %config(noreplace) %{_sysconfdir}/profile.d/%{name}.csh
 %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
 
 %check
 %pyproject_check_import

diff --git a/sources b/sources
index 9b65482..c99c959 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (keychain-3.0.0_beta1.tar.gz) = 25c0a0e4b3b0ee5fd4e31b1b1013473dc64f35d9215c9b2a8219c8e5954187ade71e9eac21b034345d757806202537397ac0ee317d704aa51ea6b4e028dcabda
+SHA512 (keychain-3.0.0_beta2.tar.gz) = 892859f4c1a2c291adb0309d38772a2425f0ec8103e54cf803b417bac301906fb4de19e25a2cea9928b51f9ab70b29899b6e6d9faaf03698d0ed716d5f833cf6

                 reply	other threads:[~2026-07-25 18:47 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=178500524388.1.16146716595879112003.rpms-keychain-2b71433ae1cf@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --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