public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Release 1.30-2
@ 2026-08-10 21:43 Pavol Babincak
  0 siblings, 0 replies; only message in thread
From: Pavol Babincak @ 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 : 3a897630f2f3cc518182a92fa84ca9f20c121273
            Author : Pavol Babincak <pbabinca@redhat.com>
            Date   : 2014-12-03T21:31:08+01:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpkg/c/3a897630f2f3cc518182a92fa84ca9f20c121273?branch=1.70-1

            Log:
            Release 1.30-2

- Use %%{__python} instead of %%{__python2} as it might be not defined

---
diff --git a/rpkg.spec b/rpkg.spec
index ac53be8..1dec523 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -3,7 +3,7 @@
 
 Name:           rpkg
 Version:        1.30
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
 Group:          Applications/System
@@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__install} -p -m 0644 rpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %check
-%{__python2} setup.py test
+%{__python} setup.py test
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 03 2014 Pavol Babincak <pbabinca@redhat.com> - 1.30-2
+- Use %%{__python} instead of %%{__python2} as it might be not defined
+
 * Wed Oct 08 2014 Pavol Babincak <pbabinca@redhat.com> - 1.30-1
 - add python-nose as BuildRequires as run tests in check section (pbabinca)
 - pass extra data to the Commands object via properties instead of __init__()

^ 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: Release 1.30-2 Pavol Babincak

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