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 20:02:20 +00:00
parent b622aa3f9b
commit 7ef566901d
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: flatpak-xdg-utils
Summary: Command-line tools for use inside Flatpak sandboxes
Version: 1.0.4
Release: 4%{?dist}
Release: 5%{?dist}
License: LGPLv2+
URL: https://github.com/flatpak/flatpak-xdg-utils
Source: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
@ -49,6 +49,10 @@ mv $RPM_BUILD_ROOT%{_bindir}/xdg-open $RPM_BUILD_ROOT%{_bindir}/flatpak-xdg-open
%{_bindir}/flatpak-spawn
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.4-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.4-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937