diff --git a/perl-LDAP.spec b/perl-LDAP.spec index 13e4811..ab4b0d3 100644 --- a/perl-LDAP.spec +++ b/perl-LDAP.spec @@ -9,7 +9,7 @@ Name: perl-LDAP Version: 0.68 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: LDAP Perl module License: GPL+ or Artistic @@ -227,6 +227,9 @@ make test %{_libexecdir}/%{name} %changelog +* Fri Apr 16 2021 Mohan Boddu - 1:0.68-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Feb 16 2021 Petr Pisar - 1:0.68-3 - Fix resolving localhost on loopback-only machines (https://github.com/perl-ldap/perl-ldap/pull/60)