public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/keychain] rawhide: drop redundant BR python3-devel
Date: Mon, 27 Jul 2026 02:08:10 GMT [thread overview]
Message-ID: <178511809054.1.2252102379227148838.rpms-keychain-961b580bc1be@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/keychain
Branch : rawhide
Commit : 961b580bc1be08c68706ac4cb178abde1fb82282
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-26T23:08:00-03:00
Stats : +4/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/keychain/c/961b580bc1be08c68706ac4cb178abde1fb82282?branch=rawhide
Log:
drop redundant BR python3-devel
---
diff --git a/keychain.spec b/keychain.spec
index cb30fb1..f88a0e6 100644
--- a/keychain.spec
+++ b/keychain.spec
@@ -9,9 +9,8 @@ Source1: %{name}.sh
Source2: %{name}.csh
Source3: README.Fedora
BuildArch: noarch
-BuildRequires: python3-devel
-BuildRequires: pyproject-rpm-macros
BuildRequires: help2man
+BuildRequires: pyproject-rpm-macros
%description
Keychain is a manager for OpenSSH, ssh.com, Sun SSH and GnuPG agents.
@@ -23,7 +22,7 @@ local machine is rebooted.
%prep
%autosetup
-cp %{SOURCE3} .
+cp -p %{SOURCE3} .
%generate_buildrequires
%pyproject_buildrequires
@@ -34,8 +33,8 @@ cp %{SOURCE3} .
%install
%pyproject_install
%pyproject_save_files keychain
-install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
-install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh
+install -d -m 0755 %{buildroot}%{_sysconfdir}/profile.d
+install -p -m 0644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/
# Generate man page
mkdir -p %{buildroot}%{_mandir}/man1
reply other threads:[~2026-07-27 2:08 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=178511809054.1.2252102379227148838.rpms-keychain-961b580bc1be@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--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