Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740638 - [TRACKER] systemd.eclass tmpfiles removal
Summary: [TRACKER] systemd.eclass tmpfiles removal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords: PullRequest
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
Blocks:
  Show dependency tree
 
Reported: 2020-09-06 03:26 UTC by Michał Górny
Modified: 2021-06-29 16:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-06 03:26:00 UTC
In favor of tmpfiles.eclass.
Comment 1 Larry the Git Cow gentoo-dev 2020-09-06 17:35:29 UTC
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(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-09-09 14:45:56 UTC
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(+)
Comment 3 James Beddek 2020-12-07 06:35:37 UTC
Pull request migrating all to tmpfiles.eclass:

https://github.com/gentoo/gentoo/pull/18544
Comment 4 Larry the Git Cow gentoo-dev 2021-06-29 16:22:31 UTC
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(-)