Hello community, here is the log from the commit of package sysuser-tools for openSUSE:Factory checked in at 2019-05-16 21:56:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysuser-tools (Old) and /work/SRC/openSUSE:Factory/.sysuser-tools.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysuser-tools" Thu May 16 21:56:06 2019 rev:6 rq:701809 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sysuser-tools/sysuser-tools.changes 2017-10-25 17:43:29.842746566 +0200 +++ /work/SRC/openSUSE:Factory/.sysuser-tools.new.5148/sysuser-tools.changes 2019-05-16 21:56:10.562885307 +0200 @@ -1,0 +2,6 @@ +Thu May 9 13:23:56 CEST 2019 - [email protected] + +- Fix default home directory [bsc#1105934] +- Use _rpmmacrodir for macro file + +------------------------------------------------------------------- @@ -4 +10 @@ -- Furhter enhance sysusers-generate-pre: inside the build +- Further enhance sysusers-generate-pre: inside the build ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysuser-tools.spec ++++++ --- /var/tmp/diff_new_pack.sLbbGO/_old 2019-05-16 21:56:13.242884159 +0200 +++ /var/tmp/diff_new_pack.sLbbGO/_new 2019-05-16 21:56:13.246884157 +0200 @@ -1,7 +1,7 @@ # # spec file for package sysuser-tools # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -54,12 +54,12 @@ install -D -m 755 %{SOURCE0} %{buildroot}%{_prefix}/lib/rpm/sysusers.prov install -D -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/rpm/fileattrs/sysusers.attr install -D -m 755 %{SOURCE2} %{buildroot}%{_prefix}/lib/rpm/sysusers-generate-pre -install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.sysusers +install -D -m 644 %{SOURCE3} %{buildroot}%{_rpmmacrodir}/macros.sysusers install -D -m 755 %{SOURCE4} %{buildroot}%{_sbindir}/sysusers2shadow %files %defattr(-,root,root) -%{_sysconfdir}/rpm/macros.sysusers +%{_rpmmacrodir}/macros.sysusers %{_prefix}/lib/rpm/sysusers.prov %{_prefix}/lib/rpm/fileattrs/sysusers.attr %{_prefix}/lib/rpm/sysusers-generate-pre ++++++ sysusers2shadow.sh ++++++ --- /var/tmp/diff_new_pack.sLbbGO/_old 2019-05-16 21:56:13.646883986 +0200 +++ /var/tmp/diff_new_pack.sLbbGO/_new 2019-05-16 21:56:13.646883986 +0200 @@ -22,6 +22,8 @@ fi if [ ! -z "${arr[4]}" -a "${arr[4]}" != "-" ]; then ARGUMENTS="-d ${arr[4]} $ARGUMENTS" + else + ARGUMENTS="-d / $ARGUMENTS" fi /usr/bin/getent group ${arr[1]} >> /dev/null if [ $? -eq 0 ]; then
