Compare commits
10 Commits
ee5470ec08
...
a9ea9e50fc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9ea9e50fc | ||
|
|
08eac0fdff | ||
|
|
345f508b1f | ||
|
|
e6de789065 | ||
|
|
56d028d28c | ||
|
|
5da23a292d | ||
|
|
203a0a56d7 | ||
|
|
f5e8f8390a | ||
|
|
8308445b56 | ||
|
|
aaadca1a1a |
BIN
xfsdump-3.1.11.tar.xz
Normal file
BIN
xfsdump-3.1.11.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
22
xfsdump.spec
22
xfsdump.spec
@ -1,12 +1,12 @@
|
|||||||
Name: xfsdump
|
Name: xfsdump
|
||||||
Version: 3.1.8
|
Version: 3.1.11
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: Tools create and restore for the XFS filesystem
|
Summary: Tools create and restore for the XFS filesystem
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://xfs.org
|
URL: http://xfs.org
|
||||||
Source0: http://kernel.org/pub/linux/utils/fs/xfs/%{name}/%{name}-%{version}.tar.xz
|
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
|
BuildRequires: xfsprogs-devel, ncurses-devel, libuuid-devel, libattr-devel
|
||||||
Requires: xfsprogs, attr
|
Requires: xfsprogs, attr
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ Requires: man
|
|||||||
This contains man files for the using of xfsdump.
|
This contains man files for the using of xfsdump.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -S git
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -31,8 +31,6 @@ This contains man files for the using of xfsdump.
|
|||||||
%install
|
%install
|
||||||
make DIST_ROOT=$RPM_BUILD_ROOT install
|
make DIST_ROOT=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
rm %{buildroot}/%{_sbindir}/xfsdump
|
|
||||||
rm %{buildroot}/%{_sbindir}/xfsrestore
|
|
||||||
mv %{buildroot}/sbin/{xfsdump,xfsrestore} %{buildroot}/%{_sbindir}/
|
mv %{buildroot}/sbin/{xfsdump,xfsrestore} %{buildroot}/%{_sbindir}/
|
||||||
mkdir -p %{buildroot}/%{_sharedstatedir}/xfsdump/inventory
|
mkdir -p %{buildroot}/%{_sharedstatedir}/xfsdump/inventory
|
||||||
|
|
||||||
@ -50,5 +48,17 @@ mkdir -p %{buildroot}/%{_sharedstatedir}/xfsdump/inventory
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.1.8-5
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
xfsdump.yaml
Normal file
4
xfsdump.yaml
Normal 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: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user