[packit] 98 upstream release
Upstream tag: v98 Upstream commit: 41652343
This commit is contained in:
parent
c6a0f3a1f7
commit
de771889de
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@
|
||||
/osbuild-95.tar.gz
|
||||
/osbuild-96.tar.gz
|
||||
/osbuild-97.tar.gz
|
||||
/osbuild-98.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.83.0.post1.dev4+g46d87465.
|
||||
The file was generated using packit 0.84.0.
|
||||
|
42
osbuild.spec
42
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,37 @@ fi
|
||||
%{_bindir}/osbuild-mpp
|
||||
%{?fedora:%{_bindir}/osbuild-dev}
|
||||
|
||||
%files depsolve-dnf
|
||||
%{_libexecdir}/osbuild-depsolve-dnf
|
||||
|
||||
%changelog
|
||||
* Wed Oct 25 2023 Packit <hello@packit.dev> - 98-1
|
||||
Changes with 98
|
||||
----------------
|
||||
* Update snapshots to 20231012 (#1400)
|
||||
* Author: SchutzBot, Reviewers: Achilleas Koutsou
|
||||
* Update snapshots to 20231015 (#1403)
|
||||
* Author: SchutzBot, Reviewers: Achilleas Koutsou
|
||||
* depsolve: import `dnf-json` (#1396)
|
||||
* Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
|
||||
* manifests/fedora-vars: bump snapshot date (#1408)
|
||||
* Author: Dusty Mabe, Reviewers: Simon de Vlieger
|
||||
* stages/org.osbuild.users: support multiple SSH keys (#1386)
|
||||
* Author: Michael Ho, Reviewers: Achilleas Koutsou
|
||||
* stages/oscap.remediation: Properly utilize offline capabilities (#1395)
|
||||
* Author: Evgeny Kolesnikov, Reviewers: Nobody
|
||||
* stages/ostree.deploy.container: allow deploying from container (#1402)
|
||||
* Author: Dusty Mabe, Reviewers: Nobody
|
||||
* test/stages/users: make test data date agnostic (#1406)
|
||||
* Author: Michael Ho, Reviewers: Ondřej Budai, Simon de Vlieger, Tomáš Hozza
|
||||
* tools/osbuild-mpp: Really fix empty ostree commit object in deploy stage (#1405)
|
||||
* Author: Alexander Larsson, Reviewers: Achilleas Koutsou
|
||||
* tools/osbuild-mpp: add mpp-resolve-ostree-commits helper (#1399)
|
||||
* Author: Dusty Mabe, Reviewers: Achilleas Koutsou
|
||||
|
||||
— Somewhere on the Internet, 2023-10-25
|
||||
|
||||
|
||||
* Wed Oct 11 2023 Packit <hello@packit.dev> - 97-1
|
||||
Changes with 97
|
||||
----------------
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-97.tar.gz) = 68a61e3a427c8f501e432ba59fa30e1aaeb101472e3f86d0b001cb33ed6562e56b4024b9a001ba848911683501cc5370990b12d67116df79c21ea5fd10889598
|
||||
SHA512 (osbuild-98.tar.gz) = cd0e5fac48683c3dd1c2ed6870ee6beb8b11c1352f831fad31eefe8e0c0f9dfb1461bce9525c1368ee9b0cc91fe389bb88948cb0d1e3ab9a81b01617deb4fbd7
|
||||
|
Loading…
Reference in New Issue
Block a user