From e3dae220dedc929696b646d1db05bf083a649ba5 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 31 2021 04:20:25 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/gfs2-utils.spec b/SPECS/gfs2-utils.spec index 0b74653..61ed698 100644 --- a/SPECS/gfs2-utils.spec +++ b/SPECS/gfs2-utils.spec @@ -12,7 +12,7 @@ Name: gfs2-utils Version: 3.2.0 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Kernel Summary: Utilities for managing the global file system (GFS2) @@ -44,6 +44,9 @@ Patch7: bz1833141-1-gfs2_jadd_Handle_out_of_space_issues.patch Patch8: bz1833141-2-gfs2_jadd_error_handling_overhaul.patch Patch9: bz1818983-gfs2_5_Update_some_mentions_of_gfs2_tool.patch Patch10: bz1779806-mkfs_gfs2_Tighten_minimum_journal_size_checks.patch +Patch11: bz1942434-1-gfs2_jadd_Use_fallocate_to_preallocate_journals.patch +Patch12: bz1942434-2-gfs2_jadd_Don_t_fsync_after_each_block_written.patch + %prep %setup -q -n gfs2-utils-%{version} @@ -58,6 +61,9 @@ Patch10: bz1779806-mkfs_gfs2_Tighten_minimum_journal_size_checks.patch %patch8 -p1 -b .bz1833141-2-gfs2_jadd_error_handling_overhaul %patch9 -p1 -b .bz1818983-gfs2_5_Update_some_mentions_of_gfs2_tool %patch10 -p1 -b .bz1779806-mkfs_gfs2_Tighten_minimum_journal_size_checks +%patch11 -p1 -b .bz1942434-1-gfs2_jadd_Use_fallocate_to_preallocate_journals +%patch12 -p1 -b .bz1942434-2-gfs2_jadd_Don_t_fsync_after_each_block_written + %build ./autogen.sh @@ -97,6 +103,11 @@ modifying, and correcting inconsistencies in GFS2 file systems. %{_prefix}/lib/udev/rules.d/82-gfs2-withdraw.rules %changelog +* Wed Mar 24 2021 Andrew Price - 3.2.0-11 +- gfs2_jadd: Use fallocate to preallocate journals +- gfs2_jadd: Don't fsync after each block written + Resolves: rhbz#1942434 + * Thu Nov 12 2020 Andrew Price - 3.2.0-10 - mkfs.gfs2: Tighten minimum journal size checks Resolves: rhbz#1779806