Update to 118
Resolves: RHEL-32133
This commit is contained in:
parent
48ba35f678
commit
89d17955f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -105,3 +105,4 @@
|
|||||||
/osbuild-105.tar.gz
|
/osbuild-105.tar.gz
|
||||||
/osbuild-106.tar.gz
|
/osbuild-106.tar.gz
|
||||||
/osbuild-117.tar.gz
|
/osbuild-117.tar.gz
|
||||||
|
/osbuild-118.tar.gz
|
||||||
|
15
osbuild.spec
15
osbuild.spec
@ -1,7 +1,7 @@
|
|||||||
%global forgeurl https://github.com/osbuild/osbuild
|
%global forgeurl https://github.com/osbuild/osbuild
|
||||||
%global selinuxtype targeted
|
%global selinuxtype targeted
|
||||||
|
|
||||||
Version: 117
|
Version: 118
|
||||||
|
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
@ -137,12 +137,7 @@ manifests and osbuild.
|
|||||||
Summary: Dependency solving support for DNF
|
Summary: Dependency solving support for DNF
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
# Fedora 40 and later use libdnf5, RHEL and Fedora < 40 use libdnf
|
|
||||||
%if 0%{?fedora} >= 40
|
|
||||||
Requires: python3-libdnf5 >= 5.1.1
|
|
||||||
%else
|
|
||||||
Requires: python3-libdnf
|
Requires: python3-libdnf
|
||||||
%endif
|
|
||||||
|
|
||||||
%description depsolve-dnf
|
%description depsolve-dnf
|
||||||
Contains depsolving capabilities for package managers.
|
Contains depsolving capabilities for package managers.
|
||||||
@ -213,12 +208,7 @@ install -p -m 0755 data/10-osbuild-inhibitor.rules %{buildroot}%{_udevrulesdir}
|
|||||||
|
|
||||||
# Install `osbuild-depsolve-dnf` into libexec
|
# Install `osbuild-depsolve-dnf` into libexec
|
||||||
mkdir -p %{buildroot}%{_libexecdir}
|
mkdir -p %{buildroot}%{_libexecdir}
|
||||||
# Fedora 40 and later use dnf5-json, RHEL and Fedora < 40 use dnf-json
|
|
||||||
%if 0%{?fedora} >= 40
|
|
||||||
install -p -m 0755 tools/osbuild-depsolve-dnf5 %{buildroot}%{_libexecdir}/osbuild-depsolve-dnf
|
|
||||||
%else
|
|
||||||
install -p -m 0755 tools/osbuild-depsolve-dnf %{buildroot}%{_libexecdir}/osbuild-depsolve-dnf
|
install -p -m 0755 tools/osbuild-depsolve-dnf %{buildroot}%{_libexecdir}/osbuild-depsolve-dnf
|
||||||
%endif
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
exit 0
|
exit 0
|
||||||
@ -296,6 +286,9 @@ fi
|
|||||||
%{_libexecdir}/osbuild-depsolve-dnf
|
%{_libexecdir}/osbuild-depsolve-dnf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 10 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 118-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Wed May 01 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 117-1
|
* Wed May 01 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 117-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-117.tar.gz) = 7fb7e4614959ff7812978b9044e7f5e0e97b8de15cbea1063f618e17b8d011add1dee4ec45b3d28aba2924d800ae40846fb96d32975569ede22357cdc0e8cd18
|
SHA512 (osbuild-118.tar.gz) = 8004fead5783fe7e9ed468fe4a7eaebd7df4368f83d44374eba5dbaf71d711dddfb52ba43c49f98414b679c5513a2585e0b3c5bcd686c3a856867e6a8322a20f
|
||||||
|
Loading…
Reference in New Issue
Block a user