Resolves: rhbz#2072719
This commit is contained in:
Jan Zerdik 2022-06-30 12:50:34 +02:00
parent e28c3e8e91
commit 561cc9b340

View File

@ -6,7 +6,7 @@
Name: i2c-tools
Version: 4.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A heterogeneous set of I2C tools for Linux
License: GPLv2+
URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
@ -155,6 +155,10 @@ exit 0
%{_mandir}/man3/libi2c.3.*
%changelog
* Thu Jun 30 2022 Jan Zerdik <jzerdik@redhat.com> - 4.3-3
- Rebuilt
- Resolves: rhbz#2072719
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.3-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688