Hello,

I'm trying to reduce the amount of packages that own the same set of files.

SputLite-server and SputLite-client both explicitly own /usr/lib/perl5/vendor_perl/5.10.0/NOCpulse/CommandQueue*

Is this intentional or is it just a packaging bug? If it's a bug, then this patch would help.

Thanks,
-Ionuț
>From a998cf44e01e63a665679a2936e8804bb161abb1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ionu=C8=9B=20Ar=C8=9B=C4=83ri=C8=99i?= <iartar...@suse.cz>
Date: Tue, 16 Aug 2011 11:07:10 +0200
Subject: [PATCH] remove perl module files from the -server package

---
 monitoring/SputLite/SputLite.spec |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/monitoring/SputLite/SputLite.spec b/monitoring/SputLite/SputLite.spec
index c788138..4d287e5 100644
--- a/monitoring/SputLite/SputLite.spec
+++ b/monitoring/SputLite/SputLite.spec
@@ -83,7 +83,6 @@ fi
 %files server
 %defattr(-,root,root,-)
 %attr(755, nocpulse, nocpulse) %dir %templatedir
-%{perl_vendorlib}/NOCpulse/*
 %cgi_bin/*
 %cgi_mod_perl/*
 %templatedir/*
@@ -93,7 +92,6 @@ fi
 %attr(755,nocpulse,nocpulse) %dir %{vardir}/commands
 %attr(755,nocpulse,nocpulse) %dir %{vardir}/queue/commands
 %{_bindir}/*
-%dir %{perl_vendorlib}/NOCpulse/CommandQueue
 %{perl_vendorlib}/NOCpulse/*
 
 %clean
-- 
1.7.4.4

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to