public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Dist-Zilla] rawhide: Fix bash completition
@ 2026-09-15 13:30
0 siblings, 0 replies; only message in thread
From: @ 2026-09-15 13:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Dist-Zilla
Branch : rawhide
Commit : 20baf5db7bd92a9b022a7b1f6b68494b522a26f9
Author : Michal Josef Špaček <mspacek@redhat.com>
Date : 2026-09-15T15:01:29+02:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Dist-Zilla/c/20baf5db7bd92a9b022a7b1f6b68494b522a26f9?branch=rawhide
Log:
Fix bash completition
---
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index 4ff514a..1b33cb7 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 13:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 13:30 [rpms/perl-Dist-Zilla] rawhide: 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