public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: Updated to latest stable version
Date: Mon, 03 Aug 2026 11:03:04 GMT [thread overview]
Message-ID: <178575498413.1.13925033637177661276.rpms-abrt-de16c9bc5333@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
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.9-f44
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
reply other threads:[~2026-08-03 11:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178575498413.1.13925033637177661276.rpms-abrt-de16c9bc5333@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox