Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a9ea9e50fc
!11 update version to 3.1.11-1
From: @volcanodragon 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-11-02 10:38:19 +00:00
volcanodragon
08eac0fdff update xfsdump version to 3.1.11-1 2022-11-02 18:23:49 +08:00
openeuler-ci-bot
345f508b1f
!9 [sync] PR-8: add patches to fix failed cases of xfstest
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-10-17 11:11:57 +00:00
Jun Yang
e6de789065 xfsdump: add patches to fix failed cases of xfstest
Signed-off-by: Jun Yang <jun.yang@suse.com>
(cherry picked from commit 22dd2d77472d29a286cb979371d9ab07a2e29938)
2022-10-17 17:14:15 +08:00
openeuler-ci-bot
56d028d28c !4 xfsdump delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-07-31 07:29:30 +00:00
chenyanpanHW
5da23a292d
delete -S git from %autosetup, and delete BuildRequires git 2021-07-31 11:00:34 +08:00
openeuler-ci-bot
203a0a56d7 !2 update xfsdump version to 3.1.9
Merge pull request !2 from wguanghao/develop
2020-07-17 18:04:40 +08:00
wguanghao
f5e8f8390a update xfsdump version to 3.1.9 2020-07-16 16:04:36 +08:00
openeuler-ci-bot
8308445b56 !1 add yaml file for ci
Merge pull request !1 from liuzhiqiang/master
2020-07-02 17:17:04 +08:00
Zhiqiang Liu
aaadca1a1a add yaml file for ci 2020-07-02 11:34:45 +08:00
4 changed files with 20 additions and 6 deletions

BIN
xfsdump-3.1.11.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: xfsdump
Version: 3.1.8
Release: 5
Version: 3.1.11
Release: 1
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, git
BuildRequires: libtool, gettext, gawk
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 -S git
%autosetup -n %{name}-%{version} -p1
%build
%configure
@ -31,8 +31,6 @@ 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
@ -50,5 +48,17 @@ 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

4
xfsdump.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: git://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git
tag_prefix: "^v"
seperator: "."