Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-09 19:35:59 +00:00
parent a4c7b60555
commit e1a0557ac7

View File

@ -1,7 +1,7 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.20
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
URL: https://github.com/fedora-sysv/chkconfig
Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -88,6 +88,10 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
%dir /var/lib/alternatives
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.20-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Wed Jul 28 2021 Jan Macku <jamacku@redhat.com> - 1.20-1
- spec: Replace not working awk command with sed (#62)