From 9256c8635480670d4741faa814dee1a9e48630a7 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:37:09 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- biosdevname.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/biosdevname.spec b/biosdevname.spec index 880a56f..82bda88 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,6 +1,6 @@ Name: biosdevname Version: 0.7.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Udev helper for naming devices per BIOS names # * biosdevname is GPL-2.0-only @@ -57,6 +57,9 @@ make install install-data DESTDIR=%{buildroot} %{_mandir}/man1/%{name}.1* %changelog +* Mon Jun 24 2024 Troy Dawson - 0.7.3-18 +- Bump release for June 2024 mass rebuild + * Mon May 20 2024 Michal Sekletar - 0.7.3-17 - Pull down latest updates from upstream (RHEL-24108)