Update to 91
Resolves: rhbz#2174847
This commit is contained in:
parent
898683e92c
commit
98b9c787c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -77,3 +77,4 @@
|
||||
/osbuild-88.tar.gz
|
||||
/osbuild-89.tar.gz
|
||||
/osbuild-90.tar.gz
|
||||
/osbuild-91.tar.gz
|
||||
|
16
osbuild.spec
16
osbuild.spec
@ -1,7 +1,7 @@
|
||||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 90
|
||||
Version: 91
|
||||
|
||||
%forgemeta
|
||||
|
||||
@ -116,6 +116,13 @@ Summary: Extra tools and utilities
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: python3-pyyaml
|
||||
|
||||
# These are required for `osbuild-dev`, only packaged for Fedora
|
||||
%if 0%{?fedora}
|
||||
Requires: python3-rich
|
||||
Requires: python3-attrs
|
||||
Requires: python3-typer
|
||||
%endif
|
||||
|
||||
%description tools
|
||||
Contains additional tools and utilities for development of
|
||||
manifests and osbuild.
|
||||
@ -181,6 +188,9 @@ install -D -p -m 0644 selinux/osbuild.if %{buildroot}%{_datadir}/selinux/devel/i
|
||||
mkdir -p %{buildroot}%{_udevrulesdir}
|
||||
install -p -m 0755 data/10-osbuild-inhibitor.rules %{buildroot}%{_udevrulesdir}
|
||||
|
||||
# Remove `osbuild-dev` on non-fedora systems
|
||||
%{!?fedora:rm %{buildroot}%{_bindir}/osbuild-dev}
|
||||
|
||||
%check
|
||||
exit 0
|
||||
# We have some integration tests, but those require running a VM, so that would
|
||||
@ -249,9 +259,13 @@ fi
|
||||
|
||||
%files tools
|
||||
%{_bindir}/osbuild-mpp
|
||||
%{?fedora:%{_bindir}/osbuild-dev}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 02 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 91-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Jul 20 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 90-1
|
||||
- New upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-90.tar.gz) = f2585289ff5b240fd0d83ae8f28f50106067ddc3edecf7877680662d4e4c14ad7bdfa10b21364e7efca7ecd20b8a0e388b927484b2b5884d1c29ed1a31769691
|
||||
SHA512 (osbuild-91.tar.gz) = 8a608aaad25033478d86ef7b3935c9bcbbb18d2a60eb074b5140fdb1bbcbd4b0c90605ebe5740c0c52c54a33d913b1747fab6533ab6e085ec81e773aa9bd7ee8
|
||||
|
Loading…
Reference in New Issue
Block a user