OBS User unknown
2009-01-12 17:23:32 +00:00
committed by Git OBS Bridge
parent f19a513fd3
commit cfdbd03993
3 changed files with 45 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package xfsprogs (Version 2.10.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
Name: xfsprogs
BuildRequires: e2fsprogs-devel
Version: 2.10.2
Release: 1
Release: 3
# hint for ZYPP
Supplements: filesystem(xfs)
AutoReqProv: on
@@ -32,6 +32,7 @@ Summary: Utilities for managing the XFS file system
Source0: xfsprogs_%{version}-1.tar.bz2
Patch0: xfsprogs-docdir.diff
Patch1: xfsprogs-ppc64.diff
Patch2: xfsprogs-64k_pagesize.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -80,6 +81,7 @@ Authors:
%setup -q
%patch0
%patch1
%patch2
%build
%{suse_update_config -f}
@@ -141,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man3/*
%changelog
* Mon Jan 12 2009 mmarek@suse.cz
- added fixes needed to run xfsdump on ia64 with 64k page size
(bnc#450668)
* Tue Dec 09 2008 mmarek@suse.cz
- updated to version 2.10.2 (bnc#457407)
- Fix an mkfs.xfs regression where -i maxpct option was ignored.