Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2012-11-21 15:11:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erlang (Old)
 and      /work/SRC/openSUSE:Factory/.erlang.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erlang", Maintainer is "cth...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/erlang/erlang.changes    2012-11-18 
20:25:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes       2012-11-21 
15:11:46.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Nov 19 18:41:15 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+-------------------------------------------------------------------
+Sat Nov 17 13:36:31 UTC 2012 - matwey.korni...@gmail.com
+
+- fixed 'executable-docs' lint error
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ erlang.spec ++++++
--- /var/tmp/diff_new_pack.qfPTbj/_old  2012-11-21 15:11:49.000000000 +0100
+++ /var/tmp/diff_new_pack.qfPTbj/_new  2012-11-21 15:11:49.000000000 +0100
@@ -286,7 +286,7 @@
 
 %pre
 /usr/sbin/groupadd -r epmd &>/dev/null || :
-/usr/sbin/useradd -o -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" 
-d %{epmd_home} epmd &>/dev/null || :
+/usr/sbin/useradd -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" -d 
%{epmd_home} epmd &>/dev/null || :
 
 %post
 %{_libdir}/erlang/Install -minimal %{_libdir}/erlang >/dev/null 2>/dev/null
@@ -381,7 +381,7 @@
 %exclude %{_libdir}/erlang/lib/dialyzer-*/src
 
 %files doc
-%defattr(-,root,root)
+%defattr(0644,root,root,0755)
 %doc erlang_doc/*
 
 %files et

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to