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.8: Merge #8 `Add simple smoke test`
Date: Mon, 03 Aug 2026 10:24:13 GMT	[thread overview]
Message-ID: <178575265351.1.3686336899558122816.rpms-abrt-81ec67df39b0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.8
Commit : 81ec67df39b05ae036795eea71c542c47b869d73
Author : Michal Fabik <mfabik@redhat.com>
Date   : 2021-05-05T09:42:57+00:00
Stats  : +13/-1 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/81ec67df39b05ae036795eea71c542c47b869d73?branch=update-2.17.8

Log:
Merge #8 `Add simple smoke test`

---
diff --git a/.fmf/version b/.fmf/version
new file mode 100644
index 0000000..d00491f
--- /dev/null
+++ b/.fmf/version
@@ -0,0 +1 @@
+1

diff --git a/gating.yaml b/gating.yaml
index b54b7ba..db67165 100644
--- a/gating.yaml
+++ b/gating.yaml
@@ -7,6 +7,7 @@ rules:
   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
+  - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
 
 --- !Policy
 product_versions:
@@ -17,3 +18,4 @@ rules:
   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
+  - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

diff --git a/tests/smoke.fmf b/tests/smoke.fmf
new file mode 100644
index 0000000..ca74391
--- /dev/null
+++ b/tests/smoke.fmf
@@ -0,0 +1,3 @@
+summary: Basic smoke test for abrt
+execute:
+    script: abrt-action-notify --help

diff --git a/abrt.spec b/abrt.spec
index ccdc024..f6e27e9 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -49,7 +49,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.14.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 URL: https://abrt.readthedocs.org/
 Source: https://github.com/abrt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
@@ -107,6 +107,8 @@ Requires: libreport-plugin-ureport
 %if 0%{?fedora}
 Requires: libreport-plugin-systemd-journal
 %endif
+# to fix upgrade path abrt-plugin-sosreport was removed in 2.14.5 version.
+Obsoletes: abrt-plugin-sosreport < 2.14.5
 
 #gui
 BuildRequires: libreport-gtk-devel >= %{libreport_ver}
@@ -257,6 +259,7 @@ Requires: kexec-tools
 %if %{with python3}
 Requires: python3-abrt
 Requires: python3-augeas
+Requires: python3-systemd
 %endif
 Requires: util-linux
 
@@ -998,6 +1001,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Fri Apr 30 2021 Sérgio Basto <sergio@serjux.com> - 2.14.5-4
+- Obsoletes abrt-plugin-sosreport, to fix upgrade path
+
 * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.14.5-3
 - Rebuilt for updated systemd-rpm-macros
   See https://pagure.io/fesco/issue/2583.

                 reply	other threads:[~2026-08-03 10:24 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=178575265351.1.3686336899558122816.rpms-abrt-81ec67df39b0@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