2019-09-30 11:20:10 -04:00
|
|
|
Name: xfsprogs
|
2020-07-16 16:28:50 +08:00
|
|
|
Version: 5.6.0
|
2020-11-25 10:43:44 +08:00
|
|
|
Release: 2
|
2019-09-30 11:20:10 -04:00
|
|
|
Summary: Administration and debugging tools for the XFS file system
|
|
|
|
|
License: GPL+ and LGPLv2+
|
|
|
|
|
URL: https://xfs.wiki.kernel.org
|
|
|
|
|
|
|
|
|
|
Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: libtool libattr-devel libuuid-devel gcc git
|
|
|
|
|
BuildRequires: readline-devel libblkid-devel >= 2.30 lvm2-devel libicu-devel >= 62.0
|
|
|
|
|
|
2020-11-25 10:43:44 +08:00
|
|
|
Recommends: %{name}-xfs_scrub
|
2019-09-30 11:20:10 -04:00
|
|
|
Provides: xfs-cmds
|
|
|
|
|
Obsoletes: xfs-cmds <= %{version}
|
|
|
|
|
Provides: xfsprogs-qa-devel
|
|
|
|
|
Obsoletes: xfsprogs-qa-devel <= %{version}
|
|
|
|
|
Conflicts: xfsdump < 3.0.1
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
xfsprogs are the userspace utilities that manage XFS filesystems.
|
|
|
|
|
|
2020-11-25 10:43:44 +08:00
|
|
|
%package xfs_scrub
|
|
|
|
|
Summary: xfs filesystem online scrubbing utilities
|
|
|
|
|
Requires: xfsprogs = %{version}-%{release}, python3
|
|
|
|
|
|
|
|
|
|
%description xfs_scrub
|
|
|
|
|
xfs_scrub is used for checking and repairing metadata in a
|
|
|
|
|
mounted XFS filesystem.
|
|
|
|
|
WARNING!!! This program is EXPERIMENTAL, which means that its
|
|
|
|
|
behavior and interface could change at any time!
|
|
|
|
|
xfs_scrub is an immature utility! Do not run this program unless
|
|
|
|
|
you have backups of your data!
|
|
|
|
|
|
2019-09-30 11:20:10 -04:00
|
|
|
%package devel
|
|
|
|
|
Summary: The header files for XFS filesystem
|
|
|
|
|
Requires: xfsprogs = %{version}-%{release}, libuuid-devel
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
It contains the header files for the developing of XFS
|
|
|
|
|
filesystem.
|
|
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: Including man files for xfsprogs
|
|
|
|
|
Requires: man
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description help
|
|
|
|
|
This contains man files for the using of xfsprogs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1 -S git
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export tagname=CC
|
|
|
|
|
|
|
|
|
|
%configure --enable-readline=yes --enable-blkid=yes --enable-lto=no
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make DIST_ROOT=%{buildroot} install install-dev \
|
|
|
|
|
PKG_ROOT_SBIN_DIR=%{_sbindir} PKG_ROOT_LIB_DIR=%{_libdir}
|
|
|
|
|
|
|
|
|
|
rm -f %{buildroot}{%{_lib}/*.{la,a,so},%{_libdir}/*.{la,a}}
|
|
|
|
|
rm -rf %{buildroot}%{_datadir}/doc/xfsprogs/
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc doc/CHANGES README
|
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
%dir %{_usr}/%{_lib}/xfsprogs
|
|
|
|
|
%{_usr}/%{_lib}/xfsprogs/*
|
|
|
|
|
%{_sbindir}/*
|
|
|
|
|
%{_unitdir}/*
|
2020-11-25 10:43:44 +08:00
|
|
|
%exclude %{_sbindir}/xfs_scrub*
|
|
|
|
|
%exclude %{_unitdir}/xfs_scrub*
|
|
|
|
|
%exclude %{_usr}/%{_lib}/xfsprogs/xfs_scrub*
|
|
|
|
|
|
|
|
|
|
%files xfs_scrub
|
|
|
|
|
%{_sbindir}/xfs_scrub*
|
|
|
|
|
%{_unitdir}/xfs_scrub*
|
|
|
|
|
%{_usr}/%{_lib}/xfsprogs/xfs_scrub*
|
|
|
|
|
%{_mandir}/man8/xfs_scrub*
|
2019-09-30 11:20:10 -04:00
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%dir %{_includedir}/xfs
|
|
|
|
|
%{_includedir}/xfs/*.h
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man*/*
|
2020-11-25 10:43:44 +08:00
|
|
|
%exclude %{_mandir}/man8/xfs_scrub*
|
2019-09-30 11:20:10 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2020-11-25 10:43:44 +08:00
|
|
|
* Wed Nov 25 2020 haowenchao <haowenchao@huawei.com> - 5.6.0-2
|
|
|
|
|
- Split xfsprogs-xfs_scrub and the xfsprogs recommends it.
|
|
|
|
|
|
2020-07-16 16:28:50 +08:00
|
|
|
* Thu Jul 16 2020 wuguanghao <wuguanghao3@huawei.com> - 5.6.0-1
|
|
|
|
|
- update xfsprogs version to 5.6.0-1
|
|
|
|
|
|
2019-09-30 11:20:10 -04:00
|
|
|
* Wed Aug 28 2019 zhanghaibo <ted.zhang@huawei.com> - 4.17.0-5
|
|
|
|
|
- Type:enhancemnet
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESCi:openEuler Debranding
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2019 zhanghaibo <ted.zhang@huawei.com> - 4.17.0-4
|
|
|
|
|
- Package init
|