public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: add missing Requires
@ 2026-08-10 21:45 Dennis Gilmore
0 siblings, 0 replies; only message in thread
From: Dennis Gilmore @ 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 : 79f8e278c9af96665c67e4247e306307350043a0
Author : Dennis Gilmore <dennis@ausil.us>
Date : 2014-07-29T06:03:38-05:00
Stats : +6/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/79f8e278c9af96665c67e4247e306307350043a0?branch=1.48-1
Log:
add missing Requires
---
diff --git a/fedpkg.spec b/fedpkg.spec
index 1e08527..247d1f1 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -3,7 +3,7 @@
Name: fedpkg
Version: 1.17
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Fedora utility for working with dist-git
Group: Applications/System
@@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: pyrpkg >= 1.13, redhat-rpm-config
Requires: python-pycurl, koji, python-fedora
-Requires: fedora-cert, python-offtrac, bodhi-client
+Requires: fedora-cert, python-offtrac, bodhi-client, packagedb-cli > 2.2
Requires: packagedb-cli
%if 0%{?rhel} == 5 || 0%{?rhel} == 4
Requires: python-kitchen
@@ -25,7 +25,7 @@ BuildRequires: python-devel, python-setuptools, python-offtrac
# We br these things for man page generation due to imports
BuildRequires: pyrpkg, fedora-cert
# This until fedora-cert gets fixed
-BuildRequires: python-fedora, packagedb-cli
+BuildRequires: python-fedora, packagedb-cli > 2.2
%description
@@ -41,7 +41,6 @@ Provides the fedpkg command for working with dist-git
%install
-#rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%{__install} -d $RPM_BUILD_ROOT%{_mandir}/man1
%{__install} -p -m 0644 fedpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
@@ -65,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Jul 29 2014 Dennis Gilmore <dennis@ausil.us> 1.17-3
+- add missing Requires
+
* Fri Jul 04 2014 Pavol Babincak <pbabinca@redhat.com> - 1.17-2
- Use tar.bz2 archive which spec expects instead of tar.gz
^ 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 missing Requires Dennis Gilmore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox