rpms/abrt/devel .cvsignore, 1.14, 1.15 abrt.spec, 1.20, 1.21 sources, 1.15, 1.16

Jiří Moskovčák jmoskovc at fedoraproject.org
Fri Jan 22 14:53:31 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18659

Modified Files:
	.cvsignore abrt.spec sources 
Log Message:
new version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	15 Dec 2009 13:23:27 -0000	1.14
+++ .cvsignore	22 Jan 2010 14:53:30 -0000	1.15
@@ -1 +1 @@
-abrt-1.0.2.tar.gz
+abrt-1.0.4.tar.gz


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- abrt.spec	15 Dec 2009 13:23:27 -0000	1.20
+++ abrt.spec	22 Jan 2010 14:53:31 -0000	1.21
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.0.2
+Version: 1.0.4
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -16,13 +16,12 @@ BuildRequires: curl-devel
 BuildRequires: rpm-devel >= 4.6
 BuildRequires: sqlite-devel > 3.0
 BuildRequires: desktop-file-utils
-BuildRequires: nss-devel
+#BuildRequires: nss-devel
 BuildRequires: libnotify-devel
 BuildRequires: xmlrpc-c-devel
 BuildRequires: file-devel
 BuildRequires: python-devel
 BuildRequires: gettext
-BuildRequires: nss-devel
 BuildRequires: polkit-devel
 BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
 BuildRequires: intltool
@@ -71,7 +70,6 @@ GTK+ wizard for convenient bug reporting
 %package addon-ccpp
 Summary: %{name}'s C/C++ addon
 Group: System Environment/Libraries
-Requires: gdb >= 7.0-3
 Requires: elfutils
 Requires: yum-utils
 Requires: %{name} = %{version}-%{release}
@@ -201,6 +199,8 @@ Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-addon-kerneloops
 Requires: %{name}-addon-ccpp, %{name}-addon-python
+# Default config of addon-ccpp requires gdb
+Requires: gdb >= 7.0-3
 Requires: %{name}-gui
 Requires: %{name}-plugin-bugzilla, %{name}-plugin-logger, %{name}-plugin-runapp
 #Requires: %{name}-plugin-firefox
@@ -249,6 +249,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %pre
 getent group abrt >/dev/null || groupadd -f --system abrt
+getent passwd abrt >/dev/null || useradd --system -g abrt -d /etc/abrt -s /sbin/nologin abrt
 exit 0
 
 %post
@@ -278,11 +279,12 @@ fi
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf
 %{_initrddir}/%{name}d
-%dir %attr(0775, root, abrt) %{_localstatedir}/cache/%{name}
+%dir %attr(0755, abrt, abrt) %{_localstatedir}/cache/%{name}
 %dir /var/run/%{name}
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_libdir}/%{name}
+%{_mandir}/man1/%{name}-backtrace.1.gz
 %{_mandir}/man8/abrtd.8.gz
 %{_mandir}/man5/%{name}.conf.5.gz
 #%{_mandir}/man5/pyhook.conf.5.gz
@@ -384,10 +386,12 @@ fi
 
 %files addon-python
 %defattr(-,root,root,-)
