Change the release version

In last commit, I tried to add gating test. The Release version
doesn't change in last commit. But centpkg build complains it
needs to change the Release version.

So this commit changes the Release version.

Resolves: rhbz#1870487, rhbz#1880529

Signed-off-by: Xiao Ni <xni@redhat.com>
This commit is contained in:
Xiao Ni 2021-08-09 23:31:38 +08:00
parent d17c0d22c3
commit 58123c41fc
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Name: mdadm
Version: 4.2
%define subversion rc2
Release: rc2%{?dist}
Release: rc2_1%{?dist}
Summary: The mdadm program controls Linux md devices (software RAID arrays)
URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/
License: GPLv2+
@ -90,7 +90,7 @@ install -m644 %{SOURCE6} %{buildroot}/etc/libreport/events.d
/etc/libreport/events.d/*
%changelog
* Tue Aug 03 2021 Xiao Ni <xni@redhat.com> - 4.2-rc2
* Mon Aug 09 2021 Xiao Ni <xni@redhat.com> - 4.2-rc2_1
- Update to mdadm-4.2-rc2
- Resolves rhbz#1870487, rhbz#1880529