From e7c7d9b339a2b80c6c7fe9e11cc1bac1306be52a Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 9 Aug 2021 22:46:23 +0200 Subject: [PATCH] Remove timestamp to make the man pages non-conflicting Resolves: #1915251 --- Judy.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Judy.spec b/Judy.spec index e49fa17..6caa961 100644 --- a/Judy.spec +++ b/Judy.spec @@ -1,6 +1,6 @@ Name: Judy Version: 1.0.5 -Release: 27%{?dist} +Release: 28%{?dist} Summary: General purpose dynamic array License: LGPLv2+ URL: http://sourceforge.net/projects/judy/ @@ -73,6 +73,9 @@ rm -f doc/Makefile* doc/ext/README_deliver [ -s doc/ext/COPYRIGHT ] || rm -f doc/ext/COPYRIGHT [ -s doc/ext/LICENSE ] || rm -f doc/ext/LICENSE +# multi-lib trick - remove the timestamp from the man page comment +sed -i -e 's|\(Auto-translated to nroff.*\.\./tool/jhton at\).*$|\1 |' %{buildroot}%{_mandir}/man3/J*.3* + %check cd test ./Checkit @@ -91,6 +94,10 @@ cd - %{_mandir}/man3/J*.3* %changelog +* Mon Aug 09 2021 Honza Horak - 1.0.5-28 +- Remove timestamp to make the man pages non-conflicting + Resolves: #1915251 + * Mon Aug 09 2021 Mohan Boddu - 1.0.5-27 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688