Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27de6e3b82 | ||
|
|
5c5f37ed35 |
3 changed files with 8 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/mcelog-9bfaad8f92c5.tar.bz2
|
||||
/mcelog-119.tar.gz
|
||||
/mcelog-137.tar.gz
|
||||
/v153.zip
|
||||
|
|
|
|||
10
mcelog.spec
10
mcelog.spec
|
|
@ -1,12 +1,12 @@
|
|||
Summary: Tool to translate x86-64 CPU Machine Check Exception data
|
||||
Name: mcelog
|
||||
Version: 137
|
||||
Release: 4%{?dist}
|
||||
Version: 153
|
||||
Release: 1%{?dist}
|
||||
Epoch: 3
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
URL: https://github.com/andikleen/mcelog
|
||||
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/v%{version}.zip
|
||||
# note that this source OVERRIDES the one on the tarball above!
|
||||
Source1: mcelog.conf
|
||||
Source2: mcelog.service
|
||||
|
|
@ -52,7 +52,6 @@ install -p -m644 mcelog*.5 $RPM_BUILD_ROOT/%{_mandir}/man5/
|
|||
%systemd_postun_with_restart mcelog.service
|
||||
|
||||
%files
|
||||
%doc README CHANGES
|
||||
%{_sbindir}/mcelog
|
||||
%dir %{_sysconfdir}/mcelog
|
||||
%{_sysconfdir}/mcelog/triggers
|
||||
|
|
@ -61,6 +60,9 @@ install -p -m644 mcelog*.5 $RPM_BUILD_ROOT/%{_mandir}/man5/
|
|||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 22 2017 Prarit Bhargava <prarit@redhat.com> - 3:153-1
|
||||
- Update to v153
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:137-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0412cc7f0169ca4fd9dde141a72dab1b mcelog-137.tar.gz
|
||||
SHA512 (v153.zip) = 835c562ef80db57d9508efb782d8f08b5738293b60ea37592a68b6e16863690fb59051b6e97cb6e486d39abbd5324dd2adbe64c529a59c149b360a153517a714
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue