From e8644ca2fa6bcf785cc2854cfa03edb2651dc732 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:42:34 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- libmbim.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libmbim.spec b/libmbim.spec index 42e2908..8877dbb 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -1,6 +1,6 @@ Name: libmbim Version: 1.30.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Support library for the Mobile Broadband Interface Model protocol License: LGPL-2.1-or-later URL: https://gitlab.freedesktop.org/mobile-broadband/libmbim/ @@ -97,6 +97,10 @@ cp -a src/mbimcli/mbimcli %{buildroot}%{_datadir}/bash-completion/completions/ %changelog +* Tue Oct 29 2024 Troy Dawson - 1.30.0-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Jun 25 2024 Lubomir Rintel - 1.30.0-5 - Add patches for a pair of bugs that make static analysis unhappy (RHEL-38475)