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/rpkg] 1.70-1: New upstream release - 1.24
Date: Mon, 10 Aug 2026 21:43:14 GMT [thread overview]
Message-ID: <178639819456.1.11079306908108908223.rpms-rpkg-af93f2d718f5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rpkg
Branch : 1.70-1
Commit : af93f2d718f53029ab77cc15389425873ffd0f2b
Author : Pavol Babincak <pbabinca@redhat.com>
Date : 2014-06-09T17:26:00+02:00
Stats : +22/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/af93f2d718f53029ab77cc15389425873ffd0f2b?branch=1.70-1
Log:
New upstream release - 1.24
- 1.24 release (pbabinca)
- Work around signed srpms (Till Maas)
- Properly raise the error (bochecha)
- Ability to skip NVR construction altogether for builds (pbabinca)
- If we failed to parse NVRE from rpm output use better error message
(pbabinca)
- If command to get NVRE printed anything to stderr log that command (pbabinca)
- Refactor: correctly split string on multi lines (pbabinca)
- Use nvr_check as an optional argument for build (pbabinca)
- 1.23 release (pbabinca)
- Use module_name setter instead of constructor parameter (pbabinca)
- Set pushurl & branch_remote by default (pbabinca)
- 1.22 release (pbabinca)
- Define module name from command line, git url and lastly from spec (pbabinca)
- Revert "Define module name from command line, git url and lastly from spec"
(pbabinca)
---
diff --git a/.gitignore b/.gitignore
index c9c79eb..7f610fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
/rpkg-1.19.tar.gz
/rpkg-1.20.tar.gz
/rpkg-1.21.tar.gz
+/rpkg-1.24.tar.gz
diff --git a/rpkg.spec b/rpkg.spec
index 5f158ae..7b44e4e 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -2,8 +2,8 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: rpkg
-Version: 1.21
-Release: 2%{?dist}
+Version: 1.24
+Release: 1%{?dist}
Summary: Utility for interacting with rpm+git packaging systems
Group: Applications/System
@@ -77,6 +77,24 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jun 09 2014 Pavol Babincak <pbabinca@redhat.com> - 1.24-1
+- 1.24 release (pbabinca)
+- Work around signed srpms (Till Maas)
+- Properly raise the error (bochecha)
+- Ability to skip NVR construction altogether for builds (pbabinca)
+- If we failed to parse NVRE from rpm output use better error message
+ (pbabinca)
+- If command to get NVRE printed anything to stderr log that command (pbabinca)
+- Refactor: correctly split string on multi lines (pbabinca)
+- Use nvr_check as an optional argument for build (pbabinca)
+- 1.23 release (pbabinca)
+- Use module_name setter instead of constructor parameter (pbabinca)
+- Set pushurl & branch_remote by default (pbabinca)
+- 1.22 release (pbabinca)
+- Define module name from command line, git url and lastly from spec (pbabinca)
+- Revert "Define module name from command line, git url and lastly from spec"
+ (pbabinca)
+
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
diff --git a/sources b/sources
index f84a000..4aeb60b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2c8ee7c915f4531e378059e741a2bb4 rpkg-1.21.tar.gz
+83e2f7b47c4ce92ffd248084559f27a6 rpkg-1.24.tar.gz
reply other threads:[~2026-08-10 21:43 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=178639819456.1.11079306908108908223.rpms-rpkg-af93f2d718f5@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