diff --git a/ntfs-3g_ntfsprogs.changes b/ntfs-3g_ntfsprogs.changes index 47a0e86..badf813 100644 --- a/ntfs-3g_ntfsprogs.changes +++ b/ntfs-3g_ntfsprogs.changes @@ -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 diff --git a/ntfs-3g_ntfsprogs.spec b/ntfs-3g_ntfsprogs.spec index 9239bfd..fc96879 100644 --- a/ntfs-3g_ntfsprogs.spec +++ b/ntfs-3g_ntfsprogs.spec @@ -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