Update extraversion
In last commit, I forgot to create rhel9.3 branch for internal dist. So it uses rhel9.3.z rules to check when running centpkg build. After creating rhel9.3 branch in rhel dist, we need to build a new package with a new version. So update extraversion to 10. Signed-off-by: Xiao Ni <xni@redhat.com>
This commit is contained in:
parent
eee631fe37
commit
dd4d23c1a8
@ -2,7 +2,7 @@ Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
|||||||
Name: mdadm
|
Name: mdadm
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
# extraversion is used to define rhel internal version
|
# extraversion is used to define rhel internal version
|
||||||
%define extraversion 9
|
%define extraversion 10
|
||||||
Release: %{extraversion}%{?dist}
|
Release: %{extraversion}%{?dist}
|
||||||
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}%{?subversion:-%{subversion}}.tar.xz
|
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}%{?subversion:-%{subversion}}.tar.xz
|
||||||
Source1: mdmonitor.init
|
Source1: mdmonitor.init
|
||||||
@ -272,6 +272,10 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/mdadm/mdcheck
|
/usr/share/mdadm/mdcheck
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 6 2023 Xiao Ni <xni@redhat.com> - 4.2-10
|
||||||
|
- Update extraversion
|
||||||
|
- Resolves RHEL-15388
|
||||||
|
|
||||||
* Sat Nov 4 2023 Xiao Ni <xni@redhat.com> - 4.2-9
|
* Sat Nov 4 2023 Xiao Ni <xni@redhat.com> - 4.2-9
|
||||||
- Update to latest upstream
|
- Update to latest upstream
|
||||||
- Resolves RHEL-15388
|
- Resolves RHEL-15388
|
||||||
|
Loading…
Reference in New Issue
Block a user