Fix regression in selftest introduced in 0.0.31-3
Resolves: RHEL-100318 Signed-off-by: Philipp Rudo <prudo@redhat.com>
This commit is contained in:
parent
2676f48a03
commit
743f2e96bd
@ -15,7 +15,7 @@ scripting in Python.}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.0.31
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Programmable debugger
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
@ -125,6 +125,9 @@ cp -PR man/drgn.1* %{buildroot}%{_mandir}/man1
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 16 2025 Philipp Rudo <prudo@redhat.com> - 0.0.31-4
|
||||
- Fix regression in selftest introduced in 0.0.31-3
|
||||
|
||||
* Thu Jul 3 2025 Philipp Rudo <prudo@redhat.com> - 0.0.31-3
|
||||
- Add man page for drgn
|
||||
Resolves: RHEL-100318
|
||||
|
@ -31,7 +31,7 @@
|
||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
PACKAGE="python-drgn"
|
||||
PACKAGES="drgn python3-devel python3-setuptools sed python3-pytest gcc-c++ make bzip2-devel elfutils-devel libkdumpfile-devel xz-devel autoconf automake libtool zlib-devel"
|
||||
PACKAGES="drgn python3-devel python3-setuptools python3-sphinx sed python3-pytest gcc-c++ make bzip2-devel elfutils-devel libkdumpfile-devel xz-devel autoconf automake libtool zlib-devel"
|
||||
UPSTREAMPKG="python-drgn-*"
|
||||
BUILDLOG=`mktemp`
|
||||
TESTLOG=`mktemp`
|
||||
|
@ -11,6 +11,7 @@
|
||||
- drgn
|
||||
- python3-devel
|
||||
- python3-setuptools
|
||||
- python3-sphinx
|
||||
- sed
|
||||
- python3-pytest
|
||||
- gcc-c++
|
||||
|
Loading…
Reference in New Issue
Block a user