+-------------------------------------------------------------------
+Thu Feb 02 14:49:59 CET 2017 - aschnell@suse.com
+
+- build SLE12 versions with quota support again (bsc#1021370)
+- versions 0.4.2
+
-------------------------------------------------------------------
Wed Dec 21 10:29:57 CET 2016 - aschnell@suse.com
%if 0%{?suse_version} <= 1310
--disable-rollback \
%endif
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} <= 1310
--disable-btrfs-quota \
%endif
--disable-silent-rules --disable-ext4
#define BTRFS_IOC_SUBVOL_GETFLAGS _IOR(BTRFS_IOCTL_MAGIC, 25, __u64)
#endif
+#ifndef BTRFS_QGROUP_LEVEL_SHIFT
+#define BTRFS_QGROUP_LEVEL_SHIFT 48
+#endif
+
namespace snapper
{