Hello community, here is the log from the commit of package siproxd for openSUSE:Factory checked in at Thu Jul 7 14:32:14 CEST 2011.
-------- --- siproxd/siproxd.changes 2011-04-16 07:33:18.000000000 +0200 +++ /mounts/work_src_done/STABLE/siproxd/siproxd.changes 2011-07-01 12:16:54.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jul 1 10:16:15 UTC 2011 - [email protected] + +- Fix build, we need /var/run/siproxd created to package it as + ghost. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ siproxd.spec ++++++ --- /var/tmp/diff_new_pack.Tr9sKc/_old 2011-07-07 14:30:43.000000000 +0200 +++ /var/tmp/diff_new_pack.Tr9sKc/_new 2011-07-07 14:30:43.000000000 +0200 @@ -23,7 +23,7 @@ Name: siproxd Version: 0.8.0 -Release: 1 +Release: 3 License: GPLv2+ Summary: A SIP masquerading proxy with RTP support Url: http://siproxd.sourceforge.net/ @@ -133,6 +133,10 @@ %{__mkdir} -p %buildroot%_mandir/man8 %__install -m 0644 %{S:4} %{buildroot}%{_mandir}/man8/%name.8.gz +# Directory needs to exist for packaging +%if %suse_version > 1120 +%{__mkdir} -p %buildroot%{_localstatedir}/run/%{name} +%endif # cleanup %{__rm} -f %{buildroot}%{_sysconfdir}/siproxd_passwd.cfg ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
