Merge commit 'refs/top-bases/linux-libspl' into linux-libspl
This commit is contained in:
commit
e556b8d858
|
@ -22,8 +22,13 @@ for the zfs file system.
|
||||||
%package devel
|
%package devel
|
||||||
Summary: ZFS File System User Headers
|
Summary: ZFS File System User Headers
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
%if %{defined ch5} || %{defined el6} || %{defined fc12}
|
||||||
|
Requires: zlib libuuid libblkid
|
||||||
|
BuildRequires: zlib-devel libuuid-devel libblkid-devel
|
||||||
|
%else
|
||||||
Requires: zlib e2fsprogs
|
Requires: zlib e2fsprogs
|
||||||
BuildRequires: zlib-devel e2fsprogs-devel
|
BuildRequires: zlib-devel e2fsprogs-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains the header files needed for building
|
The %{name}-devel package contains the header files needed for building
|
||||||
|
@ -42,7 +47,7 @@ various system profiling tools to facilitate an in depth analysis.
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%build
|
%build
|
||||||
%configure --with-config=user --with-blkid
|
%configure --with-config=user --without-blkid
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Reference in New Issue