Change in vdsm[master]: spec: replace deprecated define to global macro

dougsland at redhat.com dougsland at redhat.com
Wed Dec 30 04:28:29 UTC 2015


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: spec: replace deprecated define to global macro
......................................................................

spec: replace deprecated define to global macro

https://fedoraproject.org/wiki/Packaging:Guidelines#.25global_preferred_over_.25define

Change-Id: If5baa448d61e45cfe542bfbf516b29d5b3dea5ef
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/55/51155/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 88f3398..89954b2 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -21,7 +21,7 @@
 # Default to skipping autoreconf.  Distros can change just this one line
 # (or provide a command-line override) if they backport any patches that
 # touch configure.ac or Makefile.am.
-%{!?enable_autotools:%define enable_autotools 0}
+%{!?enable_autotools:%global enable_autotools 0}
 
 # Skips check since rhel default repos lack pep8 and pyflakes
 %if ! 0%{?rhel}


-- 
To view, visit https://gerrit.ovirt.org/51155
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5baa448d61e45cfe542bfbf516b29d5b3dea5ef
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>


More information about the vdsm-patches mailing list