public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Fabik <mfabik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: New upstream release 2.14.1
Date: Mon, 03 Aug 2026 11:05:19 GMT	[thread overview]
Message-ID: <178575511984.1.18307769853756240631.rpms-abrt-bf7b8afe4ac8@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.9-f44
            Commit : bf7b8afe4ac802bc48874414e591c1631c139249
            Author : Michal Fabik <mfabik@redhat.com>
            Date   : 2020-04-24T18:15:58+02:00
            Stats  : +25/-5 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/abrt/c/bf7b8afe4ac802bc48874414e591c1631c139249?branch=update-2.17.9-f44

            Log:
            New upstream release 2.14.1

Signed-off-by: Michal Fabik <mfabik@redhat.com>

---
diff --git a/.gitignore b/.gitignore
index 41d1ef0..3af754d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,3 +69,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.12.2.tar.gz
 /abrt-2.13.0.tar.gz
 /abrt-2.14.0.tar.gz
+/abrt-2.14.1.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 322cf59..50eaa33 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -48,8 +48,8 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.14.0
-Release: 3%{?dist}
+Version: 2.14.1
+Release: 1%{?dist}
 License: GPLv2+
 URL: https://abrt.readthedocs.org/
 Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -114,7 +114,6 @@ BuildRequires: libreport-gtk-devel >= %{libreport_ver}
 BuildRequires: gsettings-desktop-schemas-devel >= 3.15
 #addon-ccpp
 BuildRequires: gdb-headless
-BuildRequires: libcap-devel
 #addon-kerneloops
 BuildRequires: systemd-devel
 BuildRequires: %{libjson_devel}
@@ -750,7 +749,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %dir %attr(0751, root, abrt) %{default_dump_dir}
 %dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
 # abrtd runs as root
-%dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
+%ghost %dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
 %ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
 %ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid
 
@@ -1016,6 +1015,26 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Fri Apr 24 2020 Michal Fabik <mfabik@redhat.com> - 2.14.1-1
+- tests: Add perl, php R and tcl to dont-blame-interpret
+- a-a-save-package-data: Add R and tcl to interpreted langs
+- a-a-save-package-data: Use regexps to match interpreters
+- .travis.yml: Update secret
+- plugins: xorg-utils: Loopify parsing
+- Add namespace to libreport function and global names
+- cli: Correct debug directories in config
+- cli: Show defaults in help output
+- cli: Fix verbosity option
+- cli: Fix descriptions for --since and --until
+- autogen.sh: Handle NOCONFIGURE per the Build API  
+- plugins: journal: Fix ci_mapping being overwritten
+- plugins: abrt-journal-core: Don’t assume anything about uid_t
+- lib,plugins: Accomodate for multiple debug directories
+- dbus: Drop bogus dependency
+- dbus: Drop abrt_problems2
+- Drop libcap dependency
+- Drop Travis config
+
 * Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 2.14.0-3
 - Rebuild (json-c)
 

diff --git a/sources b/sources
index fe58d9f..08f6991 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (abrt-2.14.0.tar.gz) = 2d817b7761d5afdca00a825281b759bc084a17d7393fcdf87df1a901b5c1a75595e3a733e481b30b02d068a123f8eac26163e2e55366e7cc20266a95e863967e
+SHA512 (abrt-2.14.1.tar.gz) = 5486a4174e7db902f5a30c44159b3c0745341b1b4cb89df903cf42f9bf64ee2309708a20d8312760276db0171655972e9f2847e3463af0e34c66c4ea28cf2c6c

                 reply	other threads:[~2026-08-03 11:05 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=178575511984.1.18307769853756240631.rpms-abrt-bf7b8afe4ac8@fedoraproject.org \
    --to=mfabik@redhat.com \
    --cc=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