public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pavol Babincak <pbabinca@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: New upstream release - 1.18
Date: Mon, 10 Aug 2026 21:45:07 GMT	[thread overview]
Message-ID: <178639830798.1.12974436155237953053.rpms-fedpkg-22f25f2f3fb0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedpkg
            Branch : 1.48-1
            Commit : 22f25f2f3fb0f61a40f4999289eea14b1d00a71c
            Author : Pavol Babincak <pbabinca@redhat.com>
            Date   : 2014-07-29T18:38:11+02:00
            Stats  : +16/-6 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedpkg/c/22f25f2f3fb0f61a40f4999289eea14b1d00a71c?branch=1.48-1

            Log:
            New upstream release - 1.18

- Remove spec file again (pbabinca)
- Remove fedpkg-fixbranches as it isn't needed anymore (pbabinca)
- Remove offtrac module as we don't use Trac for buildroot override (pbabinca)
- Default name of executable if isn't possible to determine it (pbabinca)
- Allow executable name to be used as key for configuration (pbabinca)
- completion: Add mockbuild --root completion (ville.skytta)
- completion: Assume fedpkg is installed if the completion is, no need to test
  (ville.skytta)
- fix date in 1.11-2 changelog

---
diff --git a/.gitignore b/.gitignore
index 39df60c..fe4b6a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /fedpkg-1.16.tar.bz2
 /fedpkg-1.17.tar.gz
 /fedpkg-1.17.tar.bz2
+/fedpkg-1.18.tar.bz2

diff --git a/fedpkg.spec b/fedpkg.spec
index 247d1f1..d3c655e 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           fedpkg
-Version:        1.17
-Release:        3%{?dist}
+Version:        1.18
+Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 Group:          Applications/System
@@ -44,7 +44,6 @@ Provides the fedpkg command for working with dist-git
 %{__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
-rename es.py es $RPM_BUILD_ROOT%{_libexecdir}/fedpkg-fixbranches.py
 
 
 %clean
@@ -58,12 +57,22 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/bash_completion.d
 %{_bindir}/%{name}
 %{_mandir}/*/*
-%{_libexecdir}/fedpkg-fixbranches
 # For noarch packages: sitelib
 %{python_sitelib}/*
 
 
 %changelog
+* Tue Jul 29 2014 Pavol Babincak <pbabinca@redhat.com> - 1.18-1
+- Remove spec file again (pbabinca)
+- Remove fedpkg-fixbranches as it isn't needed anymore (pbabinca)
+- Remove offtrac module as we don't use Trac for buildroot override (pbabinca)
+- Default name of executable if isn't possible to determine it (pbabinca)
+- Allow executable name to be used as key for configuration (pbabinca)
+- completion: Add mockbuild --root completion (ville.skytta)
+- completion: Assume fedpkg is installed if the completion is, no need to test
+  (ville.skytta)
+- fix date in 1.11-2 changelog
+
 * Tue Jul 29 2014 Dennis Gilmore <dennis@ausil.us> 1.17-3
 - add missing Requires
 
@@ -113,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
-* Tue Jan  6 2013 Tom Callaway <spot@fedoraproject.org> - 1.11-2
+* Sun Jan 06 2013 Tom Callaway <spot@fedoraproject.org> - 1.11-2
 - use --eval '%%undefine to unset dist values instead of nil (bz876308)
 
 * Tue Nov 06 2012 Jesse Keating <jkeating@redhat.com> - 1.11-1

diff --git a/sources b/sources
index 03a56d4..1c79f4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd39f93945fea84b95b36ad6571a19a3  fedpkg-1.17.tar.bz2
+fc341f82b9d35f967331ea558cb42125  fedpkg-1.18.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=178639830798.1.12974436155237953053.rpms-fedpkg-22f25f2f3fb0@fedoraproject.org \
    --to=pbabinca@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