public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chenxiong Qi <cqi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: New release 1.29
Date: Mon, 10 Aug 2026 21:45:24 GMT [thread overview]
Message-ID: <178639832466.1.16403315758313809374.rpms-fedpkg-4d6c0fd21dda@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedpkg
Branch : 1.48-1
Commit : 4d6c0fd21ddab13fdaefb8bd85d60d39263656bf
Author : Chenxiong Qi <cqi@redhat.com>
Date : 2017-08-17T15:08:43+08:00
Stats : +39/-16 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/4d6c0fd21ddab13fdaefb8bd85d60d39263656bf?branch=1.48-1
Log:
New release 1.29
---
diff --git a/.gitignore b/.gitignore
index 678b6d9..59f5440 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/fedpkg-1.26.tar.bz2
/fedpkg-1.27.tar.bz2
/fedpkg-1.28.tar.bz2
+/fedpkg-1.29.tar.bz2
diff --git a/fedpkg.spec b/fedpkg.spec
index 942f7c2..110152d 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -7,8 +7,8 @@
%endif
Name: fedpkg
-Version: 1.28
-Release: 2%{?dist}
+Version: 1.29
+Release: 1%{?dist}
Summary: Fedora utility for working with dist-git
Group: Applications/System
@@ -16,24 +16,28 @@ License: GPLv2+
URL: https://pagure.io/fedpkg
Source0: https://pagure.io/releases/fedpkg/%{name}-%{version}.tar.bz2
-Requires: redhat-rpm-config
-Requires: pyrpkg >= 1.47
-Requires: python-pycurl, koji, python-fedora
-Requires: fedora-cert, bodhi-client, packagedb-cli > 2.2
-Requires: packagedb-cli
-%if 0%{?rhel} == 5 || 0%{?rhel} == 4
-Requires: python-kitchen
-%endif
-
BuildArch: noarch
-BuildRequires: python-devel, python-setuptools, pkgconfig
+
+BuildRequires: pkgconfig
+BuildRequires: python-devel
+BuildRequires: python-setuptools
# We br these things for man page generation due to imports
-BuildRequires: pyrpkg >= 1.44, fedora-cert
+BuildRequires: pyrpkg >= 1.44
+BuildRequires: fedora-cert
BuildRequires: bash-completion
# This until fedora-cert gets fixed
-BuildRequires: python-fedora, packagedb-cli > 2.2
+BuildRequires: python-fedora
# For testing
-BuildRequires: python-nose, python-mock, git
+BuildRequires: git
+BuildRequires: python-nose
+BuildRequires: python-mock
+
+Requires: bodhi-client
+Requires: fedora-cert
+Requires: pyrpkg >= 1.47
+Requires: python-fedora
+Requires: python-pycurl
+Requires: redhat-rpm-config
%description
@@ -92,6 +96,24 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Aug 17 2017 Chenxiong Qi <cqi@redhat.com> - 1.29-1
+- Remove unused variable in Commands.retire (cqi)
+- No more pkgdb. (rbean)
+- Add --arches to build completions (ville.skytta)
+- Add ppc64le to arch completions (ville.skytta)
+- Explain how to write a note in multiple lines in update template - #123 (cqi)
+- Remove code that handles secondary arch (cqi)
+- Simplify passing arguments when creating Command object - #14 (cqi)
+- Set koji profile for secondary arch immediately (cqi)
+- Use profile to load Koji configuration - #97 (cqi)
+- Remove push.default from clone_default - #109 (cqi)
+- remove special handling of s390 specific packages (dan)
+- Replace fedorahosted.org with pagure.io in manpage - #113 (cqi)
+- Remove tracbaseurl from conf file - #112 (cqi)
+- Set disttag properly (cqi)
+- koji stage config moved, update fedpkg defaults (maxamillion)
+- Specific help of --release for fedpkg - rhbz#1054440 (cqi)
+
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 3e81f62..f416efe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedpkg-1.28.tar.bz2) = 5f7c8cdc79b05484a43ce7a97ae36d7c3cdf949affcf5238c02bcba5ef01705b5f48682f47677a1fe619ed7dd4a4dedafb9dbfdeb7470269152ffd41be0ef874
+SHA512 (fedpkg-1.29.tar.bz2) = 2f37a45b6480506685db834289334a862ab4d0e33ee7eea3036083df6d00457df0a1e45d6aba16eda055c2c2bb0c2dfda751ab2a18ea6734f66d26371aaf6e20
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=178639832466.1.16403315758313809374.rpms-fedpkg-4d6c0fd21dda@fedoraproject.org \
--to=cqi@redhat.com \
--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