import UBI ostree-2022.2-8.el8
This commit is contained in:
parent
68e4abc755
commit
ef34488a28
@ -0,0 +1,27 @@
|
|||||||
|
From 3443baa6e63b36d169f57027d7e80df614592c8e Mon Sep 17 00:00:00 2001
|
||||||
|
From: Joseph Marrero <jmarrero@redhat.com>
|
||||||
|
Date: Fri, 4 Aug 2023 16:09:20 -0400
|
||||||
|
Subject: [PATCH] Backport: 7f70614a1ac1950ebde3df0e26cc9ab1d72b2f1f
|
||||||
|
|
||||||
|
---
|
||||||
|
src/libostree/ostree-sysroot-deploy.c | 3 +--
|
||||||
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c
|
||||||
|
index 2454a587..4d6d796e 100644
|
||||||
|
--- a/src/libostree/ostree-sysroot-deploy.c
|
||||||
|
+++ b/src/libostree/ostree-sysroot-deploy.c
|
||||||
|
@@ -1613,9 +1613,8 @@ static void *
|
||||||
|
sync_in_thread (void *ptr)
|
||||||
|
{
|
||||||
|
SyncData *syncdata = ptr;
|
||||||
|
- // Ensure that the caller is blocked waiting
|
||||||
|
- g_mutex_lock (&syncdata->mutex);
|
||||||
|
sync ();
|
||||||
|
+ g_mutex_lock (&syncdata->mutex);
|
||||||
|
// Signal success
|
||||||
|
syncdata->success = true;
|
||||||
|
g_cond_broadcast (&syncdata->cond);
|
||||||
|
--
|
||||||
|
2.41.0
|
||||||
|
|
@ -8,7 +8,7 @@
|
|||||||
Summary: Tool for managing bootable, immutable filesystem trees
|
Summary: Tool for managing bootable, immutable filesystem trees
|
||||||
Name: ostree
|
Name: ostree
|
||||||
Version: 2022.2
|
Version: 2022.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://ostree.readthedocs.io/en/latest/
|
URL: https://ostree.readthedocs.io/en/latest/
|
||||||
@ -28,6 +28,7 @@ Patch8: 0001-Support-overlayfs-whiteouts-on-checkout.patch
|
|||||||
# Patches for https://bugzilla.redhat.com/show_bug.cgi?id=2224102
|
# Patches for https://bugzilla.redhat.com/show_bug.cgi?id=2224102
|
||||||
Patch16: 0016-commit-fix-ostree-deployment-on-64-bit-inode-fs.patch
|
Patch16: 0016-commit-fix-ostree-deployment-on-64-bit-inode-fs.patch
|
||||||
Patch17: 0017-Add-an-always-on-inode64-feature.patch
|
Patch17: 0017-Add-an-always-on-inode64-feature.patch
|
||||||
|
Patch18: 0018-Backport-7f70614a1ac1950ebde3df0e26cc9ab1d72b2f1f.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
@ -179,8 +180,12 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 08 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.2-8
|
||||||
|
- Backport for https://github.com/ostreedev/ostree/commit/7f70614a1ac1950ebde3df0e26cc9ab1d72b2f1f
|
||||||
|
- Resolves: rhbz#2229895
|
||||||
|
|
||||||
* Thu Jul 20 2023 Colin Walters <walters@verbum.org> - 2022.2-7
|
* Thu Jul 20 2023 Colin Walters <walters@verbum.org> - 2022.2-7
|
||||||
- Backport for https://bugzilla.redhat.com/show_bug.cgi?id=2224107
|
- Backport for https://bugzilla.redhat.com/show_bug.cgi?id=2224102
|
||||||
|
|
||||||
* Fri Oct 14 2022 Colin Walters <walters@verbum.org> - 2022.2-6
|
* Fri Oct 14 2022 Colin Walters <walters@verbum.org> - 2022.2-6
|
||||||
- Backport https://github.com/ostreedev/ostree/commit/0085494e350c72599fc5c0e00422885d80b3c660
|
- Backport https://github.com/ostreedev/ostree/commit/0085494e350c72599fc5c0e00422885d80b3c660
|
||||||
|
Loading…
Reference in New Issue
Block a user