From 0cc567c8dd61441b71382f197a991aa7f26d308d Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Nov 27 2015 08:12:47 +0000 Subject: Update rpmconf to 1.0.15-1 Resolves: #1277025 - handle broken symlinks --- diff --git a/.gitignore b/.gitignore index db74ad2..ee3eb85 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ rpmconf-0.2.2.tar.gz /rpmconf-1.0.12.tar.gz /rpmconf-1.0.13.tar.gz /rpmconf-1.0.14.tar.gz +/rpmconf-1.0.15.tar.gz diff --git a/rpmconf.spec b/rpmconf.spec index 579bb3e..9baa277 100644 --- a/rpmconf.spec +++ b/rpmconf.spec @@ -1,7 +1,7 @@ Name: rpmconf Summary: Tool to handle rpmnew and rpmsave files License: GPLv3 -Version: 1.0.14 +Version: 1.0.15 Release: 1%{?dist} URL: http://wiki.github.com/xsuchy/rpmconf # source is created by: @@ -18,7 +18,7 @@ Requires: python3-rpmconf Requires: rpm-python3 BuildRequires: rpm-python3 #check -#BuildRequires: python3-pylint +BuildRequires: python3-pylint BuildRequires: python3-six # mergetools Suggests: diffuse @@ -70,8 +70,8 @@ install -D -m 644 docs/build/man/rpmconf.3 %{buildroot}%{_mandir}/man3/rpmconf.3 mkdir -p %{buildroot}%{_datadir}/rpmconf/ %check -#python3-pylint --reports=n %{buildroot}%{_sbindir}/rpmconf -#python3-pylint --reports=n %{buildroot}%{python3_sitelib}/rpmconf/rpmconf.py +python3-pylint --reports=n %{buildroot}%{_sbindir}/rpmconf +python3-pylint --reports=n %{buildroot}%{python3_sitelib}/rpmconf/rpmconf.py %files %license LICENSE @@ -92,6 +92,9 @@ mkdir -p %{buildroot}%{_datadir}/rpmconf/ %dir %{_datadir}/rpmconf %changelog +* Fri Nov 27 2015 Miroslav Suchý 1.0.15-1 +- 1277025 - handle broken symlinks + * Tue Nov 24 2015 Miroslav Suchý 1.0.14-1 - we use utf8 - call python3 directly diff --git a/sources b/sources index 1c99af9..cbd85b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -899bfa257f2fc54a309b58b4aa85ca65 rpmconf-1.0.14.tar.gz +d7094eb090aab98233f56a2917d5413d rpmconf-1.0.15.tar.gz