From 412e6ab75834f4ec3ba024b702374a84b2f18eb0 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 23 Dec 2013 11:13:17 -0800 Subject: build: fix day in the %changelog This fixes `warnings` during build tests `rpm.t` Change-Id: I706ceb1a39d046fe26f70f7b1b06f059abd5d3c0 BUG: 1000019 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.org/6584 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfs.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 1bbb17f11..12f246895 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -742,7 +742,7 @@ fi %ghost %attr(0644,-,-) %config(noreplace) %{_sharedstatedir}/glusterd/glusterd.info %ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/options # This is really ugly, but I have no idea how to mark these directories in -# any other way. They should belong to the glusterfs-server package, but +# any other way. They should belong to the glusterfs-server package, but # don't exist after installation. They are generated on the first start... %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1 @@ -877,7 +877,7 @@ fi * Tue Dec 10 2013 Kaleb S. KEITHLEY - Sync with Fedora glusterfs.spec 3.5.0-0.1.qa3 -* Wed Oct 11 2013 Harshavardhana +* Fri Oct 11 2013 Harshavardhana - Add '_sharedstatedir' macro to `/var/lib` on <= RHEL5 (#1003184) * Wed Oct 9 2013 Kaleb S. KEITHLEY -- cgit