Version 0.10.7

Signed-off-by: David Howells <dhowells@redhat.com>
diff --git a/cachefilesd.c b/cachefilesd.c
index 94c3bf8..88b519f 100644
--- a/cachefilesd.c
+++ b/cachefilesd.c
@@ -27,7 +27,7 @@
  * NUL characters are cause for error
  */
 
-#define CACHEFILESD_VERSION "0.10.6"
+#define CACHEFILESD_VERSION "0.10.7"
 
 #define _GNU_SOURCE
 #include <stdarg.h>
diff --git a/redhat/cachefilesd.spec b/redhat/cachefilesd.spec
index 49f07c8..a8d5500 100644
--- a/redhat/cachefilesd.spec
+++ b/redhat/cachefilesd.spec
@@ -1,7 +1,7 @@
 # % define buildid .local
 
 Name:		cachefilesd
-Version:	0.10.6
+Version:	0.10.7
 Release:	1%{?dist}%{?buildid}
 Summary:	CacheFiles user-space management daemon
 Group:		System Environment/Daemons
@@ -88,6 +88,9 @@
 %{_localstatedir}/cache/fscache
 
 %changelog
+* Wed Feb 3 2016 David Howells <dhowells@redhat.com> 0.10.7-1
+- Call setgroups() before calling setuid() (caught by rpmlint).
+
 * Wed Feb 3 2016 David Howells <dhowells@redhat.com> 0.10.6-1
 - Note the correct licence.
 - Handle malformed kernel status correctly.