Accepting request 244912 from home:jones_tony:branches:Kernel:kdump

Don't package kdump.8 (also kexec.8 was already being installed by make)

OBS-URL: https://build.opensuse.org/request/show/244912
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=51
This commit is contained in:
Tony Jones 2014-08-15 22:28:14 +00:00 committed by Git OBS Bridge
parent 0189d9e681
commit 660f04e077
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 15 21:34:43 UTC 2014 - tonyj@suse.com
- Do not package kdump.8 as it is only a placeholder, full man page is provided
by kdump package (bnc#892090)
-------------------------------------------------------------------
Sat Jul 26 14:53:22 UTC 2014 - tonyj@suse.com

View File

@ -98,9 +98,8 @@ a2x -D . -d manpage -f manpage %{S:2}
%install
%makeinstall
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
install -c -m 0644 kexec/kexec.8 $RPM_BUILD_ROOT%{_mandir}/man8
install -c -m 0644 kexec-bootloader.8 $RPM_BUILD_ROOT%{_mandir}/man8
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/kdump.8
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
install -m 0755 %{S:1} $RPM_BUILD_ROOT%{_sbindir}
mkdir -p $RPM_BUILD_ROOT%{_unitdir}