diff --git a/chkconfig.spec b/chkconfig.spec index c3f9578..067d241 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -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 - 1.20-2 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jul 28 2021 Jan Macku - 1.20-1 - spec: Replace not working awk command with sed (#62)