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: Release 1.30-2
Date: Mon, 10 Aug 2026 21:43:17 GMT	[thread overview]
Message-ID: <178639819735.1.11800204998848219164.rpms-rpkg-3a897630f2f3@fedoraproject.org> (raw)

            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__()

                 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=178639819735.1.11800204998848219164.rpms-rpkg-3a897630f2f3@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