GlusterFS 3.7.0beta1, BZ 1218442
This commit is contained in:
parent
b6a0a86106
commit
3d7b48d76e
@ -96,7 +96,11 @@
|
||||
%endif
|
||||
|
||||
%if ( 0%{?_with_systemd:1} )
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
%define _init_enable() /bin/true ;
|
||||
%else
|
||||
%define _init_enable() /bin/systemctl enable %1.service ;
|
||||
%endif
|
||||
%define _init_disable() /bin/systemctl disable %1.service ;
|
||||
%define _init_restart() /bin/systemctl try-restart %1.service ;
|
||||
%define _init_start() /bin/systemctl start %1.service ;
|
||||
@ -156,7 +160,7 @@ Summary: Cluster File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.7.0
|
||||
Release: 0.2%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Release: 0.3%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Vendor: Fedora Project
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
@ -1111,6 +1115,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 5 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.7.0-0.3beta1
|
||||
- GlusterFS 3.7.0beta1, BZ 1218442
|
||||
|
||||
* Tue May 5 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.7.0-0.2beta1
|
||||
- GlusterFS 3.7.0beta1, BZ 1218359
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user