aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-02-17 14:34:28 +0000
committerDavid Howells <dhowells@redhat.com>2016-02-17 14:34:28 +0000
commit6f118f9c35b0a731c4962715bf907cd9828ab2da (patch)
treed87a59e723dfbb6b63206d7b6ece3e8cd9b2dffc
parent0dd31081ca096e511fbb9cc19bb9e82dc2675228 (diff)
downloadcachefilesd-6f118f9c35b0a731c4962715bf907cd9828ab2da.tar.gz
Makefile: Put things in a cachefilesd directory when making a tarballv0.10.9
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>
-rw-r--r--Makefile2
-rw-r--r--redhat/cachefilesd.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fff0e87..eb36199 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ distclean: clean
#
###############################################################################
$(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 @@ install -m 644 cachefilesd.service %{buildroot}%{_unitdir}/cachefilesd.service
%{_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/.