Fix rpminspect error from gating test
Resolves: RHEL-15388 Signed-off-by: Xiao Ni <xni@redhat.com>
This commit is contained in:
parent
4bb4ff12f6
commit
53a00780e5
@ -2,7 +2,7 @@ Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
||||
Name: mdadm
|
||||
Version: 4.2
|
||||
# extraversion is used to define rhel internal version
|
||||
%define extraversion 11
|
||||
%define extraversion 12
|
||||
Release: %{extraversion}%{?dist}
|
||||
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}%{?subversion:-%{subversion}}.tar.xz
|
||||
Source1: mdmonitor.init
|
||||
@ -263,7 +263,7 @@ rm -rf %{buildroot}
|
||||
%{_sbindir}/*
|
||||
%{_unitdir}/*
|
||||
%{_mandir}/man*/md*
|
||||
/usr/lib/systemd/system-shutdown/*
|
||||
%{_prefix}/lib/systemd/system-shutdown/*
|
||||
%config(noreplace) %{_sysconfdir}/cron.d/*
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/*
|
||||
%dir %{_localstatedir}/run/%{name}/
|
||||
@ -272,6 +272,10 @@ rm -rf %{buildroot}
|
||||
/usr/share/mdadm/mdcheck
|
||||
|
||||
%changelog
|
||||
* Tue Nov 7 2023 Xiao Ni <xni@redhat.com> - 4.2-12
|
||||
- Fix rpminspect check error from gating test
|
||||
- Resolves RHEL-15388
|
||||
|
||||
* Mon Nov 6 2023 Xiao Ni <xni@redhat.com> - 4.2-11
|
||||
- Update extraversion again
|
||||
- Resolves RHEL-15388
|
||||
|
Loading…
Reference in New Issue
Block a user