SHA256
1
0
forked from pool/kexec-tools

Accepting request 244913 from Kernel:kdump

1

OBS-URL: https://build.opensuse.org/request/show/244913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=103
This commit is contained in:
Ludwig Nussel 2014-08-20 15:52:56 +00:00 committed by Git OBS Bridge
commit 42121aebc8
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}