[packages/otrs] - fixed noauto patterns

baggins baggins at pld-linux.org
Mon Oct 8 14:55:13 CEST 2012


commit 54407bc81f06dba519d8df879143fd000219dd60
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Oct 8 14:55:03 2012 +0200

    - fixed noauto patterns

 otrs.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/otrs.spec b/otrs.spec
index 1b4608b..dc9da67 100644
--- a/otrs.spec
+++ b/otrs.spec
@@ -41,8 +41,8 @@ Conflicts:	logrotate < 3.7-4
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		__noautoreq	'perl\\\(Kernel::.*\\)'
-%define		__noautoprov	'perl\\\(Kernel::.*\\)' 'perl\\\(YAML::.*\\)' 'perl\\\(Net::.*\\)'
+%define		_noautoreq	'perl\\(Kernel::.*\\)'
+%define		_noautoprov	'perl\\(Kernel::.*\\)' 'perl\\(YAML::.*\\)' 'perl\\(Net::.*\\)'
 
 %define		otrsdir		%{_datadir}/otrs
 %define		otrsuser	otrs
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/otrs.git/commitdiff/54407bc81f06dba519d8df879143fd000219dd60



More information about the pld-cvs-commit mailing list