Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dhcpcd for openSUSE:Factory checked in at 2026-01-21 14:11:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dhcpcd (Old) and /work/SRC/openSUSE:Factory/.dhcpcd.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dhcpcd" Wed Jan 21 14:11:14 2026 rev:10 rq:1328127 version:10.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dhcpcd/dhcpcd.changes 2025-11-27 15:17:59.215936431 +0100 +++ /work/SRC/openSUSE:Factory/.dhcpcd.new.1928/dhcpcd.changes 2026-01-21 14:11:24.991981698 +0100 @@ -1,0 +2,6 @@ +Mon Jan 19 12:20:48 UTC 2026 - Jorik Cronenberg <[email protected]> + +- Use systemd tmpfiles to create /var/lib/dhcpcd directory for + better immutable os compatibility + +------------------------------------------------------------------- Old: ---- dhcpcd.conf New: ---- dhcpcd-sysusers.conf dhcpcd-tmpfiles.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhcpcd.spec ++++++ --- /var/tmp/diff_new_pack.2zOvz2/_old 2026-01-21 14:11:25.712011720 +0100 +++ /var/tmp/diff_new_pack.2zOvz2/_new 2026-01-21 14:11:25.712011720 +0100 @@ -25,9 +25,10 @@ Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz Source1: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring -Source3: dhcpcd.conf -Source4: dhcpcd.service -Source5: [email protected] +Source3: dhcpcd-sysusers.conf +Source4: dhcpcd-tmpfiles.conf +Source5: dhcpcd.service +Source6: [email protected] BuildRequires: sysuser-tools %sysusers_requires @@ -53,16 +54,17 @@ %install %make_install -install -D -m 0644 %{SOURCE4} %{buildroot}%{_unitdir}/dhcpcd.service -install -D -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/[email protected] +install -D -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/dhcpcd.service +install -D -m 0644 %{SOURCE6} %{buildroot}%{_unitdir}/[email protected] install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysusersdir}/dhcpcd.conf -install -d %{buildroot}%{_sharedstatedir}/dhcpcd +install -D -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/dhcpcd.conf %pre -f dhcpcd.pre %service_add_pre dhcpcd.service %post %service_add_post dhcpcd.service +%tmpfiles_create dhcpcd.conf %preun %service_del_preun dhcpcd.service @@ -91,5 +93,5 @@ %{_unitdir}/dhcpcd.service %{_unitdir}/[email protected] %{_sysusersdir}/dhcpcd.conf -%attr(0750,root,root) %dir %{_sharedstatedir}/dhcpcd +%{_tmpfilesdir}/dhcpcd.conf ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.2zOvz2/_old 2026-01-21 14:11:25.756013555 +0100 +++ /var/tmp/diff_new_pack.2zOvz2/_new 2026-01-21 14:11:25.760013721 +0100 @@ -1,6 +1,6 @@ -mtime: 1764159978 -commit: ebed7913987b3370d6eb01410fe87fc44d880b69c3bf1dd516517969e02a745a +mtime: 1768841165 +commit: 23b08435fa2b08c6235b05d2523aa0ca9c63eef045b7e19366a9d0ef45211eef url: https://src.opensuse.org/dhcp/dhcpcd.git -revision: ebed7913987b3370d6eb01410fe87fc44d880b69c3bf1dd516517969e02a745a +revision: 23b08435fa2b08c6235b05d2523aa0ca9c63eef045b7e19366a9d0ef45211eef projectscmsync: https://src.opensuse.org/dhcp/_ObsPrj.git ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-01-19 17:46:53.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ dhcpcd-sysusers.conf ++++++ #Type Name ID GECOS Home directory Shell u dhcpcd - "Minimalistic DHCP client" /var/lib/dhcpcd - ++++++ dhcpcd-tmpfiles.conf ++++++ #Type Path Mode UID GID Age Argument d /var/lib/dhcpcd 750 root root - -
