From 0a377e4af6c026d5be1c0f685f2339805b83a28a Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 23 Dec 2013 11:17:29 -0800 Subject: build: fix day in the %changelog This fixes `warnings` during build tests `rpm.t` Change-Id: I5609f1ab674ed0829e4d5ac049e4ca5d4f4b1a21 BUG: 1000019 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.org/6585 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 1bbb17f1196..12f246895d7 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