public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Dist-Zilla] rawhide: Fix bash completition
Date: Tue, 15 Sep 2026 13:30:14 GMT [thread overview]
Message-ID: <178947901431.1.13398521497803763896.rpms-perl-Dist-Zilla-20baf5db7bd9@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-15 13:30 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=178947901431.1.13398521497803763896.rpms-perl-Dist-Zilla-20baf5db7bd9@fedoraproject.org \
--to=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