public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/keychain] rawhide: drop redundant BR python3-devel
@ 2026-07-27  2:08 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-27  2:08 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-27  2:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27  2:08 [rpms/keychain] rawhide: drop redundant BR python3-devel Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox