forked from pool/xfsprogs
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
dcf0158272 |
@@ -1,8 +1,8 @@
|
|||||||
Index: xfsprogs-6.7.0/include/builddefs.in
|
diff --git a/include/builddefs.in b/include/builddefs.in
|
||||||
===================================================================
|
index 0bb364310d78..07775ac2d5e7 100644
|
||||||
--- xfsprogs-6.7.0.orig/include/builddefs.in
|
--- a/include/builddefs.in
|
||||||
+++ xfsprogs-6.7.0/include/builddefs.in
|
+++ b/include/builddefs.in
|
||||||
@@ -55,7 +55,7 @@ PKG_LIBEXEC_DIR = @libexecdir@/@pkg_name
|
@@ -54,7 +54,7 @@ PKG_LIB_DIR = @libdir@@libdirsuffix@
|
||||||
PKG_INC_DIR = @includedir@/xfs
|
PKG_INC_DIR = @includedir@/xfs
|
||||||
DK_INC_DIR = @includedir@/disk
|
DK_INC_DIR = @includedir@/disk
|
||||||
PKG_MAN_DIR = @mandir@
|
PKG_MAN_DIR = @mandir@
|
||||||
|
@@ -34,7 +34,7 @@ Wed Jun 25 09:37:08 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
|
|||||||
- man: fix missing cachestat manpage
|
- man: fix missing cachestat manpage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 14 18:00:22 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
|
Wed Jun 11 19:40:41 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
|
||||||
|
|
||||||
- update to 6.14.0
|
- update to 6.14.0
|
||||||
- xfs_scrub_all: localize the strings in the program
|
- xfs_scrub_all: localize the strings in the program
|
||||||
@@ -123,12 +123,7 @@ Mon Apr 14 18:00:22 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
|
|||||||
- mkfs,xfs_repair: don't pass a daddr as the flags argument
|
- mkfs,xfs_repair: don't pass a daddr as the flags argument
|
||||||
|
|
||||||
- drop mkfs-fix-filesize-function-compilation-error-on-32-b.patch
|
- drop mkfs-fix-filesize-function-compilation-error-on-32-b.patch
|
||||||
The fix is now included in the v6.14.0 release.
|
- now part of the release (merged in v6.14.0)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Mar 1 10:03:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Modernize specfile: remove implicit %defattr, trim -n arguments
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 18 14:56:17 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
|
Tue Feb 18 14:56:17 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xfsprogs
|
# spec file for package xfsprogs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -98,12 +98,12 @@ You should install xfsprogs-devel if you want to develop XFS file
|
|||||||
system-specific programs. If you install xfsprogs-devel, you will also
|
system-specific programs. If you install xfsprogs-devel, you will also
|
||||||
want to install xfsprogs.
|
want to install xfsprogs.
|
||||||
|
|
||||||
%package scrub
|
%package -n xfsprogs-scrub
|
||||||
Summary: XFS scrubbing scripts and service files
|
Summary: XFS scrubbing scripts and service files
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Requires: xfsprogs
|
Requires: xfsprogs
|
||||||
|
|
||||||
%description scrub
|
%description -n xfsprogs-scrub
|
||||||
Scripts and systemd service files for background scrubbing of metadata
|
Scripts and systemd service files for background scrubbing of metadata
|
||||||
on xfs filesystems.
|
on xfs filesystems.
|
||||||
|
|
||||||
@@ -146,16 +146,16 @@ install -m 0755 module-setup.sh %{buildroot}/%{_dracutmodulesdir}/95suse-xfs/
|
|||||||
install -m 0644 %{SOURCE4} %{buildroot}/%{_dracutmodulesdir}/95suse-xfs/
|
install -m 0644 %{SOURCE4} %{buildroot}/%{_dracutmodulesdir}/95suse-xfs/
|
||||||
|
|
||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
%pre scrub
|
%pre -n xfsprogs-scrub
|
||||||
%service_add_pre xfs_scrub_all.service xfs_scrub_all.timer
|
%service_add_pre xfs_scrub_all.service xfs_scrub_all.timer
|
||||||
|
|
||||||
%post scrub
|
%post -n xfsprogs-scrub
|
||||||
%service_add_post xfs_scrub_all.service xfs_scrub_all.timer
|
%service_add_post xfs_scrub_all.service xfs_scrub_all.timer
|
||||||
|
|
||||||
%preun scrub
|
%preun -n xfsprogs-scrub
|
||||||
%service_del_preun xfs_scrub_all.service xfs_scrub_all.timer
|
%service_del_preun xfs_scrub_all.service xfs_scrub_all.timer
|
||||||
|
|
||||||
%postun scrub
|
%postun -n xfsprogs-scrub
|
||||||
%service_del_postun xfs_scrub_all.service xfs_scrub_all.timer
|
%service_del_postun xfs_scrub_all.service xfs_scrub_all.timer
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@@ -171,6 +171,7 @@ install -m 0644 %{SOURCE4} %{buildroot}/%{_dracutmodulesdir}/95suse-xfs/
|
|||||||
%{?regenerate_initrd_posttrans}
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root,755)
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%exclude %{_sbindir}/xfs_scrub_all
|
%exclude %{_sbindir}/xfs_scrub_all
|
||||||
%{_mandir}/man[258]/*
|
%{_mandir}/man[258]/*
|
||||||
@@ -191,14 +192,17 @@ install -m 0644 %{SOURCE4} %{buildroot}/%{_dracutmodulesdir}/95suse-xfs/
|
|||||||
%{_prefix}/share/xfsprogs/mkfs/*
|
%{_prefix}/share/xfsprogs/mkfs/*
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
|
%defattr(-,root,root,755)
|
||||||
%{_libdir}/libhandle.so.*
|
%{_libdir}/libhandle.so.*
|
||||||
|
|
||||||
%files devel
|
%files -n xfsprogs-devel
|
||||||
|
%defattr(-,root,root,755)
|
||||||
%{_includedir}/xfs
|
%{_includedir}/xfs
|
||||||
%{_libdir}/libhandle.so
|
%{_libdir}/libhandle.so
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%files scrub
|
%files -n xfsprogs-scrub
|
||||||
|
%defattr(-,root,root,755)
|
||||||
%dir %{_libexecdir}/xfsprogs
|
%dir %{_libexecdir}/xfsprogs
|
||||||
%{_prefix}/share/xfsprogs/xfs_scrub_all.cron
|
%{_prefix}/share/xfsprogs/xfs_scrub_all.cron
|
||||||
%{_sbindir}/xfs_scrub_all
|
%{_sbindir}/xfs_scrub_all
|
||||||
|
Reference in New Issue
Block a user