diff options
author | Harshavardhana <harsha@harshavardhana.net> | 2013-12-23 11:17:29 -0800 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-12-27 21:24:41 -0800 |
commit | 0a377e4af6c026d5be1c0f685f2339805b83a28a (patch) | |
tree | 233ecad2bb2d49caebd7e90a801325369d9b5a08 /glusterfs.spec.in | |
parent | c4ce0d7785923a2896830a19166facaf5cfc39cc (diff) |
build: fix day in the %changelog
This fixes `warnings` during build tests `rpm.t`
Change-Id: I5609f1ab674ed0829e4d5ac049e4ca5d4f4b1a21
BUG: 1000019
Signed-off-by: Harshavardhana <harsha@harshavardhana.net>
Reviewed-on: http://review.gluster.org/6585
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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> |