Bug#991920: Acknowledgement (please demote pkg-config to Recommends)
> On Fri, 6 Aug 2021 12:34:13 +0200, Dominik George > said: > If Thomas consents, I would make the change in experimental as well > and we will see how it works out. I do not see any reason not to > demote pkg-config. Go for it. -- viele Grüße Thomas
Bug#991920: Acknowledgement (please demote pkg-config to Recommends)
On Thu, Aug 05, 2021 at 10:21:30PM +0200, Michael Banck wrote: > I've run "dracut --no-kernel" in a minimal lxc container, once with > pkg-config and once without and then diffoscope'd the two generated > initrds. Most of what diffoscope complains about are timestamp > differences in directories and symlinks which I don't know how to get > rid of, but there's some changes in etc/conf.d/systemd.conf that I have > attached. Not sure whether those are problematic? Given that /usr/lib is the canonical path for these directories, and /lib happens to be a symlink there, this should not be a problem. If Thomas consents, I would make the change in experimental as well and we will see how it works out. I do not see any reason not to demote pkg-config. Cheers, Nik -- Dominik George Berater PostgreSQL / Datenbanken Telefon: +49 2166 9901-192 Telefax: +49 2166 9901-100 E-Mail: dominik.geo...@credativ.de PGP-Fingerprint: 3C9D 54A4 7575 C026 FB17 FD26 B79A 3C16 A0C4 F296 https://www.credativ.de/ credativ GmbH, HRB Mönchengladbach 12080 USt-ID-Nummer: DE204566209 Trompeterallee 108, 41189 Mönchengladbach Geschäftsführung: Dr. Michael Meskes, Sascha Heuer, Geoff Richardson, Peter Lilley Unser Umgang mit personenbezogenen Daten unterliegt folgenden Bestimmungen: https://www.credativ.de/datenschutz
Bug#991920: Acknowledgement (please demote pkg-config to Recommends)
I've run "dracut --no-kernel" in a minimal lxc container, once with pkg-config and once without and then diffoscope'd the two generated initrds. Most of what diffoscope complains about are timestamp differences in directories and symlinks which I don't know how to get rid of, but there's some changes in etc/conf.d/systemd.conf that I have attached. Not sure whether those are problematic? Michael │ ├── etc/conf.d/systemd.conf │ │ @@ -1,3 +1,3 @@ │ │ -systemdutildir="/lib/systemd" │ │ -systemdsystemunitdir="/lib/systemd/system" │ │ +systemdutildir="/usr/lib/systemd" │ │ +systemdsystemunitdir="/usr/lib/systemd/system" │ │ systemdsystemconfdir="/etc/systemd/system" │ ├── usr/lib/systemd/system/ctrl-alt-del.target │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../lib/systemd/system/reboot.target │ │ +destination: reboot.target │ ├── usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sockets.target.wants/../systemd-journald-audit.socket │ │ +destination: ../systemd-journald-audit.socket │ ├── usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sockets.target.wants/../systemd-journald-dev-log.socket │ │ +destination: ../systemd-journald-dev-log.socket │ ├── usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sockets.target.wants/../systemd-journald.socket │ │ +destination: ../systemd-journald.socket │ ├── usr/lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sockets.target.wants/../systemd-udevd-control.socket │ │ +destination: ../systemd-udevd-control.socket │ ├── usr/lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sockets.target.wants/../systemd-udevd-kernel.socket │ │ +destination: ../systemd-udevd-kernel.socket │ ├── usr/lib/systemd/system/sysinit.target.wants/kmod-static-nodes.service │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sysinit.target.wants/../kmod-static-nodes.service │ │ +destination: ../kmod-static-nodes.service │ ├── usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sysinit.target.wants/../systemd-ask-password-console.path │ │ +destination: ../systemd-ask-password-console.path │ ├── usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sysinit.target.wants/../systemd-journald.service │ │ +destination: ../systemd-journald.service │ ├── usr/lib/systemd/system/sysinit.target.wants/systemd-modules-load.service │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sysinit.target.wants/../systemd-modules-load.service │ │ +destination: ../systemd-modules-load.service │ ├── usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sysinit.target.wants/../systemd-sysctl.service │ │ +destination: ../systemd-sysctl.service │ ├── usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup-dev.service │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sysinit.target.wants/../systemd-tmpfiles-setup-dev.service │ │ +destination: ../systemd-tmpfiles-setup-dev.service │ ├── usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sysinit.target.wants/../systemd-tmpfiles-setup.service │ │ +destination: ../systemd-tmpfiles-setup.service │ ├── usr/lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sysinit.target.wants/../systemd-udev-trigger.service │ │ +destination: ../systemd-udev-trigger.service │ ├── usr/lib/systemd/system/sysinit.target.wants/systemd-udevd.service │ │┄ symlink │ │ @@ -1 +1 @@ │ │ -destination: ../../../../../lib/systemd/system/sysinit.target.wants/../systemd-udevd.service │ │ +destination: ../systemd-udevd.service