rpms/abrt/devel blacklist_mono.patch, NONE, 1.1 abrt.spec, 1.36, 1.37 abrt_disable_gpgcheck.diff, 1.2, 1.3

Jiří Moskovčák jmoskovc at fedoraproject.org
Mon Jul 26 12:20:42 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25287

Modified Files:
	abrt.spec abrt_disable_gpgcheck.diff 
Added Files:
	blacklist_mono.patch 
Log Message:
new version


blacklist_mono.patch:
 abrt.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE blacklist_mono.patch ---
--- abrt-1.1.10/src/Daemon/abrt.conf	2010-07-26 14:00:36.914502040 +0200
+++ abrt-1.1.10_/src/Daemon/abrt.conf	2010-07-26 14:01:07.597502575 +0200
@@ -8,7 +8,7 @@
 
 # Blacklisted packages
 #
-BlackList = nspluginwrapper, valgrind, strace
+BlackList = nspluginwrapper, valgrind, strace, mono-core
 
 # Process crashes in executables which do not belong to any package?
 #


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- abrt.spec	22 Jul 2010 00:33:14 -0000	1.36
+++ abrt.spec	26 Jul 2010 12:20:42 -0000	1.37
@@ -16,8 +16,8 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 1.1.5
-Release: %{?pkg_release}.1
+Version: 1.1.10
+Release: %{?pkg_release}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -26,6 +26,7 @@ Source: https://fedorahosted.org/release
 Source1: abrt.init
 Patch0: abrt-1.0.9-hideprefs.patch
 Patch1: abrt_disable_gpgcheck.diff
