Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 527702

Summary: app-admin/collectd should only use RDEPEND for SELinux dependency
Product: Gentoo Linux Reporter: Sven Vermeulen (RETIRED) <swift>
Component: Current packagesAssignee: Johan Bergström <bugs>
Status: RESOLVED OBSOLETE    
Severity: normal CC: proxy-maint, selinux
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 527698    

Description Sven Vermeulen (RETIRED) gentoo-dev 2014-11-01 08:47:03 UTC
Please remove the USE="selinux" dependency in the DEPEND variable (not RDEPEND). Take this into account with your next package bump - if after 6 months there have been no need for other package upgrades, we will be bumping the package(s) ourselves with just this change.

For more information, see our tracker Bug #527698 [1]. The requested change will be posted as a separate comment/patch.

[1] https://bugs.gentoo.org/show_bug.cgi?id=527698


Reproducible: Always
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2014-11-01 08:47:24 UTC
Index: collectd-5.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild,v
retrieving revision 1.5
diff -u -B -r1.5 collectd-5.4.0.ebuild
--- collectd-5.4.0.ebuild       9 Oct 2014 19:44:34 -0000       1.5
+++ collectd-5.4.0.ebuild       1 Nov 2014 08:45:42 -0000
@@ -56,7 +56,6 @@
        dev-libs/libgcrypt:0
        sys-devel/libtool
        perl?                                   ( dev-lang/perl:=[ithreads] )
-       selinux?                                                ( sec-policy/selinux-collectd )
        collectd_plugins_apache?                ( net-misc/curl )
        collectd_plugins_ascent?                ( net-misc/curl dev-libs/libxml2 )
        collectd_plugins_bind?                  ( dev-libs/libxml2 )
@@ -110,6 +109,7 @@
        )"
 
 RDEPEND="${COMMON_DEPEND}
+       selinux?                                                ( sec-policy/selinux-collectd )
        collectd_plugins_syslog?                ( virtual/logger )"
 
 PATCHES=(
Index: collectd-5.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.1.ebuild,v
retrieving revision 1.3
diff -u -B -r1.3 collectd-5.4.1.ebuild
--- collectd-5.4.1.ebuild       9 Oct 2014 19:44:34 -0000       1.3
+++ collectd-5.4.1.ebuild       1 Nov 2014 08:45:42 -0000
@@ -56,7 +56,6 @@
        dev-libs/libgcrypt:0
        sys-devel/libtool
        perl?                                   ( dev-lang/perl:=[ithreads] )
-       selinux?                                                ( sec-policy/selinux-collectd )
        collectd_plugins_apache?                ( net-misc/curl )
        collectd_plugins_ascent?                ( net-misc/curl dev-libs/libxml2 )
        collectd_plugins_bind?                  ( dev-libs/libxml2 )
@@ -110,6 +109,7 @@
        )"
 
 RDEPEND="${COMMON_DEPEND}
+       selinux?                                                ( sec-policy/selinux-collectd )
        collectd_plugins_syslog?                ( virtual/logger )"
 
 PATCHES=(
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2014-11-02 07:45:25 UTC
After checking with a few colleague developers it seems that this change does not need a revision bump after all. As such, I will make the necessary changes to the packages myself.

My apologies for the noise.