Re: [Rpm-maint] [rpm-software-management/rpm] Add sysusers.sh script to replace systemd-sysusers (PR #2573)

2023-07-28 Thread Florian Festi
@ffesti commented on this pull request. > + +hasgroup() { + grep "^${1}:" "$ROOT"/etc/group >/dev/null +} + +user() { + local user="$1" + local uid="$2" + local desc="$3" + local group="$4" + local home="$5" + local shell="$6" + + [ "$desc" = '-' ]

Re: [Rpm-maint] [rpm-software-management/rpm] Add sysusers.sh script to replace systemd-sysusers (PR #2573)

2023-07-28 Thread Florian Festi
> There's also the missing case for the `root` user, as the default shell for > UID 0 is defined to be `/bin/sh` and homedir `/root`. Not sure if we need / want a special case for root here. In my head it is the responsibility of the distribution to create the root user (and all other default s

Re: [Rpm-maint] [rpm-software-management/rpm] Allow setting platform macro settings externally (PR #2585)

2023-07-28 Thread Florian Festi
@ffesti pushed 1 commit. 6f76e447208072a1ba7971f0fc1bf8efb12a1b8b Update INSTALL -- View it on GitHub: https://github.com/rpm-software-management/rpm/pull/2585/files/98a7615d9db2d43126c453b9bd0f4cc5006c18b7..6f76e447208072a1ba7971f0fc1bf8efb12a1b8b You are receiving this because you are subscri

Re: [Rpm-maint] [rpm-software-management/rpm] Allow setting platform macro settings externally (PR #2585)

2023-07-28 Thread Florian Festi
Merged #2585 into master. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2585#event-9946483232 You are receiving this because you are subscribed to this thread. Message ID: ___ Rpm-maint maili

Re: [Rpm-maint] [rpm-software-management/rpm] rpm/rpmbuild vs Yocto BSP platform names (Issue #2578)

2023-07-28 Thread Florian Festi
Closed #2578 as completed via #2585. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2578#event-9946483467 You are receiving this because you are subscribed to this thread. Message ID: ___ Rp

Re: [Rpm-maint] [rpm-software-management/rpm] Allow setting platform macro settings externally (PR #2585)

2023-07-28 Thread Florian Festi
Adjusted the docs a bit to not assume platform is always "linux" - even if it is for many people. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2585#issuecomment-1655442493 You are receiving this because you are subscribed to this threa

[Rpm-maint] [rpm-software-management/rpm] Merge mktree.native into mktree.fedora (PR #2589)

2023-07-28 Thread Michal Domonkos
Don't make any assumptions about how other Linux distros would need to implement the mktree interface. We simply don't know how much logic could be shared between such native backends before some are actually written. Right now, we only have one such backend, for Fedora, that's a sample size t

Re: [Rpm-maint] [rpm-software-management/rpm] Merge mktree.native into mktree.fedora (PR #2589)

2023-07-28 Thread Michal Domonkos
Merged #2589 into master. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2589#event-9949198936 You are receiving this because you are subscribed to this thread. Message ID: ___ Rpm-maint maili