public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dennis Gilmore <dennis@ausil.us>
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: add missing Requires
Date: Mon, 10 Aug 2026 21:45:07 GMT [thread overview]
Message-ID: <178639830754.1.9334916335033625418.rpms-fedpkg-79f8e278c9af@fedoraproject.org> (raw)
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
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=178639830754.1.9334916335033625418.rpms-fedpkg-79f8e278c9af@fedoraproject.org \
--to=dennis@ausil.us \
--cc=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