From 6cb14dd1d53dea1091d79f2861e71dee9f1a92a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 22 Apr 2022 14:03:41 +0200 Subject: [PATCH] Remove changelog from mkpasswd, it has double size of actual tool Keep Debian changelog only in whois package, which provides a bigger binary. --- whois.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/whois.spec b/whois.spec index 33062e0..e27ebf0 100644 --- a/whois.spec +++ b/whois.spec @@ -7,7 +7,7 @@ Name: whois Version: 5.5.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Improved WHOIS client License: GPLv2+ URL: http://www.linux.it/~md/software/ @@ -127,12 +127,15 @@ fi %if %{with whois_enables_mkpasswd} %files -n mkpasswd %license COPYING debian/copyright -%doc README debian/changelog +%doc README %{_bindir}/mkpasswd %{_mandir}/man1/mkpasswd.* %endif %changelog +* Fri Apr 22 2022 Petr Menšík - 5.5.12-2 +- Remove changelog from mkpasswd, it has double size of actual tool + * Fri Feb 25 2022 Petr Menšík - 5.5.12-1 - Update to 5.5.12