Hello community, here is the log from the commit of package festival checked in at Thu Sep 20 14:38:09 CEST 2007. -------- --- festival/festival.changes 2007-08-31 12:00:58.000000000 +0200 +++ /mounts/work_src_done/STABLE/festival/festival.changes 2007-09-20 14:24:43.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Sep 20 14:21:12 CEST 2007 - hvogel@suse.de + +- get rid of usermod %pre call +- add group/useradd to prereq + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ festival.spec ++++++ --- /var/tmp/diff_new_pack.Zd8222/_old 2007-09-20 14:37:03.000000000 +0200 +++ /var/tmp/diff_new_pack.Zd8222/_new 2007-09-20 14:37:03.000000000 +0200 @@ -12,12 +12,12 @@ Name: festival BuildRequires: gcc-c++ ncurses-devel pkgconfig -URL: http://www.cstr.ed.ac.uk/projects/festival/ +Url: http://www.cstr.ed.ac.uk/projects/festival/ License: BSD 3-Clause, The system as a whole and almost all of the files in it are Group: Productivity/Text/Convertors -Autoreqprov: on +AutoReqProv: on Version: 1.96 -Release: 62 +Release: 65 Summary: The Festival Speech Synthesis System Source0: festival-%{version}-beta.tar.bz2 Source1: speech_tools-1.2.96-beta.tar.bz2 @@ -41,7 +41,7 @@ Patch14: speech_tools-1.2.95-returnvalue.patch Patch15: speech_tools-1.2.96-beta.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: %fillup_prereq +PreReq: %fillup_prereq /usr/sbin/useradd /usr/sbin/groupadd %description Festival is a multilingual speech synthesis system developed at CSTR. @@ -61,7 +61,7 @@ %package devel Summary: Development Package for Festival Group: Productivity/Text/Convertors -Autoreqprov: on +AutoReqProv: on Requires: %name == %version %description devel @@ -172,7 +172,6 @@ %pre /usr/sbin/groupadd -r festival 2> /dev/null || : /usr/sbin/useradd -r -o -g festival -s /bin/false -c "Festival daemon" -d /usr/share/festival/ festival 2> /dev/null || : -/usr/sbin/usermod -g festival festival 2>/dev/null || : %post %{fillup_only} @@ -187,9 +186,7 @@ %files %defattr(-,root,root) %doc COPYING README INSTALL examples/*.text examples/ex1.* examples/*.scm examples/*.dtd - %_sysconfdir/festival.scm - %_sysconfdir/init.d/%name %_bindir/festival %_bindir/festival_client @@ -197,7 +194,6 @@ %_bindir/festival_server_control %_bindir/text2wave %_bindir/saytime - %_sbindir/rc%name %_prefix/lib/festival %_datadir/festival @@ -208,8 +204,10 @@ %defattr(-,root,root) %_includedir/* %_libdir/lib*.a - %changelog +* Thu Sep 20 2007 - hvogel@suse.de +- get rid of usermod %%pre call +- add group/useradd to prereq * Fri Aug 31 2007 - mskibbe@suse.de - Bug 294691 - VUL-0: Festival: Privilege elevation * Mon Aug 27 2007 - mskibbe@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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