public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: Updated to latest stable version
@ 2026-08-03 10:21 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-03 10:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.8
Commit : de16c9bc5333f7aa3ce20b1ce9a0cf6ee3ef8c78
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date   : 2010-02-23T13:02:54+00:00
Stats  : +20/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/de16c9bc5333f7aa3ce20b1ce9a0cf6ee3ef8c78?branch=update-2.17.8

Log:
Updated to latest stable version

---
diff --git a/abrt.spec b/abrt.spec
index 8e3ccdd..4cda131 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -4,7 +4,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 1.0.8
-Release: 0.git20100222%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -31,6 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: %{name}-libs = %{version}-%{release}
 Requires(pre): shadow-utils
 Obsoletes: abrt-plugin-sqlite3
+Patch0: abrt_disable_gpgcheck.diff
 
 %description
 %{name} is a tool to help users to detect defects in applications and
@@ -216,6 +217,7 @@ Virtual package to make easy default installation on desktop environments.
 
 %prep
 %setup -q
+%patch0 -p1 -b .disable_gpg
 
 %build
 %configure
@@ -409,6 +411,10 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-1
+- fix initscript (npajkovs@redhat.com)
+- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
+
 * Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-0.git-20100222
 - Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
 - make abrt work with the latest kernels (>= 2.6.33) (jmoskovc@redhat.com)

diff --git a/abrt_disable_gpgcheck.diff b/abrt_disable_gpgcheck.diff
new file mode 100644
index 0000000..6594bab
--- /dev/null
+++ b/abrt_disable_gpgcheck.diff
@@ -0,0 +1,12 @@
+--- abrt-1.0.8_old/src/Daemon/abrt.conf	2010-02-11 23:52:28.000000000 +0100
++++ abrt-1.0.8/src/Daemon/abrt.conf	2010-02-23 13:40:25.232039367 +0100
+@@ -3,7 +3,8 @@
+ # only crashes in signed packages will be analyzed.
+ # the list of public keys used to check the signature is
+ # in the file gpg_keys
+-OpenGPGCheck = yes
++# disable for rawhide, because the packages are not signed
++OpenGPGCheck = no
+ # Blacklisted packages
+ BlackList = nspluginwrapper, valgrind, strace, avant-window-navigator
+ # Which database plugin to use

diff --git a/sources b/sources
index ae466cf..9f112fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c20d0197b4db9f2870db53effe752a2  abrt-1.0.8.tar.gz
+0e480999bb77b3babe19373c03057df4  abrt-1.0.8.tar.gz

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:21 [rpms/abrt] update-2.17.8: Updated to latest stable version 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox