BZ 748442, take two

Also update license to reflect the upstream change to GPLv3 (from AGPLv3)
This commit is contained in:
Kaleb S. KEITHLEY 2011-11-02 15:40:01 -04:00
parent ff4f8fdd5c
commit 2c293c6f61

View File

@ -13,7 +13,7 @@ Release: 2%{?dist}
Summary: Clustered file-system Summary: Clustered file-system
Group: System Environment/Base Group: System Environment/Base
License: AGPLv3 License: GPLv3
URL: http://www.gluster.org/ URL: http://www.gluster.org/
Source0: http://download.gluster.com/pub/gluster/glusterfs/3.2/%{version}/glusterfs-%{version}.tar.gz Source0: http://download.gluster.com/pub/gluster/glusterfs/3.2/%{version}/glusterfs-%{version}.tar.gz
Source1: glusterd.sysconfig Source1: glusterd.sysconfig
@ -48,6 +48,7 @@ Requires(postun): /sbin/service
%define _daemon_restart() /sbin/service %1 condrestart &>/dev/null ; %define _daemon_restart() /sbin/service %1 condrestart &>/dev/null ;
%define _daemon_stop() /sbin/service %1 stop &>/dev/null ; %define _daemon_stop() /sbin/service %1 stop &>/dev/null ;
%else %else
BuildRequires: systemd-units
Requires(post): systemd-units Requires(post): systemd-units
Requires(preun): systemd-units Requires(preun): systemd-units
Requires(postun): systemd-units Requires(postun): systemd-units