[packages/xfsprogs] remove "experimental" label from scrub
atler
atler at pld-linux.org
Sun May 10 16:55:03 CEST 2026
commit 8d7c21a2274f30e43717d7aa1a0019a2da491b5a
Author: Jan Palus <atler at pld-linux.org>
Date: Sun May 10 14:39:23 2026 +0200
remove "experimental" label from scrub
it is considered stable since 6.16.0
xfsprogs.spec | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index 3407ea1..13319ba 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -75,8 +75,8 @@ atrybutach, zmiennych wielkościach bloków, mocno wykorzystujący
B-drzewa by uzyskać wysoką wydajność oraz skalowalność.
%package scrub
-Summary: xfs_scrub - XFS online check and repair feature (EXPERIMENTAL!)
-Summary(pl.UTF-8): xfs_scrub - sprawdzanie i naprawianie zamontowanego systemu plików XFS (EKSPERYMENTALNE!)
+Summary: xfs_scrub - XFS online check and repair feature
+Summary(pl.UTF-8): xfs_scrub - sprawdzanie i naprawianie zamontowanego systemu plików XFS
Group: Applications/System
Requires: %{name} = %{version}-%{release}
%{?with_systemd:Requires: systemd-units >= 38}
@@ -84,14 +84,10 @@ Requires: %{name} = %{version}-%{release}
%description scrub
xfs_scrub is an XFS online check and repair feature.
-WARNING: EXPERIMENTAL, use at your own risk!
-
%description scrub -l pl.UTF-8
xfs_scrub służy do sprawdzania i naprawiania zamontowanego systmeu
plików XFS w locie.
-UWAGA: EXPERIMENTALNE, użycie na własne ryzyko!
-
%package devel
Summary: Header files and libraries to develop XFS software
Summary(pl.UTF-8): Pliki nagłówkowe i biblioteki
@@ -144,7 +140,7 @@ msgmerge po/pl.po.upstream po/xfsprogs.pot -o po/pl.po
--enable-gettext \
%{__enable_disable libicu libicu} \
--disable-lto \
- %{?with_scrub:--enable-scrub=yes} \
+ %{__enable_disable scrub} \
%{__enable_disable static_libs static} \
--with-udev-rule-dir=/lib/udev/rules.d \
--with-systemd-unit-dir=%{?with_systemd:%{systemdunitdir}}%{!?with_systemd:no}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xfsprogs.git/commitdiff/b348e56585e5dbe561afc36260ee333e0ad78144
More information about the pld-cvs-commit
mailing list