- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-15 23:25:32 +00:00
parent 7dc4a40303
commit 30210d6fcf
1 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,7 @@
Summary: Firmware update daemon
Name: fwupd
Version: 1.5.5
Release: 3%{?dist}
Release: 4%{?dist}
License: LGPLv2+
URL: https://github.com/fwupd/fwupd
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
@ -474,6 +474,9 @@ done
%endif
%changelog
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.5-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Apr 12 2021 Richard Hughes <richard@hughsie.com> 1.5.5-3
- Backport a patch from master to drop the python3-pillow dep
- Resolves: rhbz#1935838