Summary: | [TRACKER] systemd.eclass tmpfiles removal | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | Gentoo systemd Team <systemd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=740586 https://github.com/gentoo/gentoo/pull/21462 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 740592, 740594, 740596, 740598, 740600, 740602, 740604, 740606, 740608, 740610, 740612, 740614, 740616, 740618, 740620, 740622, 740624, 740626, 740628, 740630, 740632, 740634, 740636 | ||
Bug Blocks: |
Description
Michał Górny
![]() ![]() ![]() ![]() The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af9e69f3462abfcf97679a24897b708f522059e commit 2af9e69f3462abfcf97679a24897b708f522059e Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2020-09-06 17:16:26 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2020-09-06 17:35:20 +0000 sys-apps/portage: Migrate to tmpfiles eclass The systemd_dotmpfilesd function is deprecated. Note that this effectively forces upgrade to >=sys-apps/openrc-0.23 for OpenRC users, since opentmpfiles blocks older versions of OpenRC (bug 643386). This should be acceptable, since the older OpenRC versions are nearly 4 years old now. Closes: https://bugs.gentoo.org/740600 Bug: https://bugs.gentoo.org/490676 Bug: https://bugs.gentoo.org/643386 Bug: https://bugs.gentoo.org/740638 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Zac Medico <zmedico@gentoo.org> sys-apps/portage/portage-2.3.103-r1.ebuild | 4 ++-- sys-apps/portage/portage-2.3.99-r2.ebuild | 4 ++-- sys-apps/portage/portage-3.0.4-r1.ebuild | 4 ++-- sys-apps/portage/portage-3.0.5.ebuild | 4 ++-- sys-apps/portage/portage-9999.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361789bd11acf9c40b71d7c5e59a7394ecb615b7 commit 361789bd11acf9c40b71d7c5e59a7394ecb615b7 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-09-06 13:58:59 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-09-09 14:44:40 +0000 systemd.eclass: deprecate tmpfiles functions Bug: https://bugs.gentoo.org/740638 Signed-off-by: Mike Gilbert <floppym@gentoo.org> eclass/systemd.eclass | 6 ++++++ 1 file changed, 6 insertions(+) Pull request migrating all to tmpfiles.eclass: https://github.com/gentoo/gentoo/pull/18544 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3596d78eecd4444b6792662c00b92e8b7214c3ca commit 3596d78eecd4444b6792662c00b92e8b7214c3ca Author: David Michael <fedora.dm0@gmail.com> AuthorDate: 2021-06-28 18:00:42 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2021-06-29 16:20:31 +0000 systemd.eclass: drop deprecated tmpfiles functions Closes: https://bugs.gentoo.org/740638 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21462 eclass/systemd.eclass | 65 --------------------------------------------------- 1 file changed, 65 deletions(-) |