-%attr(2755, root, abrt) %{_libexecdir}/abrt-hook-python
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/Python.conf
+%attr(4755, abrt, abrt) %{_libexecdir}/abrt-hook-python
 %{_libdir}/%{name}/libPython.so*
 %{python_site}/*.py*
 
+
 %files cli
 %defattr(-,root,root,-)
 %{_bindir}/abrt-cli
@@ -398,6 +402,56 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Jan 20 2010  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.4-1
+- GUI: redesign of reporter dialog (jmoskovc at redhat.com)
+- Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc at redhat.com)
+- CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 (vda.linux at googlemail.com)
+- s/os.exit/sys.exit - closes rhbz#556313 (vda.linux at googlemail.com)
+- use repr() to print variable values in python hook rhbz#545070 (jmoskovc at redhat.com)
+- gui: add logging infrastructure (vda.linux at googlemail.com)
+- Added "Enabled = yes" to all plugin's config files (jmoskovc at redhat.com)
+- *: disable plugin loading/unloading through GUI. Document keyring a bit (vda.linux at googlemail.com)
+- fix memory leaks in catcut plugin (npajkovs at redhat.com)
+- fix memory leaks in bugzilla (npajkovs at redhat.com)
+- abrt-hook-python: sanitize input more; log to syslog (vda.linux at googlemail.com)
+- Fixed /var/cache/abrt/ permissions (kklic at redhat.com)
+- Kerneloops: we require commandline for every crash, save dummy one for oopses (vda.linux at googlemail.com)
+- *: remove nss dependencies (vda.linux at googlemail.com)
+- CCpp: use our own sha1 implementation (less pain with nss libs) (vda.linux at googlemail.com)
+- DebugDump: more consistent logic in setting mode and uid:gid on dump dir (vda.linux at googlemail.com)
+- fixes based on security review (vda.linux at googlemail.com)
+- SOSreport/TicketUploader: use more restrictive file modes (vda.linux at googlemail.com)
+- abrt-hook-python: add input sanitization and directory size guard (vda.linux at googlemail.com)
+- RunApp: safer chdir. Overhauled "sparn a child and get its output" in general (vda.linux at googlemail.com)
+- DebugDump: use more restrictive modes (vda.linux at googlemail.com)
+- SQLite3: check for SQL injection (vda.linux at googlemail.com)
+- replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no (vda.linux at googlemail.com)
+- abrt.spec: move "requires: gdb" to abrt-desktop (vda.linux at googlemail.com)
+- ccpp: add a possibility to disable backtrace generation (vda.linux at googlemail.com)
+- abrtd: limit the number of frames in backtrace to 3000 (vda.linux at googlemail.com)
+
+* Tue Jan  5 2010  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.3-1
+- speed optimalization of abrt-debuginfo-install (jmoskovc at redhat.com)
+- updated credits (jmoskovc at redhat.com)
+- GUI: fixed crash when abrt-gui is run without X server rhbz#552039 (jmoskovc at redhat.com)
+- abrt-backtrace manpage installed (kklic at redhat.com)
+- cmdline and daemon checking is done by abrt-python-hook (kklic at redhat.com)
+- moved get_cmdline() and daemon_is_ok() to abrtlib (kklic at redhat.com)
+- large file support for whole abrt (kklic at redhat.com)
+- made s_signal_caught volatile (vda.linux at googlemail.com)
+- abrt-debuginfo-install: fixes for runs w/o cachedir (vda.linux at googlemail.com)
+- remove unsafe log() from signal handler (vda.linux at googlemail.com)
+- src/Hooks/CCpp.cpp: use and honour 'c' (core limit size). (vda.linux at googlemail.com)
+- lib/Plugins/CCpp.cpp: save gdb error messages too (vda.linux at googlemail.com)
+- prevent destructors from throwing exceptions; check curl_easy_init errors (vda.linux at googlemail.com)
+- don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 (jmoskovc at redhat.com)
+- GUI: autoscroll log window (jmoskovc at redhat.com)
+- Kerneloops.conf: better comments (vda.linux at googlemail.com)
+- applet: reduce blinking time to 30 seconds (vda.linux at googlemail.com)
+- add paranoia checks on setuid/setgid (vda.linux at googlemail.com)
+- more "obviously correct" code for secure opening of /dev/null (vda.linux at googlemail.com)
+- get rid of ugly sleep call inside while() (vda.linux at googlemail.com)
+
 * Mon Dec 14 2009  Jiri Moskovcak <jmoskovc at redhat.com> 1.0.2-1
 - disabled GPG check again (jmoskovc at redhat.com)
 - abrt-pyhook-helper rename (vda.linux at googlemail.com)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	15 Dec 2009 13:23:27 -0000	1.15
+++ sources	22 Jan 2010 14:53:31 -0000	1.16
@@ -1 +1 @@
-755f119d24511b613b02270b51d09312  abrt-1.0.2.tar.gz
+103e02558d7d11282a2d45f114b943ba  abrt-1.0.4.tar.gz



More information about the scm-commits mailing list