Makefile: Put things in a cachefilesd directory when making a tarball

Fix the Makefile to put things in a cachefilesd directory when making a
tarball, not in a directory called 'keyutils'.

Signed-off-by: David Howells <dhowells@redhat.com>
diff --git a/Makefile b/Makefile
index fff0e87..eb36199 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@
 #
 ###############################################################################
 $(ZTARBALL):
-	git archive --prefix=keyutils-$(VERSION)/ --format tar -o $(TARBALL) HEAD
+	git archive --prefix=cachefilesd-$(VERSION)/ --format tar -o $(TARBALL) HEAD
 	bzip2 -9 <$(TARBALL) >$(ZTARBALL)
 
 tarball: $(ZTARBALL)
diff --git a/redhat/cachefilesd.spec b/redhat/cachefilesd.spec
index 47b133c..521312e 100644
--- a/redhat/cachefilesd.spec
+++ b/redhat/cachefilesd.spec
@@ -1,7 +1,7 @@
 # % define buildid .local
 
 Name:		cachefilesd
-Version:	0.10.8
+Version:	0.10.9
 Release:	1%{?dist}%{?buildid}
 Summary:	CacheFiles user-space management daemon
 Group:		System Environment/Daemons
@@ -71,6 +71,9 @@
 %{_localstatedir}/cache/fscache
 
 %changelog
+* Wed Feb 17 2016 David Howells <dhowells@redhat.com> 0.10.9-1
+- Fix name of directory in Makefile-generated tarball.
+
 * Wed Feb 17 2016 David Howells <dhowells@redhat.com> 0.10.8-1
 - Use systemd interaction macros in specfile installation sections [RH BZ 850053].
 - Fix the service file to use /usr/sbin/ rather than /sbin/.