forked from rpms/osbuild-composer
Compare commits
No commits in common. "c8" and "c8-beta" have entirely different histories.
@ -22,7 +22,7 @@ It is compatible with composer-cli and cockpit-composer clients.
|
|||||||
}
|
}
|
||||||
|
|
||||||
Name: osbuild-composer
|
Name: osbuild-composer
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An image building service based on osbuild
|
Summary: An image building service based on osbuild
|
||||||
|
|
||||||
# osbuild-composer doesn't have support for building i686 and armv7hl images
|
# osbuild-composer doesn't have support for building i686 and armv7hl images
|
||||||
@ -353,12 +353,6 @@ The dnf-json binary used by osbuild-composer and the workers.
|
|||||||
%files dnf-json
|
%files dnf-json
|
||||||
%{_libexecdir}/osbuild-composer/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}
|
%if %{with tests} || 0%{?rhel}
|
||||||
|
|
||||||
%package tests
|
%package tests
|
||||||
@ -430,12 +424,6 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 25 2022 Tomáš Hozza <thozza@redhat.com> - 62-3
|
|
||||||
- Fix ownership of the dnf-json rpmmd files on upgrade (#2136532)
|
|
||||||
|
|
||||||
* Fri Oct 21 2022 Tomáš Hozza <thozza@redhat.com> - 62-2
|
|
||||||
- Fix ownership of the dnf-json rpmmd files on upgrade (#2136532)
|
|
||||||
|
|
||||||
* Mon Aug 29 2022 Ondřej Budai <ondrej@budai.cz> - 62-1
|
* Mon Aug 29 2022 Ondřej Budai <ondrej@budai.cz> - 62-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user