public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: New upstream release 1.23
Date: Mon, 10 Aug 2026 21:45:13 GMT [thread overview]
Message-ID: <178639831357.1.5872393647989083559.rpms-fedpkg-093f2b9fc05b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedpkg
Branch : 1.48-1
Commit : 093f2b9fc05b3839f979c94728af59de4e356a34
Author : Lubomír Sedlář <lsedlar@redhat.com>
Date : 2016-03-31T13:38:50+02:00
Stats : +17/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/093f2b9fc05b3839f979c94728af59de4e356a34?branch=1.48-1
Log:
New upstream release 1.23
---
diff --git a/.gitignore b/.gitignore
index 51d086d..95fb7d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/fedpkg-1.20.tar.bz2
/fedpkg-1.21.tar.bz2
/fedpkg-1.22.tar.bz2
+/fedpkg-1.23.tar.bz2
diff --git a/fedpkg.spec b/fedpkg.spec
index 16dc33e..b990ddb 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -7,8 +7,8 @@
%endif
Name: fedpkg
-Version: 1.22
-Release: 3%{?dist}
+Version: 1.23
+Release: 1%{?dist}
Summary: Fedora utility for working with dist-git
Group: Applications/System
@@ -28,9 +28,11 @@ Requires: python-kitchen
BuildArch: noarch
BuildRequires: python-devel, python-setuptools, pkgconfig
# We br these things for man page generation due to imports
-BuildRequires: pyrpkg, fedora-cert
+BuildRequires: pyrpkg >= 1.43, fedora-cert
# This until fedora-cert gets fixed
BuildRequires: python-fedora, packagedb-cli > 2.2
+# For testing
+BuildRequires: python-nose, python-mock, git
%description
@@ -51,6 +53,12 @@ Provides the fedpkg command for working with dist-git
%{__install} -p -m 0644 fedpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
+%check
+git config --global user.email "test@example.com"
+git config --global user.name "A Packager"
+nosetests
+
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -67,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Mar 31 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.23-1
+- Fix fedpkg retire with namespace
+- Enable test suite during build
+
* Sun Mar 20 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.22-3
- Bump dependency on rpkg
diff --git a/sources b/sources
index df36d85..6d1df0e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-b09a6da8b5b70c9db7a85a36a5a630ba fedpkg-1.21.tar.bz2
-cca507f0be7955932be5e1a9b4d0f38e fedpkg-1.22.tar.bz2
+e09cc757f5062ab0d5cac6cbf65c64e2 fedpkg-1.23.tar.bz2
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=178639831357.1.5872393647989083559.rpms-fedpkg-093f2b9fc05b@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