44 lines
1.5 KiB
Diff
44 lines
1.5 KiB
Diff
--- ocfs2-tools.changes.orig
|
|
+++ ocfs2-tools.changes
|
|
@@ -1,4 +1,11 @@
|
|
-------------------------------------------------------------------
|
|
+Wed Oct 27 10:20:20 UTC 2021 - ghe@suse.com
|
|
+
|
|
+- Fix mounted.ocfs2 output when some devices are not ready (bsc#1191810)
|
|
+ + fixed-mounted.ocfs2-output-when-some-devices-are-Not.patch
|
|
+ + update-mounted.ocfs2-mounted.c.patch
|
|
+
|
|
+-------------------------------------------------------------------
|
|
Wed May 26 10:32:30 UTC 2021 - ghe@suse.com
|
|
|
|
- Update ocfs2-tools.tar.gz to upstream v1.8.7 (bsc#1186308)
|
|
--- ocfs2-tools.spec.orig
|
|
+++ ocfs2-tools.spec
|
|
@@ -1,7 +1,7 @@
|
|
#
|
|
# spec file for package ocfs2-tools
|
|
#
|
|
-# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
+# Copyright (c) 2021 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
@@ -55,6 +55,8 @@ Patch225: 0004-mkfs.ocfs2-Abort-if
|
|
Patch228: 0007-Improve-error-message-if-DLM-service-is-unavailable.patch
|
|
Patch405: 0007-vendor-Add-vendor-files-for-sles12.patch
|
|
Patch406: 0008-ocfs2-tools-add-systemd-support-fix.patch
|
|
+Patch501: fixed-mounted.ocfs2-output-when-some-devices-are-Not.patch
|
|
+Patch502: update-mounted.ocfs2-mounted.c.patch
|
|
|
|
BuildRequires: autoconf
|
|
BuildRequires: e2fsprogs-devel
|
|
@@ -162,6 +164,8 @@ OCFS2 filesystem.
|
|
%patch228 -p1
|
|
%patch405 -p1
|
|
%patch406 -p1
|
|
+%patch501 -p1
|
|
+%patch502 -p1
|
|
|
|
%build
|
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|