public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemtap] f44: Merge branch 'rawhide' into f44
@ 2026-09-18 0:12 Frank Ch. Eigler
0 siblings, 0 replies; only message in thread
From: Frank Ch. Eigler @ 2026-09-18 0:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/systemtap
Branch : f44
Commit : 85beb91118f9aca808324fc2c00a9a8877fbf464
Author : Frank Ch. Eigler <fche@redhat.com>
Date : 2026-09-17T20:05:12-04:00
Stats : +161/-132 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/systemtap/c/85beb91118f9aca808324fc2c00a9a8877fbf464?branch=f44
Log:
Merge branch 'rawhide' into f44
* rawhide:
rebase 5.6
Rebuilt for libxml-2.5.4
Drop redundant BuildRequires on python3-wheel when setuptools has the functionality
Rebuilt for Python 3.15.0b4 ABI change
Automated weekly systemtap rawhide release: 5.6~pre17846435g2da140e3
Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
Rebuilt for openssl 4.0
Rebuilt for Python 3.15
---
diff --git a/.gitignore b/.gitignore
index da36742..bca838d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -114,3 +114,5 @@
/systemtap-5.4~pre17585496g86ab88eb.tar.gz
/systemtap-5.4.tar.gz
/systemtap-5.5.tar.gz
+/systemtap-5.6~pre17846435g2da140e3.tar.gz
+/systemtap-5.6.tar.gz
diff --git a/sources b/sources
index 78a936a..f19c0ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (systemtap-5.5.tar.gz) = c44691a353b3d23579ef5bbc81f9f61dfaa0d2f6a232257670315eb7aef1f87196cb12b84607f06e5a1a8c022f883cead4737cd7b590fab4b6cd998e838fab2d
+SHA512 (systemtap-5.6.tar.gz) = 24d8b6c0399050b1c86aebf3cf1acab3ec31c550e37bad454c3cbf3c183ddd278d013d2729a5d43949dd59f45630a5dd9bac403a4f2f14fb67c480702818a1e2
diff --git a/systemtap.spec b/systemtap.spec
index 1a1b876..72e7954 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -40,7 +40,6 @@
%endif
%{!?with_pyparsing: %global with_pyparsing 0%{?fedora} >= 18 || 0%{?rhel} >= 7}
%{!?with_python3: %global with_python3 0%{?fedora} >= 23 || 0%{?rhel} > 7}
-%{!?with_python2_probes: %global with_python2_probes (0%{?fedora} <= 28 && 0%{?rhel} <= 7)}
%{!?with_python3_probes: %global with_python3_probes (0%{?fedora} >= 23 || 0%{?rhel} > 7)}
%{!?with_httpd: %global with_httpd 0}
%{!?with_specific_python: %global with_specific_python 0%{?fedora} >= 31}
@@ -130,8 +129,8 @@ f /var/log/stap-server/log 0644 stap-server stap-server -
Name: systemtap
# PRERELEASE
-Version: 5.5
-Release: 2%{?release_override}%{?dist}
+Version: 5.6
+Release: 1%{?release_override}%{?dist}
# for version, see also configure.ac
@@ -149,7 +148,6 @@ Release: 2%{?release_override}%{?dist}
# systemtap-runtime-java libHelperSDT.so, HelperSDT.jar, stapbm, req:-runtime
# systemtap-runtime-virthost /usr/bin/stapvirt, req:libvirt req:libxml2
# systemtap-runtime-virtguest udev rules, init scripts/systemd service, req:-runtime
-# systemtap-runtime-python2 HelperSDT python2 module, req:-runtime
# systemtap-runtime-python3 HelperSDT python3 module, req:-runtime
# systemtap-jupyter /usr/bin/stap-jupyter-* interactive-notebook req:systemtap
#
@@ -182,6 +180,9 @@ BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(libdebuginfod)
BuildRequires: pkgconfig(json-c)
%endif
+%if %{with_bpf}
+BuildRequires: pkgconfig(libbpf) >= 1.0
+%endif
%if %{with_dyninst}
BuildRequires: dyninst-devel >= 10.0
BuildRequires: pkgconfig(libselinux)
@@ -230,20 +231,11 @@ BuildRequires: pkgconfig(libvirt)
BuildRequires: pkgconfig(libxml-2.0)
%endif
BuildRequires: readline-devel
-%if %{with_python2_probes}
-BuildRequires: python2-devel
-%if 0%{?fedora} >= 1
-BuildRequires: python2-setuptools
-%else
-BuildRequires: python-setuptools
-%endif
-%endif
-%if %{with_python3}
-BuildRequires: python3
-%endif
%if %{with_python3_probes}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+BuildRequires: (python3-wheel if python3-setuptools < 70.1)
%endif
%if %{with_httpd}
@@ -381,17 +373,10 @@ Summary: Systemtap Initscripts
License: GPL-2.0-or-later
URL: https://sourceware.org/systemtap/
Requires: systemtap = %{version}-%{release}
-%if %{with_systemd}
Requires: systemd
-%else
-Requires(post): chkconfig
-Requires(preun): chkconfig
-Requires(preun): initscripts
-Requires(postun): initscripts
-%endif
%description initscript
-This package includes a SysVinit script to launch selected systemtap
+This package includes systemd service templates to launch systemtap
scripts at system startup, along with a dracut module for early
boot-time probing if supported.
@@ -475,9 +460,6 @@ Requires: crash
%if %{with_java}
Requires: systemtap-runtime-java = %{version}-%{release}
%endif
-%if %{with_python2_probes}
-Requires: systemtap-runtime-python2 = %{version}-%{release}
-%endif
%if %{with_python3_probes}
Requires: systemtap-runtime-python3 = %{version}-%{release}
%endif
@@ -498,6 +480,9 @@ Requires: stress
# testsuite/systemtap.examples/hw_watch_addr.meta
# testsuite/systemtap.examples/memory/hw_watch_sym.meta
Requires: perf
+# enumname.exp, memcheck-p4.exp, memcheck-staprun.exp,
+# parallelism-helgrind.exp, map_hash.exp
+Recommends: valgrind
%description testsuite
This package includes the dejagnu-based systemtap stress self-testing
@@ -527,18 +512,6 @@ This package includes support files needed to run systemtap scripts
that probe Java processes running on the OpenJDK runtimes using Byteman.
%endif
-%if %{with_python2_probes}
-%package runtime-python2
-Summary: Systemtap Python 2 Runtime Support
-License: GPL-2.0-or-later
-URL: https://sourceware.org/systemtap/
-Requires: systemtap-runtime = %{version}-%{release}
-
-%description runtime-python2
-This package includes support files needed to run systemtap scripts
-that probe python 2 processes.
-%endif
-
%if %{with_python3_probes}
%package runtime-python3
Summary: Systemtap Python 3 Runtime Support
@@ -546,10 +519,7 @@ License: GPL-2.0-or-later
URL: https://sourceware.org/systemtap/
Requires: systemtap-runtime = %{version}-%{release}
-%if ! (%{with_python2_probes})
-# Provide an clean upgrade path when the python2 package is removed
Obsoletes: %{name}-runtime-python2 < %{version}-%{release}
-%endif
%description runtime-python3
This package includes support files needed to run systemtap scripts
@@ -687,11 +657,6 @@ or within a container.
%else
%global python3_config --without-python3
%endif
-%if %{with_python2_probes}
-%global python2_probes_config --with-python2-probes
-%else
-%global python2_probes_config --without-python2-probes
-%endif
%if %{with_python3_probes}
%global python3_probes_config --with-python3-probes
%else
@@ -725,7 +690,7 @@ or within a container.
# We don't ship compileworthy python code, just oddball samples
%global py_auto_byte_compile 0
-%configure %{Werror_config} %{dyninst_config} %{sqlite_config} %{crash_config} %{docs_config} %{rpm_config} %{java_config} %{virt_config} %{dracut_config} %{python3_config} %{python2_probes_config} %{python3_probes_config} %{httpd_config} %{bpf_config} %{debuginfod_config} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}"
+%configure %{Werror_config} %{dyninst_config} %{sqlite_config} %{crash_config} %{docs_config} %{rpm_config} %{java_config} %{virt_config} %{dracut_config} %{python3_config} %{python3_probes_config} %{httpd_config} %{bpf_config} %{debuginfod_config} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}"
make %{?_smp_mflags} V=1
@@ -795,28 +760,15 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/systemtap
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
install -m 644 initscript/logrotate.stap-server $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/stap-server
-# If using systemd systemtap.service file, retain the old init script in %{_libexecdir} as a helper.
-%if %{with_systemd}
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
-touch $RPM_BUILD_ROOT%{_unitdir}/systemtap.service
-# RHBZ2070857
-mkdir -p $RPM_BUILD_ROOT%{_presetdir}
-echo 'enable systemtap.service' > $RPM_BUILD_ROOT%{_presetdir}/42-systemtap.preset
-install -m 644 initscript/systemtap.service $RPM_BUILD_ROOT%{_unitdir}/systemtap.service
-mkdir -p $RPM_BUILD_ROOT%{_sbindir}
-install -m 755 initscript/systemtap $RPM_BUILD_ROOT%{_sbindir}/systemtap-service
-%else
-mkdir -p $RPM_BUILD_ROOT%{initdir}
-install -m 755 initscript/systemtap $RPM_BUILD_ROOT%{initdir}
-mkdir -p $RPM_BUILD_ROOT%{_sbindir}
-ln -sf %{initdir}/systemtap $RPM_BUILD_ROOT%{_sbindir}/systemtap-service
-# TODO CHECK CORRECTNESS: symlink %{_sbindir}/systemtap-service to %{initdir}/systemtap
-%endif
+install -m 644 initscript/stap@.service $RPM_BUILD_ROOT%{_unitdir}/stap@.service
+install -m 644 initscript/staprun@.service $RPM_BUILD_ROOT%{_unitdir}/staprun@.service
+mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/systemtap
+install -m 755 initscript/stap-service-prepare $RPM_BUILD_ROOT%{_libexecdir}/systemtap/stap-service-prepare
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/systemtap
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/systemtap/conf.d
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/systemtap/script.d
-install -m 644 initscript/config.systemtap $RPM_BUILD_ROOT%{_sysconfdir}/systemtap/config
%if %{with_systemd}
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
@@ -875,6 +827,14 @@ done
%py3_shebang_fix %{buildroot}%{python3_sitearch} %{buildroot}%{_bindir}/*
%endif
+%if %{with_python3_probes}
+# setuptools may install classic egg-info or PEP 376 dist-info; package whichever exists
+: > helpersdt-metadata.files
+find %{buildroot}%{python3_sitearch} -mindepth 1 -maxdepth 1 \
+ \( -name 'HelperSDT-*.egg-info' -o -name 'helpersdt-*.dist-info' \) \
+ -printf '%%p\n' | sed "s|^%{buildroot}||" >> helpersdt-metadata.files
+%endif
+
%check
%if %{with_check}
make check RUNTESTFLAGS=environment_sanity.exp
@@ -1009,38 +969,13 @@ fi
exit 0
%post initscript
-%if %{with_systemd}
- # RHBZ2070857 - use systemd presets instead
- # /bin/systemctl enable systemtap.service >/dev/null 2>&1 || :
-%else
- /sbin/chkconfig --add systemtap
-%endif
+# Nothing to do - systemd templates are instantiated on demand
exit 0
%preun initscript
-# Check that this is the actual deinstallation of the package, as opposed to
-# just removing the old package on upgrade.
-if [ $1 = 0 ] ; then
- %if %{with_systemd}
- /bin/systemctl --no-reload disable systemtap.service >/dev/null 2>&1 || :
- /bin/systemctl stop systemtap.service >/dev/null 2>&1 || :
- %else
- /sbin/service systemtap stop >/dev/null 2>&1
- /sbin/chkconfig --del systemtap
- %endif
-fi
exit 0
%postun initscript
-# Check whether this is an upgrade of the package.
-# If so, restart the service if it's running
-if [ "$1" -ge "1" ] ; then
- %if %{with_systemd}
- /bin/systemctl condrestart systemtap.service >/dev/null 2>&1 || :
- %else
- /sbin/service systemtap condrestart >/dev/null 2>&1 || :
- %endif
-fi
exit 0
%post runtime-virtguest
@@ -1190,10 +1125,9 @@ exit 0
%{_emacs_sitestartdir}/systemtap-init.el
%{_datadir}/vim/vimfiles
%endif
-# Notice that the stap-resolve-module-function.py file is used by
-# *both* the python2 and python3 subrpms. Both subrpms use that same
-# python script to help list python probes.
-%if %{with_python3_probes} || %{with_python2_probes}
+# The stap-resolve-module-function.py file is used by the
+# python3 subrpm to help list python probes.
+%if %{with_python3_probes}
%{_libexecdir}/systemtap/python/stap-resolve-module-function.py
%dir %{_libexecdir}/systemtap/python
%exclude %{_libexecdir}/systemtap/python/stap-resolve-module-function.py?
@@ -1268,21 +1202,16 @@ exit 0
%files initscript
-%if %{with_systemd}
-%{_presetdir}/42-systemtap.preset
-%{_unitdir}/systemtap.service
-%{_sbindir}/systemtap-service
-%else
-%{initdir}/systemtap
-%{_sbindir}/systemtap-service
-%endif
+%{_unitdir}/stap@.service
+%{_unitdir}/staprun@.service
+%{_libexecdir}/systemtap/stap-service-prepare
+%{_bindir}/stap-onboot
+%{_mandir}/man8/stap-onboot.8*
%dir %{_sysconfdir}/systemtap
%dir %{_sysconfdir}/systemtap/conf.d
%dir %{_sysconfdir}/systemtap/script.d
-%config(noreplace) %{_sysconfdir}/systemtap/config
%dir %{_localstatedir}/cache/systemtap
%ghost %{_localstatedir}/run/systemtap
-%{_mandir}/man8/systemtap-service.8*
%if %{with_dracut}
%dir %{dracutstap}
%{dracutstap}/*
@@ -1322,15 +1251,9 @@ exit 0
%{_libexecdir}/systemtap/stapbm
%endif
-%if %{with_python2_probes}
-%files runtime-python2
-%{python_sitearch}/HelperSDT
-%{python_sitearch}/HelperSDT-*.egg-info
-%endif
%if %{with_python3_probes}
-%files runtime-python3
+%files runtime-python3 -f helpersdt-metadata.files
%{python3_sitearch}/HelperSDT
-%{python3_sitearch}/HelperSDT-*.egg-info
%endif
%if %{with_virthost}
@@ -1378,6 +1301,10 @@ exit 0
# PRERELEASE
%changelog
+* Thu Sep 17 2026 Frank Ch. Eigler <fche@redhat.com> - 5.6-1
+- Upstream release, see wiki page below for detailed notes.
+ https://sourceware.org/systemtap/wiki/SystemTapReleases
+
* Thu Aug 13 2026 Martin Cermak <mcermak@redhat.com> - 5.5-2
- Fix bz2515431 - stap always fails to sign modules with MOK
due to mismatched SHA1 vs SHA256 fingerprints
diff --git a/41b6fa819.patch b/41b6fa819.patch
new file mode 100644
index 0000000..6ccf072
--- /dev/null
+++ b/41b6fa819.patch
@@ -0,0 +1,52 @@
+commit 41b6fa81922e2c7ba6a19f769167160b98e42bd1
+Author: Martin Cermak <mcermak@redhat.com>
+Date: Mon Jun 1 17:40:32 2026 +0200
+
+ Use SHA1 for MOK directory naming and matching
+
+ Commit a4bd43278 (April 2026) changed SystemTap to use SHA256 instead of
+ SHA1 for certificate fingerprinting, including MOK (Machine Owner Key)
+ directory naming and matching. Mokutil (the system tool for managing
+ UEFI MOKs) is hardcoded to use SHA1 fingerprints. That commit rendered
+ SystemTap incompatible with mokutil.
+
+ Revert only the MOK fingerprint calculation back to SHA1 in
+ read_cert_info_from_file() while keeping SHA256 for the actual module
+ signing operation. This makes SystemTap's MOK directory names match what
+ mokutil displays.
+
+ Assisted-by: Anthropic Claude
+
+diff --git a/nsscommon.cxx b/nsscommon.cxx
+index 5ab59ed8e..db88f6b8f 100644
+--- a/nsscommon.cxx
++++ b/nsscommon.cxx
+@@ -1962,12 +1962,16 @@ read_cert_info_from_file (const string &certPath, string &fingerprint)
+ }
+
+ // Get the fingerprint from the signature.
+- unsigned char fingerprint_buf[32]; // SHA256_LENGTH
++ // Use SHA1 for MOK fingerprints to match mokutil behavior
++ // MOKutil always uses SHA1 fingerprints regardless of certificate signature algorithm
++ unsigned char fingerprint_buf[SHA1_LENGTH];
+ SECItem fpItem;
+- rv = PK11_HashBuf(SEC_OID_SHA256, fingerprint_buf, derCert.data, derCert.len);
++ rv = PK11_HashBuf(SEC_OID_SHA1, fingerprint_buf, derCert.data, derCert.len);
+ if (rv)
+ {
+- nsscommon_error (_F("Could not decode SHA256 fingerprint from file %s",
++ // Note: We use SHA1 for MOK fingerprints because mokutil (the UEFI MOK
++ // enrollment tool) always displays SHA1 fingerprints, not SHA256.
++ nsscommon_error (_F("Could not decode SHA1 fingerprint from file %s",
+ certPath.c_str ()));
+ goto done;
+ }
+@@ -1976,7 +1980,7 @@ read_cert_info_from_file (const string &certPath, string &fingerprint)
+ str = CERT_Hexify(&fpItem, 1);
+ if (! str)
+ {
+- nsscommon_error (_F("Could not hexify SHA256 fingerprint from file %s",
++ nsscommon_error (_F("Could not hexify SHA1 fingerprint from file %s",
+ certPath.c_str ()));
+ goto done;
+ }
diff --git a/systemtap.spec b/systemtap.spec
index 404f0a7..72e7954 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -167,6 +167,8 @@ License: GPL-2.0-or-later
URL: https://sourceware.org/systemtap/
Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz
+Patch0: 41b6fa819.patch
+
# Build*
BuildRequires: make
BuildRequires: gcc-c++
@@ -588,6 +590,7 @@ or within a container.
%prep
%setup -q
+%autopatch
%build
@@ -1302,44 +1305,89 @@ exit 0
- Upstream release, see wiki page below for detailed notes.
https://sourceware.org/systemtap/wiki/SystemTapReleases
-* Thu Sep 10 2026 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.6~pre17846435g2da140e3-4
-- Rebuilt for libxml-2.5.4
+* Thu Aug 13 2026 Martin Cermak <mcermak@redhat.com> - 5.5-2
+- Fix bz2515431 - stap always fails to sign modules with MOK
+ due to mismatched SHA1 vs SHA256 fingerprints
+
+* Fri May 01 2026 Frank Ch. Eigler <fche@redhat.com> - 5.5-1
+- Upstream release, see wiki page below for detailed notes.
+ https://sourceware.org/systemtap/wiki/SystemTapReleases
-* Mon Jul 27 2026 Miro Hrončok <mhroncok@redhat.com> - 5.6~pre17846435g2da140e3-3
-- Drop redundant BuildRequires on python3-wheel when setuptools has the functionality
+* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 5.6~pre17846435g2da140e3-2
-- Rebuilt for Python 3.15.0b4 ABI change
+* Tue Jan 13 2026 Jonathan Wakely <jwakely@fedoraproject.org> - 5.4-2
+- Patched to workaround Autoconf 2.72 incompatiblity with GCC 16
-* Tue Jul 21 2026 Frank Ch. Eigler <fche@redhat.com> - 5.6-17846435g2da140e3
+* Fri Oct 31 2025 Frank Ch. Eigler <fche@redhat.com> - 5.4-1
+- Upstream release, see wiki page below for detailed notes.
+ https://sourceware.org/systemtap/wiki/SystemTapReleases
+
+* Mon Sep 22 2025 Frank Ch. Eigler <fche@redhat.com> - 5.4-17585496g86ab88eb
- Automated weekly rawhide release
- Applied spec changes from upstream git
-* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+* Mon Sep 22 2025 Frank Ch. Eigler <fche@redhat.com> - 5.4-17585473g1fe4178d
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
-* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 5.5-3
-- Rebuilt for openssl 4.0
+* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 5.3-5
+- Rebuilt for Python 3.14.0rc3 bytecode
-* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 5.5-2
-- Rebuilt for Python 3.15
+* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 5.3-4
+- Rebuilt for Python 3.14.0rc2 bytecode
-* Fri May 01 2026 Frank Ch. Eigler <fche@redhat.com> - 5.5-1
-- Upstream release, see wiki page below for detailed notes.
- https://sourceware.org/systemtap/wiki/SystemTapReleases
+* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-* Fri Oct 31 2025 Frank Ch. Eigler <fche@redhat.com> - 5.4-1
-- Upstream release, see wiki page below for detailed notes.
- https://sourceware.org/systemtap/wiki/SystemTapReleases
+* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 5.3-2
+- Rebuilt for Python 3.14
* Fri May 02 2025 Frank Ch. Eigler <fche@redhat.com> - 5.3-1
- Upstream release, see wiki page below for detailed notes.
https://sourceware.org/systemtap/wiki/SystemTapReleases
+* Thu Feb 06 2025 Frank Ch. Eigler <fche@redhat.com> - 5.3~pre17373816g7a71d34b.5
+- Respin against dyninst 13 redux
+
+* Fri Jan 24 2025 Frank Ch. Eigler <fche@redhat.com> - 5.3~pre17373816g7a71d34b.3
+- Respin against dyninst 13, sans dyninst on i686.
+
+* Mon Jan 20 2025 Frank Ch. Eigler <fche@redhat.com> - 5.3-17373816g7a71d34b
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
+* Mon Jan 20 2025 Frank Ch. Eigler <fche@redhat.com> - 5.3-17373794g3efe129d
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
+* Sun Jan 19 2025 Frank Ch. Eigler <fche@redhat.com> - 5.3-17373422g9a48fbea
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
+* Sun Jan 19 2025 Frank Ch. Eigler <fche@redhat.com> - 5.2-17373420g1e894ff0
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
+* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
* Fri Nov 08 2024 Frank Ch. Eigler <fche@redhat.com> - 5.2-1
- Upstream release, see wiki page below for detailed notes.
https://sourceware.org/systemtap/wiki/SystemTapReleases
-
+
+* Mon Oct 07 2024 William Cohen <wcohen@redhat.com> - 5.2-17283218gc5774e18
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
+* Tue Oct 01 2024 William Cohen <wcohen@redhat.com> - 5.2-17277956g0b7f6722
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
+* Fri Aug 30 2024 Frank Ch. Eigler <fche@redhat.com> - 5.2-17250223gd07e4284
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
* Thu Aug 08 2024 Lumír Balhar <lbalhar@redhat.com> - 5.2-pre
- Final split of sdt-dtrace and sdt-devel (rhbz#2296275)
https://fedoraproject.org/wiki/Changes/Separate_dtrace_package
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-18 0:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 0:12 [rpms/systemtap] f44: Merge branch 'rawhide' into f44 Frank Ch. Eigler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox