From fa0287a2238266a6ce44776d5674e98c504cf388 Mon Sep 17 00:00:00 2001 From: imagebuilder-bot Date: Wed, 25 Oct 2023 09:33:55 +0000 Subject: [PATCH] Update to 98 Resolves: RHEL-1035 --- .gitignore | 1 + osbuild.spec | 18 +++++++++++++++++- sources | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d7993a6..a1bd588 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,4 @@ /osbuild-95.tar.gz /osbuild-96.tar.gz /osbuild-97.tar.gz +/osbuild-98.tar.gz diff --git a/osbuild.spec b/osbuild.spec index 0b24e79..105a76b 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 97 +Version: 98 %forgemeta @@ -127,6 +127,13 @@ Requires: python3-typer Contains additional tools and utilities for development of manifests and osbuild. +%package depsolve-dnf +Summary: Dependency solving support for DNF +Requires: %{name} = %{version}-%{release} + +%description depsolve-dnf +Contains depsolving capabilities for package managers. + %prep %forgeautosetup -p1 @@ -191,6 +198,10 @@ install -p -m 0755 data/10-osbuild-inhibitor.rules %{buildroot}%{_udevrulesdir} # Remove `osbuild-dev` on non-fedora systems %{!?fedora:rm %{buildroot}%{_bindir}/osbuild-dev} +# Install `osbuild-depsolve-dnf` into libexec +mkdir -p %{buildroot}%{_libexecdir} +install -p -m 0755 tools/osbuild-depsolve-dnf %{buildroot}%{_libexecdir}/osbuild-depsolve-dnf + %check exit 0 # We have some integration tests, but those require running a VM, so that would @@ -261,8 +272,13 @@ fi %{_bindir}/osbuild-mpp %{?fedora:%{_bindir}/osbuild-dev} +%files depsolve-dnf +%{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Oct 25 2023 imagebuilder-bot - 98-1 +- New upstream release + * Wed Oct 11 2023 imagebuilder-bot - 97-1 - New upstream release diff --git a/sources b/sources index 0eb777f..f35a861 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-97.tar.gz) = 68a61e3a427c8f501e432ba59fa30e1aaeb101472e3f86d0b001cb33ed6562e56b4024b9a001ba848911683501cc5370990b12d67116df79c21ea5fd10889598 +SHA512 (osbuild-98.tar.gz) = cd0e5fac48683c3dd1c2ed6870ee6beb8b11c1352f831fad31eefe8e0c0f9dfb1461bce9525c1368ee9b0cc91fe389bb88948cb0d1e3ab9a81b01617deb4fbd7