Move rpm-build's manpages to rpm-build binery package

This commit is contained in:
yuelg 2022-11-15 09:44:43 +08:00
parent 7c645408cd
commit d9b5856b8f

View File

@ -1,6 +1,6 @@
Name: rpm
Version: 4.17.0
Release: 14
Release: 15
Summary: RPM Package Manager
License: GPLv2+
URL: http://www.rpm.org/
@ -316,6 +316,10 @@ make check || (cat tests/rpmtests.log; exit 0)
%{_bindir}/rpmbuild
%{_bindir}/gendiff
%{_bindir}/rpmspec
%{_mandir}/man1/gendiff.1*
%{_mandir}/man8/rpmbuild.8.gz
%{_mandir}/man8/rpmdeps.8.gz
%{_mandir}/man8/rpmspec.8.gz
%{_rpmconfigdir}/brp-*
%{_rpmconfigdir}/check-*
@ -352,9 +356,14 @@ make check || (cat tests/rpmtests.log; exit 0)
%{_mandir}/man8/rpm*.8*
%exclude %{_mandir}/man8/rpm-plugin-systemd-inhibit.8*
%exclude %{_mandir}/man8/rpm-plugin-dbus-announce.8*
%{_mandir}/man1/gendiff.1*
%exclude %{_mandir}/man8/rpmbuild.8.gz
%exclude %{_mandir}/man8/rpmdeps.8.gz
%exclude %{_mandir}/man8/rpmspec.8.gz
%changelog
* Tue Nov 15 2022 yuelg<yuelg@chinaunicom.cn> - 4.17.0-15
- Move rpm-build's help to rpm binary package
* Mon Nov 14 2022 wuzx<wuzx1226@qq.com> - 4.17.0-14
- Add sw64 architecture