[packages/otrs] - fixed noauto* for rpm5
paszczus
paszczus at pld-linux.org
Mon Oct 8 14:47:00 CEST 2012
commit a80b265cdb2e69203144d5aa6cf0de0704adbe0b
Author: Sławomir Paszkiewicz <paszczus at pld-linux.org>
Date: Mon Oct 8 14:46:52 2012 +0200
- fixed noauto* for rpm5
otrs.spec | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/otrs.spec b/otrs.spec
index de7caf0..1b4608b 100644
--- a/otrs.spec
+++ b/otrs.spec
@@ -41,9 +41,8 @@ Conflicts: logrotate < 3.7-4
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-# This auto don't work , i'm lame
-%define _noautoreq perl(Kernel::.*)
-%define _noautoprov perl(Kernel::.*) perl(YAML::.*)
+%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/a80b265cdb2e69203144d5aa6cf0de0704adbe0b
More information about the pld-cvs-commit
mailing list