Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ppp for openSUSE:Factory checked in at 2025-11-27 15:19:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ppp (Old) and /work/SRC/openSUSE:Factory/.ppp.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ppp" Thu Nov 27 15:19:03 2025 rev:56 rq:1320023 version:2.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ppp/ppp.changes 2025-03-17 22:15:24.641009707 +0100 +++ /work/SRC/openSUSE:Factory/.ppp.new.14147/ppp.changes 2025-11-27 15:19:25.891591487 +0100 @@ -1,0 +2,6 @@ +Wed Nov 19 14:17:26 UTC 2025 - Reinhard Max <[email protected]> + +- boo#1253325: Fix the path of the generated resolv.conf file. +- Use the systemd tmpfiles mechanism to create the /run/pppd/ dir. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ppp.spec ++++++ --- /var/tmp/diff_new_pack.SQkWny/_old 2025-11-27 15:19:26.691625224 +0100 +++ /var/tmp/diff_new_pack.SQkWny/_new 2025-11-27 15:19:26.691625224 +0100 @@ -1,7 +1,7 @@ # # spec file for package ppp # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,7 @@ %build %configure \ - --with-runtime-dir=%_rundir/ppp/ \ + --runstatedir=%{_rundir} \ --enable-cbcp \ --with-pam \ --enable-multilink \ @@ -144,6 +144,10 @@ install -Dm 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/ppp/chatscripts/modem.chat install -Dm 644 %{SOURCE15} %{buildroot}%{_unitdir}/[email protected] install -Dm 644 %{SOURCE16} %{buildroot}%{_udevrulesdir}/90-modem.rules +install -d 755 %{buildroot}%{_tmpfilesdir} +cat > %{buildroot}%{_tmpfilesdir}/%{name}.conf <<EOF +d %{_rundir}/pppd 0775 root %{_group} - - +EOF %if 0%{?suse_version} > 1500 %pre @@ -184,6 +188,7 @@ %dir %{_libdir}/pppd %dir %{_libdir}/pppd/%{version} %attr(0755,root,root) %{_libdir}/pppd/%{version}/*.so +%_tmpfilesdir/%{name}.conf %files devel %{_includedir}/pppd ++++++ ppp-var_run_resolv_conf.patch ++++++ --- /var/tmp/diff_new_pack.SQkWny/_old 2025-11-27 15:19:26.883633321 +0100 +++ /var/tmp/diff_new_pack.SQkWny/_new 2025-11-27 15:19:26.887633489 +0100 @@ -57,7 +57,7 @@ #define PPP_PATH_TTYOPT PPP_PATH_CONFDIR "/options." #define PPP_PATH_PEERFILES PPP_PATH_CONFDIR "/peers/" -#define PPP_PATH_RESOLV PPP_PATH_CONFDIR "/resolv.conf" -+#define PPP_PATH_RESOLV PPP_PATH_VARRUN "/ppp/resolv.conf" ++#define PPP_PATH_RESOLV PPP_PATH_VARRUN "/resolv.conf" #define PPP_PATH_NET_INIT PPP_PATH_CONFDIR "/net-init" #define PPP_PATH_NET_PREUP PPP_PATH_CONFDIR "/net-pre-up"
