Merge branch 'c9' into a9

This commit is contained in:
eabdullin 2022-11-15 15:37:35 +00:00 committed by Stepan Oksanichenko
commit e61b7c893d
1 changed files with 13 additions and 2 deletions

View File

@ -22,7 +22,7 @@ It is compatible with composer-cli and cockpit-composer clients.
}
Name: osbuild-composer
Release: 1%{?dist}.alma
Release: 3%{?dist}.alma
Summary: An image building service based on osbuild
# osbuild-composer doesn't have support for building i686 and armv7hl images
@ -333,6 +333,12 @@ The dnf-json binary used by osbuild-composer and the workers.
%files dnf-json
%{_libexecdir}/osbuild-composer/dnf-json
%post dnf-json
# Fix ownership of the rpmmd cache files from previous versions where it was owned by root:root
if [ -e /var/cache/osbuild-composer/rpmmd ]; then
chown -f -R --from root:root _osbuild-composer:_osbuild-composer /var/cache/osbuild-composer/rpmmd
fi
%if %{with tests} || 0%{?rhel}
%package tests
@ -404,10 +410,15 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
* Tue Nov 15 2022 Eduard Abdullin <eabdullin@almalinux.org> - 62.1-1.alma
* Tue Nov 15 2022 Eduard Abdullin <eabdullin@almalinux.org> - 62.1-3.alma
- Install AlmaLinux repositories
- Add AlmaLinux support
* Tue Oct 25 2022 Tomáš Hozza <thozza@redhat.com> - 62.1-3
- Fix ownership of the dnf-json rpmmd files on upgrade (#2136533)
* Fri Oct 21 2022 Tomáš Hozza <thozza@redhat.com> - 62.1-2
- Fix ownership of the dnf-json rpmmd files on upgrade (#2136533)
* Fri Sep 16 2022 Achilleas Koutsou <achilleas@redhat.com> - 62.1-1
- New upstream release