From 6d28941b0b32ae0053604021925dfdc8d40a1047 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 9 Oct 2013 08:29:18 -0400 Subject: build: sync glusterfs.spec.in with Fedora glusterfs.spec (this is the master branch) sync with Fedora glusterfs.spec 3.4.1-2+ Change-Id: I8a303efb0ac8cd3e04531e2f02427e3590387493 BUG: 950083 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/6059 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- glusterfs.spec.in | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 46240247c..6c38fe0f5 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -72,8 +72,8 @@ Summary: Cluster File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 3.4.0 -Release: 8%{?prereltag:.%{prereltag}}%{?dist} +Version: 3.4.1 +Release: 3%{?prereltag:.%{prereltag}}%{?dist} Vendor: Fedora Project %else Name: @PACKAGE_NAME@ @@ -321,6 +321,7 @@ This package provides the glusterfs server daemon. Summary: Clustered file-system api library Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} +Requires: %{name}-devel = %{version}-%{release} # we provide the Python package/namespace 'gluster' Provides: python-gluster = %{version}-%{release} @@ -520,11 +521,9 @@ sed -i 's|option working-directory /etc/glusterd|option working-directory %{_sha %{buildroot}%{_sysconfdir}/glusterfs/glusterd.vol # Install glusterfsd .service or init.d file -%if ( 0%{?_with_systemd:1} ) %if ( 0%{_for_fedora_koji_builds} ) %_init_install %{glusterfsd_service} glusterfsd %endif -%endif %if ( 0%{_for_fedora_koji_builds} ) # Client logrotate entry @@ -730,7 +729,7 @@ fi %endif # init files %_init_glusterd -%if ( 0%{_for_fedora_koji_builds} && 0%{?_with_systemd:1} ) +%if ( 0%{_for_fedora_koji_builds} ) %_init_glusterfsd %endif # binaries @@ -878,10 +877,13 @@ if [ $1 -ge 1 ]; then fi %changelog +* Wed Oct 9 2013 Kaleb S. KEITHLEY +- Sync with Fedora glusterfs.spec 3.4.1-2+ + * Wed Oct 9 2013 Niels de Vos - glusterfs-api-devel requires glusterfs-devel (#1016938, #1017094) -* Thu Sep 30 2013 Niels de Vos +* Mon Sep 30 2013 Niels de Vos - Package gfapi.py into the Python site-packages path (#1005146) * Tue Sep 17 2013 Harshavardhana -- cgit