rasdaemon.spec: update to work with version 0.8.0
README was renamed to README.md and it now requires libtraceevent. Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
1faaf59cca
commit
fafd5c3b2e
@ -1,5 +1,5 @@
|
|||||||
Name: rasdaemon
|
Name: rasdaemon
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Utility to receive RAS error tracings
|
Summary: Utility to receive RAS error tracings
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -15,9 +15,11 @@ BuildRequires: gettext-devel
|
|||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
BuildRequires: libtraceevent-devel
|
||||||
Provides: bundled(kernel-event-lib)
|
Provides: bundled(kernel-event-lib)
|
||||||
Requires: hwdata
|
Requires: hwdata
|
||||||
Requires: perl-DBD-SQLite
|
Requires: perl-DBD-SQLite
|
||||||
|
Requires: libtraceevent
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
Requires: dmidecode
|
Requires: dmidecode
|
||||||
%endif
|
%endif
|
||||||
@ -63,7 +65,7 @@ install -D -p -m 0655 misc/rasdaemon.env %{buildroot}%{_sysconfdir}/sysconfig/%{
|
|||||||
rm INSTALL %{buildroot}/usr/include/*.h
|
rm INSTALL %{buildroot}/usr/include/*.h
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog COPYING README TODO
|
%doc AUTHORS ChangeLog COPYING README.md TODO
|
||||||
%{_sbindir}/rasdaemon
|
%{_sbindir}/rasdaemon
|
||||||
%{_sbindir}/ras-mc-ctl
|
%{_sbindir}/ras-mc-ctl
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
@ -72,6 +74,10 @@ rm INSTALL %{buildroot}/usr/include/*.h
|
|||||||
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
|
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Sat Feb 18 2023 Mauro Carvalho Chehab <mchehab@kernel.org> 0.8.0
|
||||||
|
- Bump to version 0.8.0 using libtraceevent.
|
||||||
|
|
||||||
* Sat Jan 21 2023 Mauro Carvalho Chehab <mchehab@kernel.org> 0.7.0
|
* Sat Jan 21 2023 Mauro Carvalho Chehab <mchehab@kernel.org> 0.7.0
|
||||||
- Bump to version 0.7.0 with several fixes and additions
|
- Bump to version 0.7.0 with several fixes and additions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user