From 4d65f5849e52cda39f8d1360d112d76b7f441d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Fri, 27 Oct 2023 13:17:52 +0200 Subject: [PATCH] rebuild for gating.yaml Related: RHEL-11034 --- sgpio.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sgpio.spec b/sgpio.spec index 9f31683..8152ba9 100644 --- a/sgpio.spec +++ b/sgpio.spec @@ -1,7 +1,7 @@ Summary: SGPIO captive backplane tool Name: sgpio Version: 1.2.0.10 -Release: 22%{?dist} +Release: 23%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://sources.redhat.com/lvm2/wiki/DMRAID_Eventing @@ -38,6 +38,9 @@ make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUI %{_mandir}/man1/sgpio.* %changelog +* Fri Oct 27 2023 Lukáš Zaoral - 1.2.0.10-23 +- rebuild for updated gating.yaml + * Mon Oct 09 2023 Lukáš Zaoral - 1.2.0.10-22 - fix buffer overflow with high port numbers (RHEL-11034)