import crash-gcore-command-1.6.3-1.el9
This commit is contained in:
parent
c421b47a19
commit
aaac327893
@ -1 +1 @@
|
|||||||
3a653aa4c140c7675d105ab0c40d202d9b2be232 SOURCES/crash-gcore-command-1.6.2.tar.gz
|
70f9352418f658080e988d5b7e7d3b4ce6a98f99 SOURCES/crash-gcore-command-1.6.3.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/crash-gcore-command-1.6.2.tar.gz
|
SOURCES/crash-gcore-command-1.6.3.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: Gcore extension module for the crash utility
|
Summary: Gcore extension module for the crash utility
|
||||||
Name: crash-gcore-command
|
Name: crash-gcore-command
|
||||||
Version: 1.6.2
|
Version: 1.6.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Source0: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
URL: https://github.com/fujitsu/crash-gcore
|
URL: https://github.com/fujitsu/crash-gcore
|
||||||
@ -21,7 +21,7 @@ running in a kernel dump file.
|
|||||||
%autosetup -n %{reponame}-%{version}
|
%autosetup -n %{reponame}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build -C src -f gcore.mk
|
%make_build CFLAGS="%{optflags} -Wl,-z,now" -C src -f gcore.mk
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -m 0755 -d %{buildroot}%{_libdir}/crash/extensions
|
install -m 0755 -d %{buildroot}%{_libdir}/crash/extensions
|
||||||
@ -34,6 +34,15 @@ install -m 0755 -t %{buildroot}%{_libdir}/crash/extensions %{_builddir}/%{repona
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 27 2021 Lianbo Jiang <lijiang@redhat.com> - 1.6.3-1
|
||||||
|
- Rebase to upstream 1.6.3
|
||||||
|
|
||||||
|
* Wed Dec 15 2021 Lianbo Jiang <lijiang@redhat.com> - 1.6.2-5
|
||||||
|
- Rebuild for the compatibility issue
|
||||||
|
|
||||||
|
* Tue Dec 07 2021 Lianbo Jiang <lijiang@redhat.com> - 1.6.2-4
|
||||||
|
- Fix the hardening issue "FAIL: bind-now test because not linked with -Wl,-z,now"
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.2-3
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.2-3
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user