Compare commits

...

1 Commits

Author SHA1 Message Date
7e9a83b9e7 import CS libkdumpfile-0.5.4-1.el9 2025-03-11 07:38:14 +00:00
3 changed files with 14 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libkdumpfile-0.5.2.tar.gz SOURCES/libkdumpfile-0.5.4.tar.gz

View File

@ -1 +1 @@
1770835d08f36a8ed2afa7f891742dc42a395637 SOURCES/libkdumpfile-0.5.2.tar.gz 193217e1a703afac73f9c9ed99d46a9ae7111df7 SOURCES/libkdumpfile-0.5.4.tar.gz

View File

@ -2,8 +2,8 @@
%global addrlibsover 3 %global addrlibsover 3
Name: libkdumpfile Name: libkdumpfile
Version: 0.5.2 Version: 0.5.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: Kernel coredump file access Summary: Kernel coredump file access
License: LGPL-3.0-or-later OR GPL-2.0-or-later License: LGPL-3.0-or-later OR GPL-2.0-or-later
@ -123,6 +123,16 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
%{_bindir}/showxlat %{_bindir}/showxlat
%changelog %changelog
* Tue Nov 12 2024 Philipp Rudo <prudo@redhat.com> - 0.5.4-1
- Rebase to upstream v0.5.4
Resolves: RHEL-67143
* Wed May 15 2024 Tao Liu <ltao@redhat.com> - 0.5.2-4
- Add tests/ directory
* Fri May 03 2024 Philipp Rudo <prudo@redhat.com> - 0.5.2-3
- Add gating.yaml to RHEL9 libkdumpfile
* Wed Jul 26 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.5.2-1 * Wed Jul 26 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.5.2-1
- Update to 0.5.2 - Update to 0.5.2
- Use SPDX license identifiers - Use SPDX license identifiers