Accepting request 116666 from home:jeff_mahoney:branches:filesystems
- Updated BuildRequires to use libuuid-devel and properly build on RHEL. OBS-URL: https://build.opensuse.org/request/show/116666 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=18
This commit is contained in:
parent
ee5d1c889c
commit
4114767f83
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 20:12:41 UTC 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated BuildRequires to use libuuid-devel and properly build on RHEL.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 13:41:03 UTC 2012 - coolo@suse.com
|
Thu Mar 15 13:41:03 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
|
%if 0%{?suse_version} < 1100
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
%endif
|
||||||
|
%else
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
%endif
|
||||||
Version: 3.1.6
|
Version: 3.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
%if 0%{?suse_version} >= 1010
|
%if 0%{?suse_version} >= 1010
|
||||||
@ -63,7 +71,9 @@ want to install xfsprogs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%if 0%{?suse_version}
|
||||||
%patch0
|
%patch0
|
||||||
|
%endif
|
||||||
%patch1
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user