Hello community, here is the log from the commit of package radvd for openSUSE:Factory checked in at 2012-12-08 15:53:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/radvd (Old) and /work/SRC/openSUSE:Factory/.radvd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "radvd", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/radvd/radvd.changes 2012-06-25 12:46:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.radvd.new/radvd.changes 2012-12-08 15:53:16.000000000 +0100 @@ -1,0 +2,9 @@ +Wed Dec 5 19:24:34 UTC 2012 - [email protected] + +- Add radvd-tmpfile-grpname.patch: On openSUSE, the radvd user is + added to the 'daemon' group (not a specific 'radvd' group). Thus + adjusting the groupname in for the file to be installed in + tmpfiles.d. Otherwise, the systemd-tmpfiles service fails to + start (and radvd can't find the /var/run folder). + +------------------------------------------------------------------- New: ---- radvd-tmpfile-grpname.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ radvd.spec ++++++ --- /var/tmp/diff_new_pack.XYbxt2/_old 2012-12-08 15:53:17.000000000 +0100 +++ /var/tmp/diff_new_pack.XYbxt2/_new 2012-12-08 15:53:17.000000000 +0100 @@ -29,6 +29,8 @@ Source3: radvd.service Patch1: 0001-run-as-user-radvd-by-default.diff Patch2: radvd-configure.patch +# PATCH-FIX-OPENSUSE radvd-tmpfile-grpname.patch [email protected] -- On openSUSE, we add the radvd user to the group daemon. Thus, we also need to create the folders with the respective group owner (otherwise, the systemd-tmpfiles service fails). +Patch3: radvd-tmpfile-grpname.patch BuildRequires: automake BuildRequires: bison BuildRequires: flex @@ -53,6 +55,7 @@ %setup -q %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build autoreconf -fiv ++++++ radvd-tmpfile-grpname.patch ++++++ Index: radvd-1.9.rc1_git201206030100/redhat/radvd-tmpfs.conf =================================================================== --- radvd-1.9.rc1_git201206030100.orig/redhat/radvd-tmpfs.conf +++ radvd-1.9.rc1_git201206030100/redhat/radvd-tmpfs.conf @@ -1 +1 @@ -d /var/run/radvd 0755 radvd radvd +d /var/run/radvd 0755 radvd daemon -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
