aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-02-03 21:54:40 +0000
committerDavid Howells <dhowells@redhat.com>2016-02-04 11:10:43 +0000
commita31eb130942038c6ab772ac693e0d6affb903946 (patch)
treee06589a51a6b58e707e18560f132d0d369d3f757
parent6f3fc3ede85a0a2fbcd369c631afe9eba34c0f30 (diff)
downloadcachefilesd-a31eb130942038c6ab772ac693e0d6affb903946.tar.gz
Version 0.10.7v0.10.7next
Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--cachefilesd.c2
-rw-r--r--redhat/cachefilesd.spec5
2 files changed, 5 insertions, 2 deletions
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 @@ fi
%{_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.