[rpmconf] Update rpmconf to 1.0.2-1

Miroslav Suchý msuchy at fedoraproject.org
Tue Nov 4 09:35:34 UTC 2014


commit 54356f13e811c00b3e786d798b5ceec981605a66
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Tue Nov 4 10:35:48 2014 +0100

    Update rpmconf to 1.0.2-1

 .gitignore   |    1 +
 rpmconf.spec |    6 +++++-
 sources      |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c7003d..c7fab8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ rpmconf-0.2.2.tar.gz
 /rpmconf-0.3.6.tar.gz
 /rpmconf-0.3.7.tar.gz
 /rpmconf-1.0.1.tar.gz
+/rpmconf-1.0.2.tar.gz
diff --git a/rpmconf.spec b/rpmconf.spec
index f6dab41..d9c2771 100644
--- a/rpmconf.spec
+++ b/rpmconf.spec
@@ -2,7 +2,7 @@ Name: rpmconf
 Summary: Tool to handle rpmnew and rpmsave files
 Group:   Applications/System
 License: GPLv3
-Version: 1.0.1
+Version: 1.0.2
 Release: 1%{?dist}
 URL:     http://wiki.github.com/xsuchy/rpmconf
 Source0: http://cloud.github.com/downloads/xsuchy/rpmconf/%{name}-%{version}.tar.gz
@@ -10,6 +10,7 @@ BuildArch: noarch
 BuildRequires: docbook-utils
 BuildRequires: docbook-dtd31-sgml
 Requires: %{name}-base
+Requires: rpm-python3
 
 %description
 This tool search for .rpmnew, .rpmsave and .rpmorig files and ask you what to do
@@ -45,6 +46,9 @@ mkdir %{buildroot}%{_datadir}/rpmconf
 %dir %{_datadir}/rpmconf
 
 %changelog
+* Tue Nov 04 2014 Miroslav Suchý <msuchy at redhat.com> 1.0.2-1
+- require rpm-python3
+
 * Wed Oct 29 2014 Miroslav Suchý <msuchy at redhat.com> 1.0.1-1
 - migrate to python3
 - handle symlinks correctly
diff --git a/sources b/sources
index 6f17741..e1aaf0f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec19ac76e63212c18f72d25ed606dcc1  rpmconf-1.0.1.tar.gz
+8cb0c2b89ec4238bba276bba1747e89b  rpmconf-1.0.2.tar.gz


More information about the scm-commits mailing list