Compare commits
No commits in common. "31cdc75875659138809af36237cc15d857053449" and "cbb0719b652e2ed48d080074788fa3a18bb21d5d" have entirely different histories.
31cdc75875
...
cbb0719b65
BIN
gfs2-utils-3.2.0.tar.gz
Normal file
BIN
gfs2-utils-3.2.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
Name: gfs2-utils
|
Name: gfs2-utils
|
||||||
Version: 3.5.1
|
Version: 3.2.0
|
||||||
Release: 1
|
Release: 5
|
||||||
Summary: Utilities for managing the global file system (GFS2)
|
Summary: Global Filesystem Utilities
|
||||||
|
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://pagure.io/gfs2-utils
|
URL: https://pagure.io/gfs2-utils
|
||||||
Source0: https://releases.pagure.org/gfs2-utils/gfs2-utils-%{version}.tar.gz
|
Source0: https://releases.pagure.org/gfs2-utils/gfs2-utils-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ncurses-devel kernel-headers automake libtool zlib-devel gettext-devel
|
BuildRequires: ncurses-devel kernel-headers automake libtool zlib-devel gettext-devel
|
||||||
BuildRequires: bison flex libblkid-devel libuuid-devel check-devel bzip2-devel make
|
BuildRequires: bison flex libblkid-devel libuuid-devel check-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gfs2-utils package contains a number of utilities for creating, checking,
|
The gfs2-utils package contains a number of utilities for creating, checking,
|
||||||
@ -16,8 +16,9 @@ modifying, and correcting inconsistencies in GFS2 file systems.
|
|||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -28,48 +29,28 @@ modifying, and correcting inconsistencies in GFS2 file systems.
|
|||||||
make check || { cat tests/testsuite.log; exit 1; }
|
make check || { cat tests/testsuite.log; exit 1; }
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
make -C gfs2 install DESTDIR=%{buildroot}
|
||||||
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
|
|
||||||
rm -f %{buildroot}%{_defaultdocdir}/gfs2-utils/COPYING.*
|
|
||||||
rm -f %{buildroot}%{_defaultdocdir}/gfs2-utils/COPYRIGHT
|
|
||||||
rm -f %{buildroot}%{_defaultdocdir}/gfs2-utils/README.licence
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
%license doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
%license doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
||||||
%doc doc/*.txt doc/README.contributing
|
|
||||||
%{_sbindir}/gfs2*
|
%{_sbindir}/gfs2*
|
||||||
%{_sbindir}/*.gfs2
|
%{_sbindir}/*.gfs2
|
||||||
%{_sbindir}/tunegfs2
|
%{_sbindir}/tunegfs2
|
||||||
%{_sbindir}/glocktop
|
%{_sbindir}/glocktop
|
||||||
%{_libexecdir}/gfs2_withdraw_helper
|
%{_prefix}/lib/udev/rules.d/*.rules
|
||||||
%{_prefix}/lib/udev/rules.d/82-gfs2-withdraw.rules
|
%exclude %{_sbindir}/gfs2_trace
|
||||||
|
%exclude %{_sbindir}/gfs2_lockcapture
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
|
%defattr(-,root,root)
|
||||||
%doc doc/*.txt doc/README.contributing
|
%doc doc/*.txt doc/README.contributing
|
||||||
%{_mandir}/man8/*gfs2*
|
|
||||||
%{_mandir}/man8/glocktop*
|
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
%{_mandir}/man8/*
|
||||||
|
%exclude %{_mandir}/man8/gfs2_trace.8.gz
|
||||||
|
%exclude %{_mandir}/man8/gfs2_lockcapture.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 10 2023 Ge Wang <wang__ge@126.com> - 3.5.1-1
|
|
||||||
- Update to version 3.5.1
|
|
||||||
|
|
||||||
* Mon Jan 9 2023 yaoguangzhong <yaoguangzhong@xfusion.com> - 3.4.1-4
|
|
||||||
- backport gfs2_jadd: don't fsync after each block written
|
|
||||||
|
|
||||||
* Sat Jan 7 2023 yaoguangzhong <yaoguangzhong@xfusion.com> - 3.4.1-3
|
|
||||||
- backport gfs2_jadd: Use fallocate to preallocate journals
|
|
||||||
|
|
||||||
* Thu Apr 07 2022 wangkai <wangkai@h-partners.com> - 3.4.1-2
|
|
||||||
- fix build error
|
|
||||||
|
|
||||||
* Mon Dec 27 2021 wangyangli <wangyangli@kylinos.cn> - 3.4.1-1
|
|
||||||
- upgrade to 3.4.1
|
|
||||||
|
|
||||||
* Tue Jan 21 2020 daiqianwen <daiqianwen@huawei.com> - 3.2.0-5
|
* Tue Jan 21 2020 daiqianwen <daiqianwen@huawei.com> - 3.2.0-5
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
@ -78,3 +59,4 @@ rm -f %{buildroot}%{_defaultdocdir}/gfs2-utils/README.licence
|
|||||||
|
|
||||||
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.2.0-4
|
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.2.0-4
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user