public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: Add build dependency on bash-completion
@ 2026-08-10 21:45
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 21:45 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:45 [rpms/fedpkg] 1.48-1: Add build dependency on bash-completion
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox