[hxtools] Add missing GPG signature

Till Maas till at fedoraproject.org
Mon Aug 18 20:54:44 UTC 2014


commit 01273bef587e2d579b527c90ee3511508e07e086
Author: Till Maas <opensource at till.name>
Date:   Mon Aug 18 22:27:55 2014 +0200

    Add missing GPG signature
    
    - Fix man page removal

 .gitignore   |    1 +
 hxtools.spec |   12 ++++++++----
 sources      |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c9d77a..f451fa7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /hxtools-20130605.tar.xz
 /hxtools-20140325.tar.xz
 /hxtools-20140703.tar.xz
+/hxtools-20140703.tar.asc
diff --git a/hxtools.spec b/hxtools.spec
index 984fdfb..b78411d 100644
--- a/hxtools.spec
+++ b/hxtools.spec
@@ -1,6 +1,6 @@
 Name:           hxtools
 Version:        20140703
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A collection of several tools
 # fd0ssh: LGPLv2 or LGPLv3
 # git-forest: GPLv2+
@@ -12,7 +12,7 @@ URL:            http://inai.de/projects/hxtools/
 # Verify it like this:
 # xzdec hxtools-%{version}.tar.xz | gpg --verify hxtools-%{version}.tar.asc -
 Source0:        http://inai.de/files/hxtools/hxtools-%{version}.tar.xz
-#Source1:        http://inai.de/files/hxtools/hxtools-%{version}.tar.asc
+Source1:        http://inai.de/files/hxtools/hxtools-%{version}.tar.asc
 BuildRequires:  libHX-devel
 # for sys/capability.h in printcaps.c
 BuildRequires:  libcap-devel
@@ -143,8 +143,8 @@ rm "%{buildroot}%{_mandir}/man1/bin2c.1"*
 rm "%{buildroot}%{_mandir}/man1/cctypeinfo.1"*
 rm "%{buildroot}%{_mandir}/man1/checkbrack.1"*
 rm "%{buildroot}%{_mandir}/man1/clock_info.1"*
-rm "%{buildroot}%{_mandir}/man1/clt2bdf.1.gz"
-rm "%{buildroot}%{_mandir}/man1/clt2pbm.1.gz"
+rm "%{buildroot}%{_mandir}/man1/clt2bdf.1"*
+rm "%{buildroot}%{_mandir}/man1/clt2pbm.1"*
 rm "%{buildroot}%{_mandir}/man1/cwdiff.1"*
 rm "%{buildroot}%{_mandir}/man1/declone.1"*
 rm "%{buildroot}%{_mandir}/man1/diff2php.1"*
@@ -203,6 +203,10 @@ rm "%{buildroot}%{_mandir}/man8/xfs_irecover.8"*
 %{_mandir}/man1/peicon.1*
 
 %changelog
+* Mon Aug 18 2014 Till Maas <opensource at till.name> - 20140703-3
+- Add missing GPG signature
+- Fix man page removal
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20140703-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 537cb4e..613af9f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
+c0f615333ece3419e5bb106ffcd87ce8  hxtools-20140703.tar.asc
 d0dd512b80c3ae8d2502a84315a5eb0d  hxtools-20140703.tar.xz


More information about the scm-commits mailing list