public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: New upstream release - 1.22
@ 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 : 667dc71006a9eec3b737f263ae8d79e6971c8392
Author : Lubomír Sedlář <lsedlar@redhat.com>
Date   : 2016-03-14T19:33:00+01:00
Stats  : +22/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fedpkg/c/667dc71006a9eec3b737f263ae8d79e6971c8392?branch=1.48-1

Log:
New upstream release - 1.22

---
diff --git a/.gitignore b/.gitignore
index c25c2bd..51d086d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /fedpkg-1.19.tar.bz2
 /fedpkg-1.20.tar.bz2
 /fedpkg-1.21.tar.bz2
+/fedpkg-1.22.tar.bz2

diff --git a/fedpkg.spec b/fedpkg.spec
index f92a5e5..7718ac6 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -1,15 +1,20 @@
 # sitelib for noarch packages, sitearch for others (remove the unneeded one)
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
+%define compdir %(pkg-config --variable=completionsdir bash-completion)
+%if "%{compdir}" == ""
+%define compdir "/etc/bash_completion.d"
+%endif
+
 Name:           fedpkg
-Version:        1.21
-Release:        2%{?dist}
+Version:        1.22
+Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 Group:          Applications/System
 License:        GPLv2+
-URL:            http://fedorahosted.org/fedpkg
-Source0:        http://fedorahosted.org/releases/f/e/fedpkg/fedpkg-%{version}.tar.bz2
+URL:            http://pagure.io/fedpkg
+Source0:        http://pagure.io/releases/fedpkg/fedpkg-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       pyrpkg >= 1.33, redhat-rpm-config
@@ -21,7 +26,7 @@ Requires:       python-kitchen
 %endif
 
 BuildArch:      noarch
-BuildRequires:  python-devel, python-setuptools
+BuildRequires:  python-devel, python-setuptools, pkgconfig
 # We br these things for man page generation due to imports
 BuildRequires:  pyrpkg, fedora-cert
 # This until fedora-cert gets fixed
@@ -54,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING README
 %config(noreplace) %{_sysconfdir}/rpkg
-%{_sysconfdir}/bash_completion.d/%{name}.bash
+%(dirname %{compdir})
 %{_bindir}/%{name}
 %{_mandir}/*/*
 # For noarch packages: sitelib
@@ -62,6 +67,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 14 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.22-1
+- Update upstream URL (lsedlar)
+- Fix bash completion. (lsedlar)
+- add container-build bash completion and enable distgit namepacing (provided
+  by pyrpkg) (maxamillion)
+- Install bash completion to where bash-completion.pc says (ville.skytta)
+- flake8 fixes (ville.skytta)
+- Python 3 compatibility fixes (ville.skytta)
+
 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 

diff --git a/sources b/sources
index 6b7e3db..df36d85 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 b09a6da8b5b70c9db7a85a36a5a630ba  fedpkg-1.21.tar.bz2
+cca507f0be7955932be5e1a9b4d0f38e  fedpkg-1.22.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.22 

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