summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarshavardhana <harsha@harshavardhana.net>2013-12-23 11:13:17 -0800
committerVijay Bellur <vbellur@redhat.com>2013-12-27 03:29:33 -0800
commit412e6ab75834f4ec3ba024b702374a84b2f18eb0 (patch)
treea081d082abacf7ab89c02d0d26c36f4b75b82670
parentd4b8825436daad701995e120f38da706e5fe97c1 (diff)
build: fix day in the %changelog
This fixes `warnings` during build tests `rpm.t` Change-Id: I706ceb1a39d046fe26f70f7b1b06f059abd5d3c0 BUG: 1000019 Signed-off-by: Harshavardhana <harsha@harshavardhana.net> Reviewed-on: http://review.gluster.org/6584 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r--glusterfs.spec.in4
1 files changed, 2 insertions, 2 deletions
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 <kkeithle@redhat.com>
- Sync with Fedora glusterfs.spec 3.5.0-0.1.qa3
-* Wed Oct 11 2013 Harshavardhana <fharshav@redhat.com>
+* Fri Oct 11 2013 Harshavardhana <fharshav@redhat.com>
- Add '_sharedstatedir' macro to `/var/lib` on <= RHEL5 (#1003184)
* Wed Oct 9 2013 Kaleb S. KEITHLEY <kkeithle@redhat.com>