new release
This commit is contained in:
parent
79299fbc71
commit
317fc2503a
@ -1 +1 @@
|
||||
mcelog-0.3.tar.gz
|
||||
mcelog-0.4.tar.gz
|
||||
|
||||
11
mcelog.spec
11
mcelog.spec
@ -1,11 +1,11 @@
|
||||
Summary: Tool to translate x86-64 CPU Machine Check Exception data.
|
||||
Name: mcelog
|
||||
Version: 0.3
|
||||
Version: 0.4
|
||||
Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})
|
||||
Serial: 1
|
||||
Epoch: 1
|
||||
Group: System Environment/Base
|
||||
License: GPL
|
||||
Source0: mcelog-0.3.tar.gz
|
||||
Source0: mcelog-0.4.tar.gz
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
@ -22,7 +22,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p %{buildroot}/usr/sbin
|
||||
mkdir -p %{buildroot}/usr/share/man
|
||||
|
||||
cd mcelog-0.3
|
||||
cd mcelog-0.4
|
||||
make CFLAGS="$RPM_OPT_FLAGS"
|
||||
cd ..
|
||||
|
||||
@ -46,6 +46,9 @@ chmod -R a-s %{buildroot}
|
||||
%attr(0644,root,root) %{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 9 2005 Dave Jones <davej@redhat.com>
|
||||
- Update to upstream 0.4
|
||||
|
||||
* Thu Jan 27 2005 Dave Jones <davej@redhat.com>
|
||||
- Initial packaging.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user