From 65b4cedb3e4dfd75e920790188f6d96fd38bb118 Mon Sep 17 00:00:00 2001 From: Tomas Pelka Date: Thu, 13 Aug 2026 16:01:17 +0200 Subject: [PATCH] Release bump to solve repo content Resolves: RHEL-240154 --- libxmlb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libxmlb.spec b/libxmlb.spec index a575f04..9effad1 100644 --- a/libxmlb.spec +++ b/libxmlb.spec @@ -3,7 +3,7 @@ Summary: Library for querying compressed XML metadata Name: libxmlb Version: 0.3.28 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ URL: https://github.com/hughsie/%{name} Source0: https://github.com/hughsie/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz @@ -97,6 +97,10 @@ Executable and data files for installed tests. %{_datadir}/installed-tests/libxmlb/libxmlb.test %changelog +* Thu Aug 13 2026 Tomas Pelka 0.3.28-2 +- Release bump to solve repo content +- Resolves: RHEL-240154 + * Thu Jul 02 2026 Richard Hughes 0.3.28-1 - New upstream release for fwupd backport - Resolves: RHEL-190658