- Fix %install for new buildroot cleanout.
This commit is contained in:
parent
dae5141194
commit
71ff90cc9a
@ -1,7 +1,7 @@
|
||||
Summary: Tool to translate x86-64 CPU Machine Check Exception data.
|
||||
Name: mcelog
|
||||
Version: 0.7
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Epoch: 1
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
@ -27,6 +27,7 @@ make CFLAGS="$RPM_OPT_FLAGS -fpie -pie"
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_mandir}/man{1,8}
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/cron.hourly
|
||||
mkdir -p %{buildroot}%{_sbindir}
|
||||
install mcelog %{buildroot}%{_sbindir}/mcelog
|
||||
install mcelog.cron %{buildroot}%{_sysconfdir}/cron.hourly/mcelog.cron
|
||||
cp mcelog.8 %{buildroot}%{_mandir}/man8
|
||||
@ -44,6 +45,9 @@ rm -rf %{buildroot}
|
||||
%attr(0644,root,root) %{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 04 2009 Adam Jackson <ajax@redhat.com> 0.7-5
|
||||
- Fix %%install for new buildroot cleanout.
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user