!3 update from 3.2.0 to 3.4.1
From: @emily_snow Reviewed-by: @ruebb Signed-off-by: @ruebb
This commit is contained in:
commit
ad1792cdd7
Binary file not shown.
BIN
gfs2-utils-3.4.1.tar.gz
Normal file
BIN
gfs2-utils-3.4.1.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,14 @@
|
||||
Name: gfs2-utils
|
||||
Version: 3.2.0
|
||||
Release: 5
|
||||
Summary: Global Filesystem Utilities
|
||||
Version: 3.4.1
|
||||
Release: 1
|
||||
Summary: Utilities for managing the global file system (GFS2)
|
||||
|
||||
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
|
||||
BuildRequires: bison flex libblkid-devel libuuid-devel check-devel
|
||||
BuildRequires: bison flex libblkid-devel libuuid-devel check-devel bzip2-devel make
|
||||
|
||||
%description
|
||||
The gfs2-utils package contains a number of utilities for creating, checking,
|
||||
@ -16,9 +16,8 @@ modifying, and correcting inconsistencies in GFS2 file systems.
|
||||
|
||||
%package_help
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -30,27 +29,31 @@ make check || { cat tests/testsuite.log; exit 1; }
|
||||
|
||||
%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
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
||||
%{_sbindir}/gfs2*
|
||||
%{_sbindir}/*.gfs2
|
||||
%{_sbindir}/tunegfs2
|
||||
%{_sbindir}/glocktop
|
||||
%{_prefix}/lib/udev/rules.d/*.rules
|
||||
%exclude %{_sbindir}/gfs2_trace
|
||||
%exclude %{_sbindir}/gfs2_lockcapture
|
||||
%{_libexecdir}/gfs2_withdraw_helper
|
||||
%{_prefix}/lib/udev/rules.d/82-gfs2-withdraw.rules
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc doc/*.txt doc/README.contributing
|
||||
%{_mandir}/man8/*gfs2*
|
||||
%{_mandir}/man8/glocktop*
|
||||
%{_mandir}/man5/*
|
||||
%{_mandir}/man8/*
|
||||
%exclude %{_mandir}/man8/gfs2_trace.8.gz
|
||||
%exclude %{_mandir}/man8/gfs2_lockcapture.8.gz
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
@ -59,4 +62,3 @@ make -C gfs2 install DESTDIR=%{buildroot}
|
||||
|
||||
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.2.0-4
|
||||
- Package Init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user