commit ad6f42a8db252442c109a88d76e295e097609626 Author: Leonid Krivoshein Date: Mon Apr 27 10:27:21 2026 +0300 fix comments and build dependencies on reiserfs diff --git a/.gear/partclone.spec b/.gear/partclone.spec index 313aabd..c49c089 100644 --- a/.gear/partclone.spec +++ b/.gear/partclone.spec @@ -6,10 +6,11 @@ # configure: error: *** jfs depend library (libjfs) not found %def_disable jfs -# raiserfs no longer supported by the Linux Kernel +# raiserfs is disabled in the ALT Linux kernels 6.18+, +# it is no longer supported by the mainline kernels 6.13+ %def_disable reiserfs -# raiser4 no longer supported by the Linux Kernel +# raiser4 has never been supported by the mainline kernel %def_disable reiser4 %def_enable xfs @@ -73,7 +74,6 @@ BuildRequires: e2fsprogs BuildRequires: btrfs-progs BuildRequires: dosfstools BuildRequires: f2fs-tools -BuildRequires: reiserfsprogs BuildRequires: hfsprogs BuildRequires: ntfs-3g @@ -86,7 +86,7 @@ BuildRequires: exfatprogs %endif %if_enabled reiserfs -BuildRequires: progsreiserfs +BuildRequires: reiserfsprogs %endif %if_enabled reiser4 @@ -106,7 +106,7 @@ minix, f2fs,%{?_enable_reiserfs: reiserfs,}%{?_enable_reiser4: reiser4,}%{?_enab echo '#define git_version "%version"' > src/version.h %build -%autoreconf +%autoreconf -i -f sed -i -E 's/\r$//g' IMAGE_FORMATS.md # NB: Due to buggy configure checks --disable-somefeature options does not # switch off configure requirement for correspondent devel packages and