Update to 174
Resolves: RHEL-111405
This commit is contained in:
parent
2a7bfb8f7e
commit
f9bfdbeea2
1
.gitignore
vendored
1
.gitignore
vendored
@ -129,3 +129,4 @@
|
||||
/osbuild-172.tar.gz
|
||||
/osbuild-initrd-0.1.tar.gz
|
||||
/osbuild-173.tar.gz
|
||||
/osbuild-174.tar.gz
|
||||
|
||||
10
osbuild.spec
10
osbuild.spec
@ -1,7 +1,7 @@
|
||||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 173
|
||||
Version: 174
|
||||
%global osbuild_initrd_version 0.1
|
||||
|
||||
%forgemeta
|
||||
@ -170,12 +170,8 @@ Requires: python3-dnf
|
||||
%if 0%{?fedora}
|
||||
Requires: python3-rich
|
||||
Requires: python3-attrs
|
||||
%if 0%{?fedora} > 40
|
||||
Requires: python3dist(typer-slim[standard])
|
||||
%else
|
||||
Requires: python3-typer
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description tools
|
||||
Contains additional tools and utilities for development of
|
||||
@ -394,6 +390,7 @@ done
|
||||
%{_mandir}/man5/%{name}-manifest.5*
|
||||
%{_datadir}/osbuild/schemas
|
||||
%{pkgdir}
|
||||
%exclude %{pkgdir}/initrd
|
||||
%{_udevrulesdir}/*.rules
|
||||
# the following files are in the lvm2 sub-package
|
||||
%exclude %{pkgdir}/devices/org.osbuild.lvm2*
|
||||
@ -475,6 +472,9 @@ fi
|
||||
%{pkgdir}/solver.json
|
||||
|
||||
%changelog
|
||||
* Thu Feb 19 2026 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 174-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Feb 12 2026 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 173-1
|
||||
- New upstream release
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (osbuild-173.tar.gz) = dba1c23c415ec1c714d418e46f02838a2e6b3b2c14a57e72f33aeff5bca4938848aa854580df890aa3f1af2807662deffb68ff1ab16b8b7b88f24cf4084b517f
|
||||
SHA512 (osbuild-174.tar.gz) = 5759068be604e925e1dfc4e61d5933ad084d819d6fec78dce37afb148429bd18b915dbbb4bb50b3c553fc2751c7b9c12f7caad8c6aefca3918016f1bc5aa3e6e
|
||||
SHA512 (osbuild-initrd-0.1.tar.gz) = af8fd6b3b84f4f0ffca9847d8cef49322d75a03fc60743c8bf697a21df019666778e826bc0a8e9f5faca59151bf91f12d65d2a5e820ca9d0bd840ff92d33054a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user