From add17d3417a6fe6d8524fffba4a5dad4afa4adc7 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:43:44 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- libqmi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libqmi.spec b/libqmi.spec index f13b534..ddc515a 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -1,6 +1,6 @@ Name: libqmi Version: 1.34.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol License: LGPL-2.1-or-later URL: http://freedesktop.org/software/libqmi @@ -109,6 +109,10 @@ cp -a src/qmicli/qmicli %{buildroot}%{_datadir}/bash-completion/completions/ %changelog +* Tue Oct 29 2024 Troy Dawson - 1.34.0-8 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Jun 25 2024 Lubomir Rintel - 1.34.0-7 - Add patches for a pair of bugs that make static analysis unhappy (RHEL-38475)