public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: New release 1.48
@ 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 : 8022c125067b3c8168973752fd8e6ef265232588
Author : Chenxiong Qi <cqi@redhat.com>
Date : 2016-12-22T10:53:01+08:00
Stats : +9/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/8022c125067b3c8168973752fd8e6ef265232588?branch=1.70-1
Log:
New release 1.48
---
diff --git a/.gitignore b/.gitignore
index 3f9ba1c..1fb298c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@
/rpkg-1.45.tar.gz
/rpkg-1.46.tar.gz
/rpkg-1.47.tar.gz
+/rpkg-1.48.tar.gz
diff --git a/rpkg.spec b/rpkg.spec
index 1d9c085..40e50df 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.47
-Release: 7%{?dist}
+Version: 1.48
+Release: 1%{?dist}
Summary: Utility for interacting with rpm+git packaging systems
Group: Applications/System
@@ -76,8 +76,8 @@ rm -rf $RPM_BUILD_ROOT
%{__install} -p -m 0644 rpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
%check
-%{__python} setup.py test
-
+nosetests tests
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Dec 22 2016 Chenxiong Qi <cqi@redhat.com> - 1.48-1
+- Better message when fail to authenticate via Kerberos - #180 (cqi)
+
* Mon Dec 19 2016 Chenxiong Qi <cqi@redhat.com> - 1.47-7
- Refactor Commands._srpmdetails (cqi)
diff --git a/sources b/sources
index 9cd4a52..289ddd3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rpkg-1.47.tar.gz) = 8c3f46d978c381dc4c41a2df9422c53d8efc1cb833f35d772644af27b205f699cd2bebe6a0ba00bc421fbcf30d288129967c2c5e264f21255634e06ad5ec4cb8
+SHA512 (rpkg-1.48.tar.gz) = edce021e422c3ec85f847ef45d7d536e860b086d75c7ba5be4d2e49dd5a45ce1885afdbd3e708f0a26069bf376c62c746bb1f2832c08d231be5969e889a941a8
^ 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.48 Chenxiong Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox