pbabinca pushed to rpkg (f20). "Release 1.30-2 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 14 11:57:15 UTC 2015


>From 3a897630f2f3cc518182a92fa84ca9f20c121273 Mon Sep 17 00:00:00 2001
From: Pavol Babincak <pbabinca at redhat.com>
Date: Wed, 3 Dec 2014 21:31:08 +0100
Subject: 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 at redhat.com> - 1.30-2
+- Use %%{__python} instead of %%{__python2} as it might be not defined
+
 * Wed Oct 08 2014 Pavol Babincak <pbabinca at 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__()
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rpkg.git/commit/?h=f20&id=3a897630f2f3cc518182a92fa84ca9f20c121273


More information about the scm-commits mailing list