diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-08-09 15:11:34 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-08-09 15:11:34 +0000 |
commit | a9e79397f642785ba9fedd0adf664a4332134788 (patch) | |
tree | 1007ee1d9891a7894e45da7a029eb4adadd079ab /sys-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-a9e79397f642785ba9fedd0adf664a4332134788.tar.gz gentoo-2-a9e79397f642785ba9fedd0adf664a4332134788.tar.bz2 gentoo-2-a9e79397f642785ba9fedd0adf664a4332134788.zip |
Drop fcaps for systemd-detect-virt, bug 468876.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-215-r3.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 7 |
3 files changed, 9 insertions, 11 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index 1d2c621f4200..32d22e3737b3 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.299 2014/08/07 20:55:50 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.300 2014/08/09 15:11:34 floppym Exp $ + + 09 Aug 2014; Mike Gilbert <floppym@gentoo.org> systemd-215-r3.ebuild, + systemd-9999.ebuild: + Drop fcaps for systemd-detect-virt, bug 468876. 07 Aug 2014; Mike Gilbert <floppym@gentoo.org> systemd-215-r3.ebuild: Add python3.4. diff --git a/sys-apps/systemd/systemd-215-r3.ebuild b/sys-apps/systemd/systemd-215-r3.ebuild index 0ac01bfe0af9..2398806eedaa 100644 --- a/sys-apps/systemd/systemd-215-r3.ebuild +++ b/sys-apps/systemd/systemd-215-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v 1.8 2014/08/07 20:55:50 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v 1.9 2014/08/09 15:11:34 floppym Exp $ EAPI=5 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) -inherit autotools-utils bash-completion-r1 fcaps linux-info multilib \ +inherit autotools-utils bash-completion-r1 linux-info multilib \ multilib-minimal pam python-single-r1 systemd toolchain-funcs udev \ user @@ -460,9 +460,6 @@ pkg_postinst() { udev_reload || FAIL=1 - # Bug 468876 - fcaps cap_dac_override,cap_sys_ptrace=ep usr/bin/systemd-detect-virt - # Bug 465468, make sure locales are respect, and ensure consistency # between OpenRC & systemd migrate_locale diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 4c7886ec03d8..1590ce685063 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.132 2014/08/07 15:07:24 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.133 2014/08/09 15:11:34 floppym Exp $ EAPI=5 @@ -14,7 +14,7 @@ inherit git-r3 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) -inherit autotools-utils bash-completion-r1 fcaps linux-info multilib \ +inherit autotools-utils bash-completion-r1 linux-info multilib \ multilib-minimal pam python-single-r1 systemd toolchain-funcs udev \ user @@ -471,9 +471,6 @@ pkg_postinst() { udev_reload || FAIL=1 - # Bug 468876 - fcaps cap_dac_override,cap_sys_ptrace=ep usr/bin/systemd-detect-virt - # Bug 465468, make sure locales are respect, and ensure consistency # between OpenRC & systemd migrate_locale |