Accepting request 262239 from home:elvigia:branches:filesystems

- Enable ACL support 
- Buildrequire libuuid-devel and hwinfo-devel, silences build warning
  about the need of that libraries.

OBS-URL: https://build.opensuse.org/request/show/262239
OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=21
This commit is contained in:
Greg Freemyer 2014-11-18 22:32:07 +00:00 committed by Git OBS Bridge
parent c64b0c4d13
commit dde35ab7c8
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