+Patch2: blacklist_mono.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -152,36 +153,23 @@ Requires: %{name} = %{version}-%{release
 %description plugin-bugzilla
 Plugin to report bugs into the bugzilla.
 
-%package plugin-rhfastcheck
-Summary: %{name}'s rhfastcheck plugin
+%package plugin-rhtsupport
+Summary: %{name}'s RHTSupport plugin
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+Obsoletes: abrt-plugin-catcut
+Obsoletes: abrt-plugin-rhfastcheck
+Obsoletes: abrt-plugin-rhticket
 
-%description plugin-rhfastcheck
-Plugin to quickly check RH support DB for known solution.
-
-%package plugin-rhticket
-Summary: %{name}'s rhticket plugin
-Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description plugin-rhticket
+%description plugin-rhtsupport
 Plugin to report bugs into RH support system.
 
-%package plugin-catcut
-Summary: %{name}'s catcut plugin
-Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description plugin-catcut
-Plugin to report bugs into the catcut.
-
-%package plugin-ticketuploader
+%package plugin-reportuploader
 Summary: %{name}'s ticketuploader plugin
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 
-%description plugin-ticketuploader
+%description plugin-reportuploader
 Plugin to report bugs into anonymous FTP site associated with ticketing system.
 
 %package plugin-filetransfer
@@ -241,6 +229,8 @@ Virtual package to make easy default ins
 %patch0 -p1 -b .hideprefs
 # rawhide packages are not signed, so we need to disable the gpg check
 %patch1 -p1 -b .disable_gpg_check
+# general patches
+%patch2 -p1 -b .blacklist_mono
 
 %build
 %configure
@@ -319,6 +309,7 @@ fi
 %doc README COPYING
 %{_sbindir}/%{name}d
 %{_bindir}/%{name}-debuginfo-install
+%{_bindir}/%{name}-handle-upload
 %{_bindir}/%{name}-backtrace
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/%{name}/gpg_keys
@@ -347,7 +338,9 @@ fi
 
 %files devel
 %defattr(-,root,root,-)
+%{_includedir}/*
 %{_libdir}/lib*.so
+%{_libdir}/pkgconfig/*
 
 %files gui
 %defattr(-,root,root,-)
@@ -413,33 +406,18 @@ fi
 %{_libdir}/%{name}/Bugzilla.GTKBuilder
 %{_mandir}/man7/%{name}-Bugzilla.7.gz
 
-%files plugin-rhfastcheck
-%defattr(-,root,root,-)
-#%config(noreplace) %{_sysconfdir}/%{name}/plugins/rhfastcheck.conf
-%{_libdir}/%{name}/librhfastcheck.so*
-#%{_libdir}/%{name}/rhfastcheck.GTKBuilder
-#%{_mandir}/man7/%{name}-rhfastcheck.7.gz
-
-%files plugin-rhticket
+%files plugin-rhtsupport
 %defattr(-,root,root,-)
-#%config(noreplace) %{_sysconfdir}/%{name}/plugins/rhticket.conf
-%{_libdir}/%{name}/librhticket.so*
-#%{_libdir}/%{name}/rhticket.GTKBuilder
-#%{_mandir}/man7/%{name}-rhticket.7.gz
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/RHTSupport.conf
+%{_libdir}/%{name}/libRHTSupport.so*
+%{_libdir}/%{name}/RHTSupport.GTKBuilder
 
-%files plugin-catcut
+%files plugin-reportuploader
 %defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/Catcut.conf
-%{_libdir}/%{name}/libCatcut.so*
-%{_libdir}/%{name}/Catcut.GTKBuilder
-#%{_mandir}/man7/%{name}-Catcut.7.gz
-
-%files plugin-ticketuploader
-%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/%{name}/plugins/TicketUploader.conf
-%{_libdir}/%{name}/libTicketUploader.so*
-%{_libdir}/%{name}/TicketUploader.GTKBuilder
-%{_mandir}/man7/%{name}-TicketUploader.7.gz
+%config(noreplace) %{_sysconfdir}/%{name}/plugins/ReportUploader.conf
+%{_libdir}/%{name}/libReportUploader.so*
+%{_libdir}/%{name}/ReportUploader.GTKBuilder
+%{_mandir}/man7/%{name}-ReportUploader.7.gz
 
 %files plugin-filetransfer
 %defattr(-,root,root,-)
@@ -450,7 +428,6 @@ fi
 %files addon-python
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}/plugins/Python.conf
-%attr(4755, abrt, abrt) %{_libexecdir}/abrt-hook-python
 %{_libdir}/%{name}/libPython.so*
 %{python_site}/*.py*
 %{python_site}/abrt.pth
@@ -466,6 +443,66 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.10-1
+- blacklisted mono-core package
+- die with an error message if the database plugin is not accessible when needed (kklic at redhat.com)
+- change RHTSupport URL protocol from HTTP to HTTPS (dvlasenk at redhat.com)
+- the Logger plugin returns a message as the result of Report() call instead of a file URL (kklic at redhat.com)
+- Cut off prelink suffixes from executable name if any (mtoman at redhat.com)
+- CCpp: abrt-debuginfo-install output lines can be long, accomodate them (dvlasenk at redhat.com)
+- do not pop up message on crash if the same crash is the same (dvlasenk at redhat.com)
+- fedora bugs do not depend on rhel bugs (npajkovs at redhat.com)
+- GUI: fixed problem with no gkeyring and just one reporter enabled rhbz#612457 (jmoskovc at redhat.com)
+- added a document about interpreted language integration (kklic at redhat.com)
+- moved devel header files to inc/ and included them in -devel package (jmoskovc at redhat.com, npajkovs at redhat.com)
+- renamed abrt-utils.pc to abrt.pc (jmoskovc at redhat.com)
+- string updates based on a UI text review (kklic at redhat.com)
+- rhtsupport obsoletes the old rh plugins (jmoskovc at redhat.com)
+- list allowed items in RHTSupport.conf (kklic at redhat.com)
+- GUI: fixed package name in warning message when the packge is kernel rhbz#612191 (jmoskovc at redhat.com)
+- remove rating for python crashes (jmoskovc at redhat.com)
+- CCpp: give zero rating to an empty backtrace (jmoskovc at redhat.com)
+- GUI: allow sending crashes without rating (jmoskovc at redhat.com)
+- RHTSupport: set default URL to api.access.redhat.com/rs (dvlasenk at redhat.com)
+- abort initialization on abrt.conf parsing errors (dvlasenk at redhat.com)
+- changing NoSSLVerify to SSLVerify in bugzilla plugin (mtoman at redhat.com)
+- added rating to python crashes
+- show hostname in cli (kklic at redhat.com)
+- updated po files (jmoskovc at redhat.com)
+- added support for package specific actions rhbz#606917 (jmoskovc at redhat.com)
+- renamed TicketUploader to ReportUploader (jmoskovc at redhat.com)
+- bad hostnames on remote crashes (npajkovs at redhat.com)
+- unlimited MaxCrashReportsSize (npajkovs at redhat.com)
+- abrt_rh_support: improve error messages rhbz#608698 (vda.linux at googlemail.com)
+- Added BacktraceRemotes option. (kklic at redhat.com)
+- Allow remote crashes to not to belong to a package. Skip GPG check on remote crashes. (kklic at redhat.com)
+- remove obsolete Catcut and rhfastcheck reporters (vda.linux at googlemail.com)
+- make rhel bug point to correct place rhbz#578397 (npajkovs at redhat.com)
+- Show comment and how to reproduce fields when reporing crashes in abrt-cli (kklic at redhat.com)
+- Bash completion update (kklic at redhat.com)
+- Rename --get-list to --list (kklic at redhat.com)
+- Update man page (kklic at redhat.com)
+- Options overhaul (kklic at redhat.com)
+- abrt should not point to Fedora bugs but create new RHEL bug instead (npajkovs at redhat.com)
+- Don't show global uuid in report (npajkovs at redhat.com)
+- GUI: don't try to use action plugins as reporters (jmoskovc at redhat.com)
+- Added WatchCrashdumpArchiveDir directive to abrt.conf and related code (vda.linux at googlemail.com)
+- GUI: don't show the placehondler icon rhbz#605693 (jmoskovc at redhat.com)
+- Make "Loaded foo.conf" message less confusing (vda.linux at googlemail.com)
+- Fixed a flaw in strbuf_prepend_str (kklic at redhat.com)
+- TicketUploader: do not add '\n' to text files in crashdump (vda.linux at googlemail.com)
+- GUI: skip the plugin selection, if it's not needed (jmoskovc at redhat.com)
+- Check conf file for syntax errors (kklic at redhat.com)
+- move misplaced sanity checks in cron parser (vda.linux at googlemail.com)
+- GUI: don't require the rating for all reporters (jmoskovc at redhat.com)
+- GUI: fixed exception when there is no configure dialog for plugin rhbz#603745 (jmoskovc at redhat.com)
+- Add a GUI config dialog for RHTSupport plugin (vda.linux at googlemail.com)
+- abrt_curl: fix a problem with incorrect content-length on 32-bit arches (vda.linux at googlemail.com)
+- sosreport: save the dump directly to crashdump directory (vda.linux at googlemail.com)
+- plugin rename: rhticket -> RHTSupport (vda.linux at googlemail.com)
+- Daemon socket for reporting crashes (karel at localhost.localdomain)
+- GUI: fixed few typos (jmoskovc at redhat.com)
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.5-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 

abrt_disable_gpgcheck.diff:
 abrt.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: abrt_disable_gpgcheck.diff
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt_disable_gpgcheck.diff,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- abrt_disable_gpgcheck.diff	13 May 2010 09:17:15 -0000	1.2
+++ abrt_disable_gpgcheck.diff	26 Jul 2010 12:20:42 -0000	1.3
@@ -1,11 +1,11 @@
---- abrt-1.1.1/src/Daemon/abrt.conf	2010-05-12 15:48:18.000000000 +0200
-+++ abrt-1.1.1_/src/Daemon/abrt.conf	2010-05-13 11:15:15.773258050 +0200
-@@ -3,7 +3,7 @@
- # only crashes in signed packages will be analyzed.
+--- abrt-1.1.10/src/Daemon/abrt.conf	2010-06-30 15:08:48.000000000 +0200
++++ abrt-1.1.10_/src/Daemon/abrt.conf	2010-07-26 13:59:27.484253074 +0200
+@@ -4,7 +4,7 @@
  # the list of public keys used to check the signature is
  # in the file gpg_keys
+ #
 -OpenGPGCheck = yes
 +OpenGPGCheck = no
+ 
  # Blacklisted packages
- BlackList = nspluginwrapper, valgrind, strace
- # Process crashes in executables which do not belong to any package?
+ #



More information about the scm-commits mailing list