public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: Add build dependency on bash-completion
Date: Mon, 10 Aug 2026 21:45:14 GMT	[thread overview]
Message-ID: <178639831448.1.14295113880598123577.rpms-fedpkg-8259386cee63@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedpkg
            Branch : 1.48-1
            Commit : 8259386cee630009deb9d7ec75e28714f0020a27
            Author : Lubomír Sedlář <lsedlar@redhat.com>
            Date   : 2016-06-02T10:14:46+02:00
            Stats  : +5/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedpkg/c/8259386cee630009deb9d7ec75e28714f0020a27?branch=1.48-1

            Log:
            Add build dependency on bash-completion

This should fix the location of file we install: it should be wherever
pkg-config tells us.

---
diff --git a/fedpkg.spec b/fedpkg.spec
index 7dfe833..1b581f5 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -8,7 +8,7 @@
 
 Name:           fedpkg
 Version:        1.23
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 Group:          Applications/System
@@ -31,6 +31,7 @@ BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools, pkgconfig
 # We br these things for man page generation due to imports
 BuildRequires:  pyrpkg >= 1.43, fedora-cert
+BuildRequires:  bash-completion
 # This until fedora-cert gets fixed
 BuildRequires:  python-fedora, packagedb-cli > 2.2
 # For testing
@@ -77,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 02 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.23-2
+- Add build dep on bash-completion
+
 * Thu Mar 31 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.23-1
 - Fix fedpkg retire with namespace
 - Enable test suite during build

                 reply	other threads:[~2026-08-10 21:45 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=178639831448.1.14295113880598123577.rpms-fedpkg-8259386cee63@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