[rebase-helper: 2/3] Add requires on pkgdiff

Tomas Hozza thozza at fedoraproject.org
Tue Jul 8 14:18:55 UTC 2014


commit 10b0dad9e6c1b391c15830315e72fc447d58dde7
Author: Tomas Hozza <thozza at redhat.com>
Date:   Tue Jul 8 16:14:17 2014 +0200

    Add requires on pkgdiff
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 rebase-helper.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/rebase-helper.spec b/rebase-helper.spec
index 44cedfb..a652945 100644
--- a/rebase-helper.spec
+++ b/rebase-helper.spec
@@ -1,10 +1,11 @@
 %global rebasename rebasehelper
 %global rebaseversion 0.3.0dev
-%global gitrelease 0.3.20140624git
+%global gittag 20140624git
+%global gitrelease 0.3.%{gittag}
 
 Name:           rebase-helper
 Version:        0.3.0
-Release:        %{gitrelease}%{?dist}
+Release:        0.4%{?gittag:.%{gittag}}%{?dist}
 Summary:        The tool which helps you with rebase package
 
 License:        GPLv2+
@@ -16,7 +17,7 @@ BuildRequires:  pyliblzma
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 
-Requires:       mock, rpm-build
+Requires:       mock, rpm-build, pkgdiff
 
 %description
 Rebase-Helper is a tool to help package maintainers to update
@@ -46,6 +47,9 @@ rm -rf %{name}.egg-info
 %{python2_sitelib}/%{rebasename}-%{rebaseversion}-py?.?.egg-info
 
 %changelog
+* Tue Jul 08 2014 Tomas Hozza <thozza at redhat.com> - 0.3.0-0.4.20140624git
+- Add requires on pkgdiff
+
 * Mon Jun 23 2014 Petr Hracek <phracek at redhat.com> - 0.3.0-0.3.20140624git
 - Include LICENSE text file
 - use __python2 macros


More information about the scm-commits mailing list