Dominique Leuenberger 2014-11-24 10:17:59 +00:00 committed by Git OBS Bridge
commit 0e62f7ca27
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 18 22:18:43 UTC 2014 - crrodriguez@opensuse.org
- Enable ACL support
- Buildrequire libuuid-devel and hwinfo-devel, silences build warning
about the need of that libraries.
-------------------------------------------------------------------
Tue Apr 22 23:53:03 UTC 2014 - tabraham@suse.com

View File

@ -33,6 +33,8 @@ BuildRequires: fuse-devel >= 2.6.0
%else
BuildRequires: pkgconfig(fuse) >= 2.6.0
%endif
BuildRequires: hwinfo-devel
BuildRequires: libuuid-devel
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -108,7 +110,7 @@ options to display the version number and usage syntax.
#
export CFLAGS="$RPM_OPT_FLAGS -Wformat -Wformat-security -W -Wno-sign-compare"
%configure --exec-prefix=/ --disable-static --with-pic --disable-ldconfig \
--with-fuse=external
--with-fuse=external --enable-posix-acls
make %{?_smp_mflags}
%install