2019-12-14 18:54:26 +08:00
|
|
|
|
Name: gfs2-utils
|
2023-10-10 10:38:56 +08:00
|
|
|
|
Version: 3.5.1
|
|
|
|
|
|
Release: 1
|
2021-07-12 17:19:51 +08:00
|
|
|
|
Summary: Utilities for managing the global file system (GFS2)
|
2019-12-14 18:54:26 +08:00
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
|
|
URL: https://pagure.io/gfs2-utils
|
|
|
|
|
|
Source0: https://releases.pagure.org/gfs2-utils/gfs2-utils-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: ncurses-devel kernel-headers automake libtool zlib-devel gettext-devel
|
2021-07-12 17:19:51 +08:00
|
|
|
|
BuildRequires: bison flex libblkid-devel libuuid-devel check-devel bzip2-devel make
|
2019-12-14 18:54:26 +08:00
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
The gfs2-utils package contains a number of utilities for creating, checking,
|
|
|
|
|
|
modifying, and correcting inconsistencies in GFS2 file systems.
|
|
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-07-12 17:19:51 +08:00
|
|
|
|
%autosetup -p1
|
2019-12-14 18:54:26 +08:00
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
./autogen.sh
|
|
|
|
|
|
%configure
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
make check || { cat tests/testsuite.log; exit 1; }
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2023-10-10 10:38:56 +08:00
|
|
|
|
%make_install
|
2021-07-12 17:19:51 +08:00
|
|
|
|
rm -f %{buildroot}/usr/sbin/gfs2_trace
|
|
|
|
|
|
rm -f %{buildroot}/usr/sbin/gfs2_lockcapture
|
|
|
|
|
|
rm -f %{buildroot}%{_mandir}/man8/gfs2_trace.8
|
|
|
|
|
|
rm -f %{buildroot}%{_mandir}/man8/gfs2_lockcapture.8
|
2023-10-10 10:38:56 +08:00
|
|
|
|
rm -f %{buildroot}%{_defaultdocdir}/gfs2-utils/COPYING.*
|
|
|
|
|
|
rm -f %{buildroot}%{_defaultdocdir}/gfs2-utils/COPYRIGHT
|
|
|
|
|
|
rm -f %{buildroot}%{_defaultdocdir}/gfs2-utils/README.licence
|
2019-12-14 18:54:26 +08:00
|
|
|
|
|
|
|
|
|
|
%files
|
2023-10-10 10:38:56 +08:00
|
|
|
|
%license doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
|
|
|
|
|
%doc doc/*.txt doc/README.contributing
|
2019-12-14 18:54:26 +08:00
|
|
|
|
%{_sbindir}/gfs2*
|
|
|
|
|
|
%{_sbindir}/*.gfs2
|
|
|
|
|
|
%{_sbindir}/tunegfs2
|
|
|
|
|
|
%{_sbindir}/glocktop
|
2021-07-12 17:19:51 +08:00
|
|
|
|
%{_libexecdir}/gfs2_withdraw_helper
|
|
|
|
|
|
%{_prefix}/lib/udev/rules.d/82-gfs2-withdraw.rules
|
2019-12-14 18:54:26 +08:00
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
|
%doc doc/*.txt doc/README.contributing
|
2021-07-12 17:19:51 +08:00
|
|
|
|
%{_mandir}/man8/*gfs2*
|
|
|
|
|
|
%{_mandir}/man8/glocktop*
|
2019-12-14 18:54:26 +08:00
|
|
|
|
%{_mandir}/man5/*
|
2021-07-12 17:19:51 +08:00
|
|
|
|
|
2019-12-14 18:54:26 +08:00
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-10-10 10:38:56 +08:00
|
|
|
|
* Tue Oct 10 2023 Ge Wang <wang__ge@126.com> - 3.5.1-1
|
|
|
|
|
|
- Update to version 3.5.1
|
|
|
|
|
|
|
2023-01-09 12:04:43 +08:00
|
|
|
|
* Mon Jan 9 2023 yaoguangzhong <yaoguangzhong@xfusion.com> - 3.4.1-4
|
|
|
|
|
|
- backport gfs2_jadd: don't fsync after each block written
|
|
|
|
|
|
|
2023-01-07 16:20:44 +08:00
|
|
|
|
* Sat Jan 7 2023 yaoguangzhong <yaoguangzhong@xfusion.com> - 3.4.1-3
|
|
|
|
|
|
- backport gfs2_jadd: Use fallocate to preallocate journals
|
|
|
|
|
|
|
2022-04-07 17:22:27 +08:00
|
|
|
|
* Thu Apr 07 2022 wangkai <wangkai@h-partners.com> - 3.4.1-2
|
|
|
|
|
|
- fix build error
|
|
|
|
|
|
|
2021-07-12 17:19:51 +08:00
|
|
|
|
* Mon Dec 27 2021 wangyangli <wangyangli@kylinos.cn> - 3.4.1-1
|
|
|
|
|
|
- upgrade to 3.4.1
|
|
|
|
|
|
|
2020-01-21 11:56:03 +08:00
|
|
|
|
* Tue Jan 21 2020 daiqianwen <daiqianwen@huawei.com> - 3.2.0-5
|
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
|
- ID:NA
|
|
|
|
|
|
- SUG:NA
|
|
|
|
|
|
- DESC: modify spec
|
|
|
|
|
|
|
2019-12-14 18:54:26 +08:00
|
|
|
|
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.2.0-4
|
|
|
|
|
|
- Package Init
|