!180 Move rpm-build's manpages to rpm-build package

From: @bigclouds99 
Reviewed-by: @xujing99 
Signed-off-by: @xujing99
This commit is contained in:
openeuler-ci-bot 2022-11-15 13:04:00 +00:00 committed by Gitee
commit 6d1a82dd03
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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