Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/rasdaemon/rasdaemon.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"rasdaemon-0.8.0.tar.bz2": "ef0b8df430746b3907f8d0808e7fdd1f8bf2ebdfa098a4f8db1edbf89a760349"
"rasdaemon-0.8.1.tar.bz2": "3cb5bbb2091cd278a394674259256bb7ff8f1eba8f2462c67e5172dccda0bebe"
}
}
9 changes: 7 additions & 2 deletions SPECS/rasdaemon/rasdaemon.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: rasdaemon
Version: 0.8.0
Version: 0.8.1
Release: 1%{?dist}
Summary: Utility to receive RAS error tracings
License: GPLv2
Expand Down Expand Up @@ -72,9 +72,14 @@ rm INSTALL %{buildroot}/usr/include/*.h
%{_mandir}/*/*
%{_unitdir}/*.service
%{_sysconfdir}/ras/dimm_labels.d
%{_sysconfdir}/ras/triggers/mc_event_trigger
%{_sysconfdir}/ras/triggers/mem_fail_trigger
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}

%changelog
* Wed Aug 05 2026 Andy Zaugg <azaugg@linkedin.com> - 0.8.1-1
- Update to version 0.8.1. License verified.

* Wed May 22 2024 Chris Co <chrco@microsoft.com> - 0.8.0-1
- Update to version 0.8.0. From Fedora 40. License verified.

Expand Down Expand Up @@ -183,4 +188,4 @@ rm INSTALL %{buildroot}/usr/include/*.h
- Updated to version 0.4.0 and added support for mce, aer and sqlite3 storage

* Mon May 20 2013 Mauro Carvalho Chehab <mchehab@redhat.com> 0.3.0-1
- Package created
- Package created
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26303,8 +26303,8 @@
"type": "other",
"other": {
"name": "rasdaemon",
"version": "0.8.0",
"downloadUrl": "http://www.infradead.org/~mchehab/rasdaemon/rasdaemon-0.8.0.tar.bz2"
"version": "0.8.1",
"downloadUrl": "http://www.infradead.org/~mchehab/rasdaemon/rasdaemon-0.8.1.tar.bz2"
}
}
},
Expand Down
Loading