commit openssh for openSUSE:Factory
Hello community, here is the log from the commit of package openssh for openSUSE:Factory checked in at Mon Mar 1 01:45:41 CET 2010. -------- --- openssh/openssh.changes 2010-02-23 15:45:57.000000000 +0100 +++ /mounts/work_src_done/STABLE/openssh/openssh.changes 2010-02-27 21:36:04.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Feb 27 20:35:01 UTC 2010 - aj@suse.de + +- Use complete path for groupadd and useradd in pre section. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssh-askpass-gnome.spec ++++++ --- /var/tmp/diff_new_pack.aeLxPo/_old 2010-03-01 01:45:15.000000000 +0100 +++ /var/tmp/diff_new_pack.aeLxPo/_new 2010-03-01 01:45:15.000000000 +0100 @@ -23,7 +23,7 @@ License: BSD3c(or similar) Group: Productivity/Networking/SSH Version: 5.2p1 -Release: 10 +Release: 11 Requires: openssh = %{version} openssh-askpass = %{version} AutoReqProv: on Summary: A GNOME-Based Passphrase Dialog for OpenSSH ++++++ openssh.spec ++++++ --- /var/tmp/diff_new_pack.aeLxPo/_old 2010-03-01 01:45:15.000000000 +0100 +++ /var/tmp/diff_new_pack.aeLxPo/_new 2010-03-01 01:45:15.000000000 +0100 @@ -36,7 +36,7 @@ Conflicts: nonfreessh AutoReqProv: on Version: 5.2p1 -Release: 10 +Release: 11 %define xversion 1.2.4.1 Summary: Secure Shell Client and Server (Remote Login Program) Url: http://www.openssh.com/ @@ -244,8 +244,8 @@ install -m 644 %{S:9} $RPM_BUILD_ROOT/%{_fwdefdir}/sshd %pre -getent group sshd >/dev/null || groupadd -o -r sshd -getent passwd sshd >/dev/null || useradd -r -g sshd -d /var/lib/sshd -s /bin/false -c "SSH daemon" sshd +getent group sshd >/dev/null || /usr/sbin/groupadd -o -r sshd +getent passwd sshd >/dev/null || /usr/sbin/useradd -r -g sshd -d /var/lib/sshd -s /bin/false -c "SSH daemon" sshd %post %{fillup_and_insserv -n ssh sshd} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de