Compare commits
No commits in common. "a9ea9e50fc174c16b8341a61f690ad5d1346af3f" and "ee5470ec08f458fd1717df77e9fddb94662f3f85" have entirely different histories.
a9ea9e50fc
...
ee5470ec08
Binary file not shown.
BIN
xfsdump-3.1.8.tar.xz
Normal file
BIN
xfsdump-3.1.8.tar.xz
Normal file
Binary file not shown.
22
xfsdump.spec
22
xfsdump.spec
@ -1,12 +1,12 @@
|
||||
Name: xfsdump
|
||||
Version: 3.1.11
|
||||
Release: 1
|
||||
Version: 3.1.8
|
||||
Release: 5
|
||||
Summary: Tools create and restore for the XFS filesystem
|
||||
License: GPLv2
|
||||
URL: http://xfs.org
|
||||
Source0: http://kernel.org/pub/linux/utils/fs/xfs/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: libtool, gettext, gawk
|
||||
BuildRequires: libtool, gettext, gawk, git
|
||||
BuildRequires: xfsprogs-devel, ncurses-devel, libuuid-devel, libattr-devel
|
||||
Requires: xfsprogs, attr
|
||||
|
||||
@ -21,7 +21,7 @@ Requires: man
|
||||
This contains man files for the using of xfsdump.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%autosetup -n %{name}-%{version} -p1 -S git
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -31,6 +31,8 @@ This contains man files for the using of xfsdump.
|
||||
%install
|
||||
make DIST_ROOT=$RPM_BUILD_ROOT install
|
||||
|
||||
rm %{buildroot}/%{_sbindir}/xfsdump
|
||||
rm %{buildroot}/%{_sbindir}/xfsrestore
|
||||
mv %{buildroot}/sbin/{xfsdump,xfsrestore} %{buildroot}/%{_sbindir}/
|
||||
mkdir -p %{buildroot}/%{_sharedstatedir}/xfsdump/inventory
|
||||
|
||||
@ -48,17 +50,5 @@ mkdir -p %{buildroot}/%{_sharedstatedir}/xfsdump/inventory
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 20 2022 yangchenguang <yangchenguang@uniontech.com> - 3.1.11-1
|
||||
- update xfsdump version to 3.1.11-1
|
||||
|
||||
* Thu Sep 29 2022 Jun Yang <jun.yang@suse.com> - 3.1.9-3
|
||||
- Add patches to fix failed cases of xfstest xfs/544,545
|
||||
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 3.1.9-2
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Thu Jul 16 2020 wuguanghao <wuguanghao3@huawei.com> - 3.1.9-1
|
||||
- update xfsdump version to 3.1.9-1
|
||||
|
||||
* Thu Oct 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.1.8-5
|
||||
- Package init
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
version_control: git
|
||||
src_repo: git://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user