Remove changelog from mkpasswd, it has double size of actual tool
Keep Debian changelog only in whois package, which provides a bigger binary.
This commit is contained in:
parent
8153d31da4
commit
6cb14dd1d5
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: whois
|
Name: whois
|
||||||
Version: 5.5.12
|
Version: 5.5.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Improved WHOIS client
|
Summary: Improved WHOIS client
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.linux.it/~md/software/
|
URL: http://www.linux.it/~md/software/
|
||||||
@ -127,12 +127,15 @@ fi
|
|||||||
%if %{with whois_enables_mkpasswd}
|
%if %{with whois_enables_mkpasswd}
|
||||||
%files -n mkpasswd
|
%files -n mkpasswd
|
||||||
%license COPYING debian/copyright
|
%license COPYING debian/copyright
|
||||||
%doc README debian/changelog
|
%doc README
|
||||||
%{_bindir}/mkpasswd
|
%{_bindir}/mkpasswd
|
||||||
%{_mandir}/man1/mkpasswd.*
|
%{_mandir}/man1/mkpasswd.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 22 2022 Petr Menšík <pemensik@redhat.com> - 5.5.12-2
|
||||||
|
- Remove changelog from mkpasswd, it has double size of actual tool
|
||||||
|
|
||||||
* Fri Feb 25 2022 Petr Menšík <pemensik@redhat.com> - 5.5.12-1
|
* Fri Feb 25 2022 Petr Menšík <pemensik@redhat.com> - 5.5.12-1
|
||||||
- Update to 5.5.12
|
- Update to 5.5.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user