public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Dist-Zilla] f44: Fix bash completition
@ 2026-09-15 16:45 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-15 16:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Dist-Zilla
Branch : f44
Commit : 0e6775130a1c039e676ee38d355dfa66edbecc2d
Author : Michal Josef Špaček <mspacek@redhat.com>
Date   : 2026-09-15T15:49:59+02:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Dist-Zilla/c/0e6775130a1c039e676ee38d355dfa66edbecc2d?branch=f44

Log:
Fix bash completition

---
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index 1ae2ab3..416dbcd 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -189,7 +189,7 @@ EOF
 chmod +x %{buildroot}%{_libexecdir}/%{name}/test
 %{_fixperms} %{buildroot}/*
 # install bash_completion script
-install -D -m 0644 misc/dzil-bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/dzil
+install -Dpm 0644 misc/dzil-bash_completion %{buildroot}%{bash_completions_dir}/dzil
 
 %check
 make test
@@ -201,7 +201,7 @@ make test
 %{_bindir}/dzil
 %{_mandir}/man1/*
 %{_mandir}/man3/*
-%{_sysconfdir}/bash_completion.d
+%{bash_completions_dir}/dzil
 
 %files tests
 %{_libexecdir}/%{name}
@@ -209,6 +209,7 @@ make test
 %changelog
 * Tue Sep 15 2026 Michal Josef Špaček <mspacek@redhat.com> - 6.039-1
 - 6.039 bump
+- Fix bash completition
 - Package tests
 - Remove nonsense filter
 

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

only message in thread, other threads:[~2026-09-15 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 16:45 [rpms/perl-Dist-Zilla] f44: Fix bash completition 

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