diff --git a/xfsprogs.changes b/xfsprogs.changes index 254c85d..7581ec1 100644 --- a/xfsprogs.changes +++ b/xfsprogs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 19 21:26:53 CET 2010 - mmarek@suse.cz + +- Fix build on SLES9. + ------------------------------------------------------------------- Tue Jun 23 11:54:03 CEST 2009 - mmarek@suse.cz diff --git a/xfsprogs.spec b/xfsprogs.spec index f5159ce..d9c6b8e 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package xfsprogs (Version 3.0.1) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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,12 +21,14 @@ Name: xfsprogs BuildRequires: e2fsprogs-devel Version: 3.0.1 -Release: 1 +Release: 2 +%if 0%{?suse_version} >= 1010 # hint for ZYPP Supplements: filesystem(xfs) +%endif AutoReqProv: on Group: System/Filesystems -License: GPL v2 or later +License: GPLv2+ Url: http://oss.sgi.com/projects/xfs/ Summary: Utilities for managing the XFS file system Source0: xfsprogs-%{version}.tar.bz2 @@ -58,7 +60,7 @@ Authors: Requires: xfsprogs = %version AutoReqProv: on Group: Development/Libraries/C and C++ -License: GPL v2 or later +License: GPLv2+ Url: http://oss.sgi.com/projects/xfs/ Summary: XFS Filesystem-specific Static Libraries and Headers