[hekafs/f16] hekafs-0.7-11, rename scripts and man pages for consistency

Kaleb KEITHLEY kkeithle at fedoraproject.org
Wed Aug 31 17:10:28 UTC 2011


commit d5ba0b7d0e0bfd1abe83d66b8b1a2650cecde66a
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Wed Aug 31 13:09:48 2011 -0400

    hekafs-0.7-11, rename scripts and man pages for consistency

 hekafs.spec |   13 ++++++++-----
 sources     |    2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/hekafs.spec b/hekafs.spec
index 9385c2f..a3458e2 100644
--- a/hekafs.spec
+++ b/hekafs.spec
@@ -4,7 +4,7 @@
 Summary:          Heka File System
 Name:             hekafs
 Version:          0.7
-Release:          10%{?dist}
+Release:          11%{?dist}
 License:          AGPLv3+
 Group:            System Environment/Base
 Vendor:           Red Hat
@@ -56,9 +56,9 @@ with additional authentication/encryption/multi-tenancy features.
 %{__ln_s} %{python_sitelib}/hfs_delete_tenant.py %{buildroot}%{_bindir}/hfs_delete_tenant
 %{__ln_s} %{python_sitelib}/hfs_enable_tenant.py %{buildroot}%{_bindir}/hfs_enable_tenant
 %{__ln_s} %{python_sitelib}/hfs_list_tenants.py %{buildroot}%{_bindir}/hfs_list_tenants
-%{__ln_s} %{python_sitelib}/hfs_list_vols.py %{buildroot}%{_bindir}/hfs_list_vols
+%{__ln_s} %{python_sitelib}/hfs_list_volumes.py %{buildroot}%{_bindir}/hfs_list_volumes
 %{__ln_s} %{python_sitelib}/hfs_mount.py %{buildroot}%{_bindir}/hfs_mount
-%{__ln_s} %{python_sitelib}/hfs_rm_volume.py %{buildroot}%{_bindir}/hfs_rm_volume
+%{__ln_s} %{python_sitelib}/hfs_delete_volume.py %{buildroot}%{_bindir}/hfs_delete_volume
 %{__ln_s} %{python_sitelib}/hfs_start_volume.py %{buildroot}%{_bindir}/hfs_start_volume
 %{__ln_s} %{python_sitelib}/hfs_stop_volume.py %{buildroot}%{_bindir}/hfs_stop_volume
 %{__ln_s} %{python_sitelib}/hfs_update_cert.py %{buildroot}%{_bindir}/hfs_update_cert
@@ -77,9 +77,9 @@ with additional authentication/encryption/multi-tenancy features.
 %{__gzip} -c doc/hfs_delete_tenant.8 > %{buildroot}%{_mandir}/man8/hfs_delete_tenant.8.gz
 %{__gzip} -c doc/hfs_enable_tenant.8 > %{buildroot}%{_mandir}/man8/hfs_enable_tenant.8.gz
 %{__gzip} -c doc/hfs_list_tenants.8 > %{buildroot}%{_mandir}/man8/hfs_list_tenants.8.gz
-%{__gzip} -c doc/hfs_list_vols.8 > %{buildroot}%{_mandir}/man8/hfs_list_vols.8.gz
+%{__gzip} -c doc/hfs_list_volumes.8 > %{buildroot}%{_mandir}/man8/hfs_list_volumes.8.gz
 %{__gzip} -c doc/hfs_mount.8 > %{buildroot}%{_mandir}/man8/hfs_mount.8.gz
-%{__gzip} -c doc/hfs_rm_volume.8 > %{buildroot}%{_mandir}/man8/hfs_rm_volume.8.gz
+%{__gzip} -c doc/hfs_delete_volume.8 > %{buildroot}%{_mandir}/man8/hfs_delete_volume.8.gz
 %{__gzip} -c doc/hfs_start_volume.8 > %{buildroot}%{_mandir}/man8/hfs_start_volume.8.gz
 %{__gzip} -c doc/hfs_stop_volume.8 > %{buildroot}%{_mandir}/man8/hfs_stop_volume.8.gz
 %{__gzip} -c doc/hfs_update_cert.8 > %{buildroot}%{_mandir}/man8/hfs_update_cert.8.gz
@@ -114,6 +114,9 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Wed Aug 31 2011 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 0.7-11
+- rename for consistent use of, e.g., remove versus rm, etc.
+
 * Tue Aug 23 2011 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 0.7-10
 - Glusterfs 3.2.3
 
diff --git a/sources b/sources
index 30a5ae5..d1fe6f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63ab84b86f40749e4c083c691782b284  hekafs-0.7.tgz
+8eb29094752e946d7126856d711b4dd7  hekafs-0.7.tgz


More information about the scm-commits mailing list