public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: New release 1.54
@ 2026-08-10 21:43 Chenxiong Qi
0 siblings, 0 replies; only message in thread
From: Chenxiong Qi @ 2026-08-10 21:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rpkg
Branch : 1.70-1
Commit : b1a9759bd53c4d92e572fc9b912e2f915215d49b
Author : Chenxiong Qi <cqi@redhat.com>
Date : 2018-05-11T15:21:28+08:00
Stats : +20/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/b1a9759bd53c4d92e572fc9b912e2f915215d49b?branch=1.70-1
Log:
New release 1.54
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
---
diff --git a/.gitignore b/.gitignore
index aeda98f..635ad6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@
/rpkg-1.51.tar.gz
/rpkg-1.52.tar.gz
/rpkg-1.53.tar.gz
+/rpkg-1.54.tar.gz
diff --git a/rpkg.spec b/rpkg.spec
index e36bf99..ae0a151 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -2,8 +2,8 @@
%{!?python2_sitelib: %global python2_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: rpkg
-Version: 1.53
-Release: 2%{?dist}
+Version: 1.54
+Release: 1%{?dist}
Summary: Python library for interacting with rpm+git
License: GPLv2+ and LGPLv2
@@ -240,6 +240,22 @@ nosetests tests
%changelog
+* Fri May 11 2018 Chenxiong Qi <cqi@redhat.com> - 1.54-1
+- Pass the -s/--set-default-stream to mbs-manager for module local builds.
+ (jkaluza)
+- Write mock config correctly when run in Py 3 (cqi)
+- Add --with and --without options to 'local' - rhbz#1533416 (tmz)
+- Add a test for 3f93433 (cqi)
+- Raise error if rpm command returns non-zero (cqi)
+- Use getpass.getuser() instead of pwd.getpwuid(os.getuid())[0] (jpopelka)
+- Allow setting custom MBS config file and config section in rpkg.conf.
+ (jkaluza)
+- Remove py35 testenv (cqi)
+- Ignore .env and tags (cqi)
+- Remove question mark from giturl (cqi)
+- Added custom ArgumentParser (supports allow_abbrev) (jkucera)
+- Grab the correct first line in case of rpm output (zebob.m)
+
* Mon Apr 16 2018 Chenxiong Qi <cqi@redhat.com> - 1.53-2
- Require python2-koji 1.15 as the minimum version
- Refine BuildRequires
diff --git a/sources b/sources
index 7a6fcdb..69b38e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rpkg-1.53.tar.gz) = 3c8b88570ad8015813642cfbdedf73873fdce91c39a5d2e46b5138b42f8d13c0d10e2204b1d47739079ef40070d4823ea54bb82f55f8ab3d285afc51066851f1
+SHA512 (rpkg-1.54.tar.gz) = b0a281c1297f2348ba504563d7ff8d32229de7b71cb2d812220a0e024abc8c8175ce19f034ed0f9b358a1f591b75d818972f58ce94f8838e2e9161f7ac913700
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:43 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:43 [rpms/rpkg] 1.70-1: New release 1.54 Chenxiong Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox