import osbuild-42-1.el8

This commit is contained in:
CentOS Sources 2021-12-02 16:42:08 +00:00 committed by Stepan Oksanichenko
parent f465252f29
commit 398d8c105c
3 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/osbuild-39.tar.gz
SOURCES/osbuild-42.tar.gz

View File

@ -1 +1 @@
c864a199f07ec0a585c17b788d738ab2dcf39d30 SOURCES/osbuild-39.tar.gz
b8cf5a56914828be3315523c90271c46ae8ceda8 SOURCES/osbuild-42.tar.gz

View File

@ -1,7 +1,7 @@
%global forgeurl https://github.com/osbuild/osbuild
%global selinuxtype targeted
Version: 39
Version: 42
%forgemeta
@ -30,6 +30,7 @@ Requires: dnf
Requires: e2fsprogs
Requires: glibc
Requires: policycoreutils
Requires: python36
Requires: qemu-img
Requires: systemd
Requires: tar
@ -53,7 +54,9 @@ Requires: (%{name}-selinux if selinux-policy-%{selinuxtype})
# RHEL NB: Since assemblers and stages are not excluded from the dependency
# generator, this also means that an additional dependency on /usr/bin/python3
# will be added. This is intended and needed, so that in the host build root
# /usr/bin/python3 is present so stages and assemblers can be run.
# /usr/bin/python3 is present so stages and assemblers can be run. Although,
# on RHEL 8, we also explicitly require python36, since the exact version is
# used by the RHEL 8 runners to set up /etc/alternatives for python3.
%global __brp_mangle_shebangs_exclude_from ^%{pkgdir}/(assemblers|runners|stages)/.*$
%{?python_enable_dependency_generator}
@ -175,7 +178,7 @@ exit 0
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md NEWS.md
%doc README.md
%{python3_sitelib}/%{pypi_name}-*.egg-info/
%{python3_sitelib}/%{pypi_name}/
@ -207,6 +210,9 @@ fi
%changelog
* Mon Nov 29 2021 Ondřej Budai <ondrej@budai.cz> - 42-1
- New upstream release
* Fri Oct 15 2021 Achilleas Koutsou <achilleas@redhat.com> - 39-1
- New upstream release