From dda6fbc526bc55524b20a93b4660b595c639093e Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 10 Aug 2021 17:03:50 -0400 Subject: [PATCH] Bump release number for yaml Although gating CI tests have nothing to do with the built package, I can't rebuild to test the gating yaml without doing so. Resolves: rhbz#1991051 --- fio.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fio.spec b/fio.spec index 43eea45..37521fe 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 3.27 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Multithreaded IO generation tool License: GPLv2 @@ -210,6 +210,9 @@ make install prefix=%{_prefix} mandir=%{_mandir} libdir=%{_libdir}/fio DESTDIR=$ %endif %changelog +* Tue Aug 10 2021 Eric Sandeen - 3.27.5 +- Add gating CI yaml file + * Mon Aug 09 2021 Mohan Boddu - 3.27-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688