public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: New upstream release 1.23
@ 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 : 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

^ 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: New upstream release 1.23 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox