Compare commits
80 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0baf939494 | ||
|
|
fb86abde3b | ||
|
|
b36cf8c499 | ||
|
|
ba57e0bbb5 | ||
|
|
54bdc1243f | ||
|
|
026c727cd2 | ||
|
|
3e192a597d | ||
|
|
ea69665c75 | ||
|
|
b8a18969b7 | ||
|
|
3063be65d9 | ||
|
|
c76a737f5a | ||
|
|
67fc5aa756 | ||
|
|
1bb8628644 | ||
|
|
d48adf4500 | ||
|
|
e5b49f4be8 | ||
|
|
66812b6c92 | ||
|
|
af451300aa | ||
|
|
202231f9cb | ||
|
|
e8f18508da | ||
|
|
58c69f3384 | ||
|
|
7fea67f0ed | ||
|
|
7eebe59cc3 | ||
|
|
f1adb64577 | ||
|
|
32054b4681 | ||
|
|
bbc9c5edc4 | ||
|
|
e76a84e22d | ||
|
|
7073ad4346 | ||
|
|
1f0eac990d | ||
|
|
e65ab2c3e6 | ||
|
|
8c7bdb1523 | ||
|
|
e73a64df97 | ||
|
|
50a321fe1d | ||
|
|
a20ba81e1d | ||
|
|
c8a122775e | ||
|
|
4f63977e6d | ||
|
|
534292e248 | ||
|
|
d3f14892f8 | ||
|
|
1e992dd7d9 | ||
|
|
f144023834 | ||
|
|
3f24d62289 | ||
|
|
f9fd407b73 | ||
|
|
fcc2f68d2d | ||
|
|
15bea33e03 | ||
|
|
0302f37126 | ||
|
|
88895e18b5 | ||
|
|
1c9f6e51cf | ||
|
|
810fcb1911 | ||
|
|
1b8bae307a | ||
|
|
7c6ec28dde | ||
|
|
d99ab08e76 | ||
|
|
e3d620d8fc | ||
|
|
1d49502fa7 |
||
|
|
4f59333992 | ||
|
|
61c2c079e0 | ||
|
|
f99a7f835a | ||
|
|
a4e0effc61 | ||
|
|
094983af73 | ||
|
|
81ec67df39 | ||
|
|
26627dbec3 | ||
|
|
126031c321 | ||
|
|
a1c9e8ff22 | ||
|
|
074ab8b76c | ||
|
|
7e13959917 | ||
|
|
dacf4e649a | ||
|
|
003b0187a1 | ||
|
|
82eb0a22c3 | ||
|
|
511e6ce6d4 | ||
|
|
1ab9d3859f | ||
|
|
00422605f4 | ||
|
|
3de7b9d0b7 | ||
|
|
5e37f50192 | ||
|
|
92ab2eb5b3 | ||
|
|
935456c7d9 | ||
|
|
d8a4ccc6c2 | ||
|
|
a2bcded0dc | ||
|
|
18305b2c50 | ||
|
|
438b4b73c7 | ||
|
|
9f7a213711 | ||
|
|
bf7b8afe4a | ||
|
|
61c6c411a8 |
10 changed files with 331 additions and 423 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
||||||
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -71,3 +71,19 @@ abrt-1.1.13.tar.gz
|
||||||
/abrt-2.14.0.tar.gz
|
/abrt-2.14.0.tar.gz
|
||||||
/abrt-2.14.1.tar.gz
|
/abrt-2.14.1.tar.gz
|
||||||
/abrt-2.14.2.tar.gz
|
/abrt-2.14.2.tar.gz
|
||||||
|
/abrt-2.14.3.tar.gz
|
||||||
|
/abrt-2.14.4.tar.gz
|
||||||
|
/abrt-2.14.5.tar.gz
|
||||||
|
/abrt-2.14.6.tar.gz
|
||||||
|
/abrt-2.15.0.tar.gz
|
||||||
|
/abrt-2.15.1.tar.gz
|
||||||
|
/abrt-2.16.0.tar.gz
|
||||||
|
/abrt-2.16.1.tar.gz
|
||||||
|
/abrt-2.17.0.tar.gz
|
||||||
|
/abrt-2.17.1.tar.gz
|
||||||
|
/abrt-2.17.2.tar.gz
|
||||||
|
/abrt-2.17.4.tar.gz
|
||||||
|
/abrt-2.17.5.tar.gz
|
||||||
|
/abrt-2.17.6.tar.gz
|
||||||
|
/abrt-2.17.7.tar.gz
|
||||||
|
/abrt-2.17.8.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
||||||
From 5618985d3d7f830ebba0ef78e2ee6d3d6f9f6c55 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Ernestas Kulik <ekulik@redhat.com>
|
|
||||||
Date: Fri, 15 May 2020 15:49:59 +0200
|
|
||||||
Subject: [PATCH] applet: Pass instance pointer to signal handler
|
|
||||||
|
|
||||||
Some fallout from 802a40a2f7c971b6533162e70b860e01ae3b5a27.
|
|
||||||
|
|
||||||
https://bugzilla.redhat.com/show_bug.cgi?id=1836190
|
|
||||||
---
|
|
||||||
src/applet/abrt-applet-application.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/applet/abrt-applet-application.c b/src/applet/abrt-applet-application.c
|
|
||||||
index d982c9f9..8ea653bb 100644
|
|
||||||
--- a/src/applet/abrt-applet-application.c
|
|
||||||
+++ b/src/applet/abrt-applet-application.c
|
|
||||||
@@ -177,7 +177,7 @@ abrt_applet_application_init (AbrtAppletApplication *self)
|
|
||||||
g_signal_connect (network_monitor, "notify::connectivity",
|
|
||||||
G_CALLBACK (on_connectivity_changed), self);
|
|
||||||
g_signal_connect (network_monitor, "notify::network-available",
|
|
||||||
- G_CALLBACK (on_connectivity_changed), NULL);
|
|
||||||
+ G_CALLBACK (on_connectivity_changed), self);
|
|
||||||
|
|
||||||
self->deferred_problems = g_ptr_array_new_with_free_func (g_object_unref);
|
|
||||||
}
|
|
||||||
--
|
|
||||||
2.26.2
|
|
||||||
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
From b08e7cbd26704b0a5400fdfab1f3f2e3922b102f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Ernestas Kulik <ekulik@redhat.com>
|
|
||||||
Date: Fri, 15 May 2020 15:50:50 +0200
|
|
||||||
Subject: [PATCH] applet: Chain up in dispose()
|
|
||||||
|
|
||||||
Also something missed in 802a40a2f7c971b6533162e70b860e01ae3b5a27.
|
|
||||||
---
|
|
||||||
src/applet/abrt-applet-application.c | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/src/applet/abrt-applet-application.c b/src/applet/abrt-applet-application.c
|
|
||||||
index 8ea653bb..52ed5529 100644
|
|
||||||
--- a/src/applet/abrt-applet-application.c
|
|
||||||
+++ b/src/applet/abrt-applet-application.c
|
|
||||||
@@ -985,6 +985,8 @@ abrt_applet_application_dispose (GObject *object)
|
|
||||||
self = ABRT_APPLET_APPLICATION (object);
|
|
||||||
|
|
||||||
g_clear_pointer (&self->deferred_problems, g_ptr_array_unref);
|
|
||||||
+
|
|
||||||
+ G_OBJECT_CLASS (abrt_applet_application_parent_class)->dispose (object);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
--
|
|
||||||
2.26.2
|
|
||||||
|
|
||||||
|
|
@ -1,59 +0,0 @@
|
||||||
From b28fcc053db224c11f1f88d2885eba88d60a7322 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Ernestas Kulik <ekulik@redhat.com>
|
|
||||||
Date: Tue, 28 Jul 2020 15:39:43 +0200
|
|
||||||
Subject: [PATCH] applet: application: Fix crash when processing deferred
|
|
||||||
|
|
||||||
Currently, when processing the deferred problems, if reporting fails,
|
|
||||||
the problem is re-added to the queue, but the object is not
|
|
||||||
re-referenced, leading to invalid reads later on.
|
|
||||||
---
|
|
||||||
src/applet/abrt-applet-application.c | 12 ++++++------
|
|
||||||
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/src/applet/abrt-applet-application.c b/src/applet/abrt-applet-application.c
|
|
||||||
index 28e55135..4716524b 100644
|
|
||||||
--- a/src/applet/abrt-applet-application.c
|
|
||||||
+++ b/src/applet/abrt-applet-application.c
|
|
||||||
@@ -771,11 +771,9 @@ handle_event_output_cb (GIOChannel *gio,
|
|
||||||
gpointer data)
|
|
||||||
{
|
|
||||||
EventProcessingState *state;
|
|
||||||
- AbrtAppletProblemInfo *problem_info;
|
|
||||||
int status;
|
|
||||||
|
|
||||||
state = data;
|
|
||||||
- problem_info = state->problem_info;
|
|
||||||
|
|
||||||
/* Read streamed data and split lines */
|
|
||||||
for (;;)
|
|
||||||
@@ -836,21 +834,23 @@ handle_event_output_cb (GIOChannel *gio,
|
|
||||||
|
|
||||||
if (WIFEXITED (status) && WEXITSTATUS (status) == EXIT_STOP_EVENT_RUN)
|
|
||||||
{
|
|
||||||
- abrt_applet_problem_info_set_known (problem_info, true);
|
|
||||||
+ abrt_applet_problem_info_set_known (state->problem_info, true);
|
|
||||||
status = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (status == 0)
|
|
||||||
{
|
|
||||||
- abrt_applet_problem_info_set_reported (problem_info, true);
|
|
||||||
+ abrt_applet_problem_info_set_reported (state->problem_info, true);
|
|
||||||
|
|
||||||
log_debug ("fast report finished successfully");
|
|
||||||
- abrt_applet_application_send_problem_notification (state->application, problem_info);
|
|
||||||
+ abrt_applet_application_send_problem_notification (state->application,
|
|
||||||
+ state->problem_info);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
log_debug ("fast report failed, deferring");
|
|
||||||
- g_ptr_array_add (state->application->deferred_problems, problem_info);
|
|
||||||
+ g_ptr_array_add (state->application->deferred_problems,
|
|
||||||
+ g_steal_pointer (&state->problem_info));
|
|
||||||
}
|
|
||||||
|
|
||||||
event_processing_state_free (state);
|
|
||||||
--
|
|
||||||
2.26.2
|
|
||||||
|
|
||||||
|
|
@ -1,208 +0,0 @@
|
||||||
From 7013e4e0de5d3f1538475a92b08687924f5e01c2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Ernestas Kulik <ekulik@redhat.com>
|
|
||||||
Date: Wed, 3 Jun 2020 14:49:50 +0200
|
|
||||||
Subject: [PATCH] daemon: rpm: Use NEVRA instead of ENVRA
|
|
||||||
|
|
||||||
libdnf is only able to parse package names in the NEVRA form, leading to
|
|
||||||
retrace-server bailing when retracing dumps from, say, gedit.
|
|
||||||
|
|
||||||
Closes https://github.com/abrt/abrt/issues/1378
|
|
||||||
Fixes https://github.com/abrt/retrace-server/issues/233
|
|
||||||
---
|
|
||||||
src/daemon/abrt-action-save-package-data.c | 12 +++++------
|
|
||||||
src/daemon/rpm.c | 25 +++++++++++-----------
|
|
||||||
src/daemon/rpm.h | 8 +++----
|
|
||||||
3 files changed, 23 insertions(+), 22 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/src/daemon/abrt-action-save-package-data.c b/src/daemon/abrt-action-save-package-data.c
|
|
||||||
index 9373c2b1..de926383 100644
|
|
||||||
--- a/src/daemon/abrt-action-save-package-data.c
|
|
||||||
+++ b/src/daemon/abrt-action-save-package-data.c
|
|
||||||
@@ -228,7 +228,7 @@ static bool is_path_blacklisted(const char *path)
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
-static struct pkg_envra *get_script_name(const char *cmdline, char **executable, const char *chroot)
|
|
||||||
+static struct pkg_nevra *get_script_name(const char *cmdline, char **executable, const char *chroot)
|
|
||||||
{
|
|
||||||
// TODO: we don't verify that python executable is not modified
|
|
||||||
// or that python package is properly signed
|
|
||||||
@@ -237,7 +237,7 @@ static struct pkg_envra *get_script_name(const char *cmdline, char **executable,
|
|
||||||
* This will work only if the cmdline contains the whole path.
|
|
||||||
* Example: python /usr/bin/system-control-network
|
|
||||||
*/
|
|
||||||
- struct pkg_envra *script_pkg = NULL;
|
|
||||||
+ struct pkg_nevra *script_pkg = NULL;
|
|
||||||
char *script_name = get_argv1_if_full_path(cmdline);
|
|
||||||
if (script_name)
|
|
||||||
{
|
|
||||||
@@ -271,7 +271,7 @@ static int SavePackageDescriptionToDebugDump(const char *dump_dir_name, const ch
|
|
||||||
char *rootdir = NULL;
|
|
||||||
char *package_short_name = NULL;
|
|
||||||
char *fingerprint = NULL;
|
|
||||||
- struct pkg_envra *pkg_name = NULL;
|
|
||||||
+ struct pkg_nevra *pkg_name = NULL;
|
|
||||||
char *component = NULL;
|
|
||||||
char *kernel = NULL;
|
|
||||||
int error = 1;
|
|
||||||
@@ -353,7 +353,7 @@ static int SavePackageDescriptionToDebugDump(const char *dump_dir_name, const ch
|
|
||||||
if (g_regex_match_simple(DEFAULT_INTERPRETERS_REGEX, basename, G_REGEX_EXTENDED, /*MatchFlags*/0) ||
|
|
||||||
g_list_find_custom(settings_Interpreters, basename, (GCompareFunc)g_strcmp0))
|
|
||||||
{
|
|
||||||
- struct pkg_envra *script_pkg = get_script_name(cmdline, &executable, chroot);
|
|
||||||
+ struct pkg_nevra *script_pkg = get_script_name(cmdline, &executable, chroot);
|
|
||||||
/* executable may have changed, check it again */
|
|
||||||
if (is_path_blacklisted(executable))
|
|
||||||
{
|
|
||||||
@@ -379,7 +379,7 @@ static int SavePackageDescriptionToDebugDump(const char *dump_dir_name, const ch
|
|
||||||
goto ret0;
|
|
||||||
}
|
|
||||||
|
|
||||||
- free_pkg_envra(pkg_name);
|
|
||||||
+ free_pkg_nevra(pkg_name);
|
|
||||||
pkg_name = script_pkg;
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -460,7 +460,7 @@ skip_interpreter:
|
|
||||||
free(executable);
|
|
||||||
free(rootdir);
|
|
||||||
free(package_short_name);
|
|
||||||
- free_pkg_envra(pkg_name);
|
|
||||||
+ free_pkg_nevra(pkg_name);
|
|
||||||
free(component);
|
|
||||||
free(fingerprint);
|
|
||||||
|
|
||||||
diff --git a/src/daemon/rpm.c b/src/daemon/rpm.c
|
|
||||||
index 07ad227e..d39901a6 100644
|
|
||||||
--- a/src/daemon/rpm.c
|
|
||||||
+++ b/src/daemon/rpm.c
|
|
||||||
@@ -282,7 +282,7 @@ char* rpm_get_component(const char *filename, const char *rootdir_or_NULL)
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBRPM
|
|
||||||
#define pkg_add_id(name) \
|
|
||||||
- static inline int pkg_add_##name(Header header, struct pkg_envra *p) \
|
|
||||||
+ static inline int pkg_add_##name(Header header, struct pkg_nevra *p) \
|
|
||||||
{ \
|
|
||||||
const char *errmsg = NULL; \
|
|
||||||
p->p_##name = headerFormat(header, "%{"#name"}", &errmsg); \
|
|
||||||
@@ -294,8 +294,8 @@ char* rpm_get_component(const char *filename, const char *rootdir_or_NULL)
|
|
||||||
return -1; \
|
|
||||||
} \
|
|
||||||
|
|
||||||
-pkg_add_id(epoch);
|
|
||||||
pkg_add_id(name);
|
|
||||||
+pkg_add_id(epoch);
|
|
||||||
pkg_add_id(version);
|
|
||||||
pkg_add_id(release);
|
|
||||||
pkg_add_id(arch);
|
|
||||||
@@ -303,14 +303,14 @@ pkg_add_id(vendor);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// caller is responsible to free returned value
|
|
||||||
-struct pkg_envra *rpm_get_package_nvr(const char *filename, const char *rootdir_or_NULL)
|
|
||||||
+struct pkg_nevra *rpm_get_package_nvr(const char *filename, const char *rootdir_or_NULL)
|
|
||||||
{
|
|
||||||
#ifdef HAVE_LIBRPM
|
|
||||||
rpmts ts;
|
|
||||||
rpmdbMatchIterator iter;
|
|
||||||
Header header;
|
|
||||||
|
|
||||||
- struct pkg_envra *p = NULL;
|
|
||||||
+ struct pkg_nevra *p = NULL;
|
|
||||||
|
|
||||||
if (rpm_query_file(&ts, &iter, &header, filename, rootdir_or_NULL) < 0)
|
|
||||||
return NULL;
|
|
||||||
@@ -320,6 +320,11 @@ struct pkg_envra *rpm_get_package_nvr(const char *filename, const char *rootdir_
|
|
||||||
|
|
||||||
p = libreport_xzalloc(sizeof(*p));
|
|
||||||
int r;
|
|
||||||
+
|
|
||||||
+ r = pkg_add_name(header, p);
|
|
||||||
+ if (r)
|
|
||||||
+ goto error;
|
|
||||||
+
|
|
||||||
r = pkg_add_epoch(header, p);
|
|
||||||
if (r)
|
|
||||||
goto error;
|
|
||||||
@@ -333,10 +338,6 @@ struct pkg_envra *rpm_get_package_nvr(const char *filename, const char *rootdir_
|
|
||||||
p->p_epoch = libreport_xstrdup("0");
|
|
||||||
}
|
|
||||||
|
|
||||||
- r = pkg_add_name(header, p);
|
|
||||||
- if (r)
|
|
||||||
- goto error;
|
|
||||||
-
|
|
||||||
r = pkg_add_version(header, p);
|
|
||||||
if (r)
|
|
||||||
goto error;
|
|
||||||
@@ -356,14 +357,14 @@ struct pkg_envra *rpm_get_package_nvr(const char *filename, const char *rootdir_
|
|
||||||
if (strcmp(p->p_epoch, "0") == 0)
|
|
||||||
p->p_nvr = libreport_xasprintf("%s-%s-%s", p->p_name, p->p_version, p->p_release);
|
|
||||||
else
|
|
||||||
- p->p_nvr = libreport_xasprintf("%s:%s-%s-%s", p->p_epoch, p->p_name, p->p_version, p->p_release);
|
|
||||||
+ p->p_nvr = libreport_xasprintf("%s-%s:%s-%s", p->p_name, p->p_epoch, p->p_version, p->p_release);
|
|
||||||
|
|
||||||
rpmdbFreeIterator(iter);
|
|
||||||
rpmtsFree(ts);
|
|
||||||
return p;
|
|
||||||
|
|
||||||
error:
|
|
||||||
- free_pkg_envra(p);
|
|
||||||
+ free_pkg_nevra(p);
|
|
||||||
|
|
||||||
rpmdbFreeIterator(iter);
|
|
||||||
rpmtsFree(ts);
|
|
||||||
@@ -373,14 +374,14 @@ struct pkg_envra *rpm_get_package_nvr(const char *filename, const char *rootdir_
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
-void free_pkg_envra(struct pkg_envra *p)
|
|
||||||
+void free_pkg_nevra(struct pkg_nevra *p)
|
|
||||||
{
|
|
||||||
if (!p)
|
|
||||||
return;
|
|
||||||
|
|
||||||
free(p->p_vendor);
|
|
||||||
- free(p->p_epoch);
|
|
||||||
free(p->p_name);
|
|
||||||
+ free(p->p_epoch);
|
|
||||||
free(p->p_version);
|
|
||||||
free(p->p_release);
|
|
||||||
free(p->p_arch);
|
|
||||||
diff --git a/src/daemon/rpm.h b/src/daemon/rpm.h
|
|
||||||
index 1fd56e8f..90821f81 100644
|
|
||||||
--- a/src/daemon/rpm.h
|
|
||||||
+++ b/src/daemon/rpm.h
|
|
||||||
@@ -26,17 +26,17 @@
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-struct pkg_envra {
|
|
||||||
+struct pkg_nevra {
|
|
||||||
char *p_nvr;
|
|
||||||
- char *p_epoch;
|
|
||||||
char *p_name;
|
|
||||||
+ char *p_epoch;
|
|
||||||
char *p_version;
|
|
||||||
char *p_release;
|
|
||||||
char *p_arch;
|
|
||||||
char *p_vendor;
|
|
||||||
};
|
|
||||||
|
|
||||||
-void free_pkg_envra(struct pkg_envra *p);
|
|
||||||
+void free_pkg_nevra(struct pkg_nevra *p);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Checks if an application is modified by third party.
|
|
||||||
@@ -85,7 +85,7 @@ char *rpm_get_fingerprint(const char* pkg);
|
|
||||||
* @param filename A file name.
|
|
||||||
* @return A package name (malloc'ed string)
|
|
||||||
*/
|
|
||||||
-struct pkg_envra *rpm_get_package_nvr(const char *filename, const char *rootdir_or_NULL);
|
|
||||||
+struct pkg_nevra *rpm_get_package_nvr(const char *filename, const char *rootdir_or_NULL);
|
|
||||||
/**
|
|
||||||
* Finds a main package for given file. This package contains particular
|
|
||||||
* file. If the file doesn't belong to any package, empty string is
|
|
||||||
--
|
|
||||||
2.26.2
|
|
||||||
|
|
||||||
389
abrt.spec
389
abrt.spec
|
|
@ -9,6 +9,13 @@
|
||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10
|
||||||
|
%bcond_with container_handler
|
||||||
|
%else
|
||||||
|
%bcond_without container_handler
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?rhel}%{?suse_version}
|
%if 0%{?rhel}%{?suse_version}
|
||||||
%bcond_with bodhi
|
%bcond_with bodhi
|
||||||
%else
|
%else
|
||||||
|
|
@ -22,7 +29,7 @@
|
||||||
%bcond_without retrace
|
%bcond_without retrace
|
||||||
|
|
||||||
# rpmbuild --define 'desktopvendor mystring'
|
# rpmbuild --define 'desktopvendor mystring'
|
||||||
%if "x%{desktopvendor}" == "x"
|
%if "x%{?desktopvendor}" == "x"
|
||||||
%define desktopvendor %(source /etc/os-release; echo ${ID})
|
%define desktopvendor %(source /etc/os-release; echo ${ID})
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
@ -43,36 +50,32 @@
|
||||||
%define docdirversion -%{version}
|
%define docdirversion -%{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define libreport_ver 2.13.0
|
%define glib_ver 2.73.3
|
||||||
|
%define libreport_ver 2.17.13
|
||||||
%define satyr_ver 0.24
|
%define satyr_ver 0.24
|
||||||
|
|
||||||
Summary: Automatic bug detection and reporting tool
|
Summary: Automatic bug detection and reporting tool
|
||||||
Name: abrt
|
Name: abrt
|
||||||
Version: 2.14.2
|
Version: 2.17.8
|
||||||
Release: 4%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: https://abrt.readthedocs.org/
|
URL: https://abrt.readthedocs.org/
|
||||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: 0001-applet-Pass-instance-pointer-to-signal-handler.patch
|
|
||||||
Patch1: 0002-applet-Chain-up-in-dispose.patch
|
|
||||||
Patch2: 0003-applet-application-Fix-crash-when-processing-deferre.patch
|
|
||||||
Patch3: 0004-daemon-rpm-Use-NEVRA-instead-of-ENVRA.patch
|
|
||||||
|
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: %{dbus_devel}
|
BuildRequires: %{dbus_devel}
|
||||||
BuildRequires: hostname
|
BuildRequires: hostname
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: glib2-devel >= 2.43.4
|
BuildRequires: glib2-devel >= %{glib_ver}
|
||||||
BuildRequires: rpm-devel >= 4.6
|
BuildRequires: rpm-devel >= 6.0.0
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
#why? BuildRequires: file-devel
|
#why? BuildRequires: file-devel
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup3-devel
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
|
|
@ -80,10 +83,13 @@ BuildRequires: libreport-devel >= %{libreport_ver}
|
||||||
BuildRequires: satyr-devel >= %{satyr_ver}
|
BuildRequires: satyr-devel >= %{satyr_ver}
|
||||||
BuildRequires: augeas
|
BuildRequires: augeas
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
# Required for the %%{_unitdir} and %%{_tmpfilesdir} macros.
|
||||||
|
BuildRequires: systemd-rpm-macros
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-systemd
|
BuildRequires: python3-systemd
|
||||||
BuildRequires: python3-argcomplete
|
BuildRequires: python3-argcomplete
|
||||||
|
BuildRequires: python3-dbus
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: libreport >= %{libreport_ver}
|
Requires: libreport >= %{libreport_ver}
|
||||||
|
|
@ -107,12 +113,16 @@ Requires: python3-dbus
|
||||||
Requires: dmidecode
|
Requires: dmidecode
|
||||||
%endif
|
%endif
|
||||||
Requires: libreport-plugin-ureport
|
Requires: libreport-plugin-ureport
|
||||||
%if 0%{?rhel}
|
|
||||||
Requires: libreport-plugin-rhtsupport
|
|
||||||
%endif
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
Requires: libreport-plugin-systemd-journal
|
Requires: libreport-plugin-systemd-journal
|
||||||
%endif
|
%endif
|
||||||
|
# to fix upgrade path abrt-plugin-sosreport was removed in 2.14.5 version.
|
||||||
|
Obsoletes: abrt-plugin-sosreport < 2.14.5
|
||||||
|
# fros was retired 2025-07, and was initially added to comps to support
|
||||||
|
# abrt-desktop, so let's obsolete it here
|
||||||
|
Obsoletes: fros < 1.1-42
|
||||||
|
Obsoletes: fros-gnome < 1.1-42
|
||||||
|
Obsoletes: fros-recordmydesktop < 1.1-42
|
||||||
|
|
||||||
#gui
|
#gui
|
||||||
BuildRequires: libreport-gtk-devel >= %{libreport_ver}
|
BuildRequires: libreport-gtk-devel >= %{libreport_ver}
|
||||||
|
|
@ -193,11 +203,9 @@ Summary: %{name}'s C/C++ addon
|
||||||
Requires: cpio
|
Requires: cpio
|
||||||
Requires: gdb-headless
|
Requires: gdb-headless
|
||||||
Requires: elfutils
|
Requires: elfutils
|
||||||
|
# Required for local retracing with GDB.
|
||||||
|
Requires: elfutils-debuginfod-client
|
||||||
%if 0%{!?rhel:1}
|
%if 0%{!?rhel:1}
|
||||||
%if %{with retrace}
|
|
||||||
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
|
|
||||||
Requires: %{name}-retrace-client
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: abrt-libs = %{version}-%{release}
|
Requires: abrt-libs = %{version}-%{release}
|
||||||
|
|
@ -205,6 +213,7 @@ Requires: abrt-libs = %{version}-%{release}
|
||||||
Requires: python3-libreport
|
Requires: python3-libreport
|
||||||
%endif
|
%endif
|
||||||
Obsoletes: abrt-addon-coredump-helper <= 2.12.2
|
Obsoletes: abrt-addon-coredump-helper <= 2.12.2
|
||||||
|
Obsoletes: abrt-retrace-client <= 2.15.1
|
||||||
|
|
||||||
|
|
||||||
%description addon-ccpp
|
%description addon-ccpp
|
||||||
|
|
@ -218,20 +227,6 @@ Requires: abrt-libs = %{version}-%{release}
|
||||||
%description addon-upload-watch
|
%description addon-upload-watch
|
||||||
This package contains hook for uploaded problems.
|
This package contains hook for uploaded problems.
|
||||||
|
|
||||||
%if %{with retrace}
|
|
||||||
%package retrace-client
|
|
||||||
Summary: %{name}'s retrace client
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: xz
|
|
||||||
Requires: tar
|
|
||||||
Requires: p11-kit-trust
|
|
||||||
Requires: libsoup
|
|
||||||
|
|
||||||
%description retrace-client
|
|
||||||
This package contains the client application for Retrace server
|
|
||||||
which is able to analyze C/C++ crashes remotely.
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%package addon-kerneloops
|
%package addon-kerneloops
|
||||||
Summary: %{name}'s kerneloops addon
|
Summary: %{name}'s kerneloops addon
|
||||||
Requires: curl
|
Requires: curl
|
||||||
|
|
@ -259,10 +254,15 @@ log.
|
||||||
Summary: %{name}'s vmcore addon
|
Summary: %{name}'s vmcore addon
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: abrt-addon-kerneloops
|
Requires: abrt-addon-kerneloops
|
||||||
|
# On riscv64, kexec-tools does not compile:
|
||||||
|
# "configure: error: unsupported architecture riscv64"
|
||||||
|
%ifnarch riscv64
|
||||||
Requires: kexec-tools
|
Requires: kexec-tools
|
||||||
|
%endif
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
Requires: python3-abrt
|
Requires: python3-abrt
|
||||||
Requires: python3-augeas
|
Requires: python3-augeas
|
||||||
|
Requires: python3-systemd
|
||||||
%endif
|
%endif
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
|
|
||||||
|
|
@ -275,7 +275,8 @@ Summary: %{name}'s pstore oops addon
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: abrt-libs = %{version}-%{release}
|
Requires: abrt-libs = %{version}-%{release}
|
||||||
Requires: abrt-addon-kerneloops
|
Requires: abrt-addon-kerneloops
|
||||||
Obsoletes: abrt-addon-uefioops
|
Obsoletes: abrt-addon-uefioops <= 2.1.6
|
||||||
|
Provides: abrt-addon-uefioops = %{version}-%{release}
|
||||||
|
|
||||||
%description addon-pstoreoops
|
%description addon-pstoreoops
|
||||||
This package contains plugin for collecting kernel oopses from pstore storage.
|
This package contains plugin for collecting kernel oopses from pstore storage.
|
||||||
|
|
@ -284,7 +285,8 @@ This package contains plugin for collecting kernel oopses from pstore storage.
|
||||||
%package plugin-bodhi
|
%package plugin-bodhi
|
||||||
Summary: %{name}'s bodhi plugin
|
Summary: %{name}'s bodhi plugin
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Obsoletes: libreport-plugin-bodhi > 0.0.1
|
Requires: abrt-libs = %{version}-%{release}
|
||||||
|
Obsoletes: libreport-plugin-bodhi <= 2.0.10
|
||||||
Provides: libreport-plugin-bodhi = %{version}-%{release}
|
Provides: libreport-plugin-bodhi = %{version}-%{release}
|
||||||
|
|
||||||
%description plugin-bodhi
|
%description plugin-bodhi
|
||||||
|
|
@ -303,8 +305,10 @@ Requires: python3-abrt
|
||||||
This package contains python 3 hook and python analyzer plugin for handling
|
This package contains python 3 hook and python analyzer plugin for handling
|
||||||
uncaught exception in python 3 programs.
|
uncaught exception in python 3 programs.
|
||||||
|
|
||||||
|
%if %{with container_handler}
|
||||||
%package -n python3-abrt-container-addon
|
%package -n python3-abrt-container-addon
|
||||||
Summary: %{name}'s container addon for catching Python 3 exceptions
|
Summary: %{name}'s container addon for catching Python 3 exceptions
|
||||||
|
BuildArch: noarch
|
||||||
Conflicts: python3-abrt-addon
|
Conflicts: python3-abrt-addon
|
||||||
Requires: container-exception-logger
|
Requires: container-exception-logger
|
||||||
|
|
||||||
|
|
@ -313,14 +317,7 @@ This package contains python 3 hook and handling uncaught exception in python 3
|
||||||
programs in container.
|
programs in container.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package plugin-sosreport
|
%endif
|
||||||
Summary: %{name}'s plugin for building automatic sosreports
|
|
||||||
Requires: sos >= 3.6
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description plugin-sosreport
|
|
||||||
This package contains a configuration snippet to enable automatic generation
|
|
||||||
of sosreports for abrt events.
|
|
||||||
|
|
||||||
%package plugin-machine-id
|
%package plugin-machine-id
|
||||||
Summary: %{name}'s plugin to generate machine_id based off dmidecode
|
Summary: %{name}'s plugin to generate machine_id based off dmidecode
|
||||||
|
|
@ -332,6 +329,7 @@ of machine_id for abrt events.
|
||||||
|
|
||||||
%package tui
|
%package tui
|
||||||
Summary: %{name}'s command line interface
|
Summary: %{name}'s command line interface
|
||||||
|
BuildArch: noarch
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libreport-cli >= %{libreport_ver}
|
Requires: libreport-cli >= %{libreport_ver}
|
||||||
Requires: abrt-libs = %{version}-%{release}
|
Requires: abrt-libs = %{version}-%{release}
|
||||||
|
|
@ -361,13 +359,7 @@ Requires: abrt-addon-ccpp
|
||||||
Requires: python3-abrt-addon
|
Requires: python3-abrt-addon
|
||||||
%endif
|
%endif
|
||||||
Requires: abrt-addon-xorg
|
Requires: abrt-addon-xorg
|
||||||
%if 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
Requires: libreport-rhel >= %{libreport_ver}
|
|
||||||
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
|
|
||||||
%else
|
|
||||||
%if %{with retrace}
|
|
||||||
Requires: abrt-retrace-client
|
|
||||||
%endif
|
|
||||||
%if %{with bodhi}
|
%if %{with bodhi}
|
||||||
Requires: abrt-plugin-bodhi
|
Requires: abrt-plugin-bodhi
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -404,13 +396,7 @@ Requires: abrt-addon-xorg
|
||||||
Requires: gdb-headless
|
Requires: gdb-headless
|
||||||
Requires: abrt-gui
|
Requires: abrt-gui
|
||||||
Requires: gnome-abrt
|
Requires: gnome-abrt
|
||||||
%if 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
Requires: libreport-rhel >= %{libreport_ver}
|
|
||||||
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
|
|
||||||
%else
|
|
||||||
%if %{with retrace}
|
|
||||||
Requires: abrt-retrace-client
|
|
||||||
%endif
|
|
||||||
%if %{with bodhi}
|
%if %{with bodhi}
|
||||||
Requires: abrt-plugin-bodhi
|
Requires: abrt-plugin-bodhi
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -488,9 +474,15 @@ to the shell
|
||||||
%global __scm_apply_git(qp:m:) %{__git} am --exclude doc/design --exclude doc/project/abrt.tex
|
%global __scm_apply_git(qp:m:) %{__git} am --exclude doc/design --exclude doc/project/abrt.tex
|
||||||
%autosetup -S git -p 0
|
%autosetup -S git -p 0
|
||||||
|
|
||||||
|
# Create a sysusers.d config file
|
||||||
|
#uidgid pair 173:173 reserved in setup rhbz#670231
|
||||||
|
%global abrt_gid_uid 173
|
||||||
|
cat >abrt.sysusers.conf <<EOF
|
||||||
|
u abrt %{abrt_gid_uid} - /etc/abrt -
|
||||||
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
./autogen.sh
|
||||||
|
|
||||||
%define default_dump_dir %{_localstatedir}/spool/abrt
|
%define default_dump_dir %{_localstatedir}/spool/abrt
|
||||||
|
|
||||||
|
|
@ -504,12 +496,6 @@ CFLAGS="%{optflags} -Werror" %configure \
|
||||||
%if %{without atomic}
|
%if %{without atomic}
|
||||||
--without-atomic \
|
--without-atomic \
|
||||||
%endif
|
%endif
|
||||||
%if %{without retrace}
|
|
||||||
--without-retrace \
|
|
||||||
%endif
|
|
||||||
%if 0%{?rhel}
|
|
||||||
--enable-authenticated-autoreporting \
|
|
||||||
%endif
|
|
||||||
%ifnarch %{arm}
|
%ifnarch %{arm}
|
||||||
--enable-native-unwinder \
|
--enable-native-unwinder \
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -552,35 +538,40 @@ ln -sf %{_datadir}/applications/org.freedesktop.problems.applet.desktop %{buildr
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
ln -sf %{_bindir}/abrt %{buildroot}%{_bindir}/abrt-cli
|
ln -sf %{_bindir}/abrt %{buildroot}%{_bindir}/abrt-cli
|
||||||
ln -sf %{_mandir}/man1/abrt.1 %{buildroot}%{_mandir}/man1/abrt-cli.1
|
ln -sf %{_mandir}/man1/abrt.1 %{buildroot}%{_mandir}/man1/abrt-cli.1
|
||||||
|
|
||||||
|
%if ! %{with container_handler}
|
||||||
|
rm -vf %{buildroot}%{python3_sitelib}/abrt3_container.pth
|
||||||
|
rm -vf %{buildroot}%{python3_sitelib}/abrt_exception_handler3_container.py
|
||||||
|
rm -vf %{buildroot}%{python3_sitelib}/__pycache__/abrt_exception_handler3_container.*
|
||||||
|
%endif
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# After everything is installed, remove info dir
|
# After everything is installed, remove info dir
|
||||||
rm -f %{buildroot}%{_infodir}/dir
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
|
install -m0644 -D abrt.sysusers.conf %{buildroot}%{_sysusersdir}/abrt.conf
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check|| {
|
make check|| {
|
||||||
# find and print the logs of failed test
|
# find and print the logs of failed test
|
||||||
# do not cat tests/testsuite.log because it contains a lot of bloat
|
# do not cat tests/testsuite.log because it contains a lot of bloat
|
||||||
|
find src -name "test-suite.log" -print -exec cat '{}' \;
|
||||||
find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
|
find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
%pre
|
|
||||||
#uidgid pair 173:173 reserved in setup rhbz#670231
|
|
||||||
%define abrt_gid_uid 173
|
|
||||||
getent group abrt >/dev/null || groupadd -f -g %{abrt_gid_uid} --system abrt
|
|
||||||
getent passwd abrt >/dev/null || useradd --system -g abrt -u %{abrt_gid_uid} -d /etc/abrt -s /sbin/nologin abrt
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# $1 == 1 if install; 2 if upgrade
|
# $1 == 1 if install; 2 if upgrade
|
||||||
%systemd_post abrtd.service
|
%systemd_post abrtd.service
|
||||||
|
|
||||||
%post addon-ccpp
|
%post addon-ccpp
|
||||||
# this is required for transition from 1.1.x to 2.x
|
# migration from 2.14.1.18
|
||||||
# because /cache/abrt-di/* was created under root with root:root
|
if [ ! -e "%{_localstatedir}/cache/abrt-di/.migration-group-add" ]; then
|
||||||
# so 2.x fails when it tries to extract debuginfo there..
|
chmod -R g+w %{_localstatedir}/cache/abrt-di
|
||||||
chown -R abrt:abrt %{_localstatedir}/cache/abrt-di
|
touch "%{_localstatedir}/cache/abrt-di/.migration-group-add"
|
||||||
|
fi
|
||||||
|
|
||||||
%systemd_post abrt-journal-core.service
|
%systemd_post abrt-journal-core.service
|
||||||
%journal_catalog_update
|
%journal_catalog_update
|
||||||
|
|
||||||
|
|
@ -769,6 +760,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||||
%{_mandir}/man5/abrt-action-save-package-data.conf.5*
|
%{_mandir}/man5/abrt-action-save-package-data.conf.5*
|
||||||
%{_mandir}/man5/gpg_keys.conf.5*
|
%{_mandir}/man5/gpg_keys.conf.5*
|
||||||
%{_mandir}/man8/abrtd.8*
|
%{_mandir}/man8/abrtd.8*
|
||||||
|
%{_sysusersdir}/abrt.conf
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%{_libdir}/libabrt.so.*
|
%{_libdir}/libabrt.so.*
|
||||||
|
|
@ -817,25 +809,20 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
|
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
|
||||||
%{_mandir}/man5/abrt-CCpp.conf.5*
|
%{_mandir}/man5/abrt-CCpp.conf.5*
|
||||||
%{_libexecdir}/abrt-gdb-exploitable
|
%{_libexecdir}/abrt-gdb-exploitable
|
||||||
|
%{_libexecdir}/abrt-action-coredump
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_journal_ccpp_format.conf
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_journal_ccpp_format.conf
|
||||||
%{_unitdir}/abrt-journal-core.service
|
%{_unitdir}/abrt-journal-core.service
|
||||||
%{_journalcatalogdir}/abrt_ccpp.catalog
|
%{_journalcatalogdir}/abrt_ccpp.catalog
|
||||||
|
|
||||||
%dir %{_localstatedir}/lib/abrt
|
%dir %{_localstatedir}/lib/abrt
|
||||||
|
|
||||||
# attr(6755) ~= SETUID|SETGID
|
|
||||||
%attr(6755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
|
|
||||||
|
|
||||||
%{_bindir}/abrt-action-analyze-c
|
%{_bindir}/abrt-action-analyze-c
|
||||||
%{_bindir}/abrt-action-trim-files
|
%{_bindir}/abrt-action-trim-files
|
||||||
%{_bindir}/abrt-action-analyze-core
|
|
||||||
%{_bindir}/abrt-action-analyze-vulnerability
|
%{_bindir}/abrt-action-analyze-vulnerability
|
||||||
%{_bindir}/abrt-action-install-debuginfo
|
|
||||||
%{_bindir}/abrt-action-generate-backtrace
|
%{_bindir}/abrt-action-generate-backtrace
|
||||||
%{_bindir}/abrt-action-generate-core-backtrace
|
%{_bindir}/abrt-action-generate-core-backtrace
|
||||||
%{_bindir}/abrt-action-analyze-backtrace
|
%{_bindir}/abrt-action-analyze-backtrace
|
||||||
%{_bindir}/abrt-action-list-dsos
|
%{_bindir}/abrt-action-list-dsos
|
||||||
%{_bindir}/abrt-action-perform-ccpp-analysis
|
|
||||||
%{_bindir}/abrt-action-analyze-ccpp-local
|
%{_bindir}/abrt-action-analyze-ccpp-local
|
||||||
%{_bindir}/abrt-dump-journal-core
|
%{_bindir}/abrt-dump-journal-core
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
|
||||||
|
|
@ -846,7 +833,6 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||||
%{_mandir}/man5/vimrc_event.conf.5*
|
%{_mandir}/man5/vimrc_event.conf.5*
|
||||||
%{_datadir}/libreport/events/analyze_CCpp.xml
|
%{_datadir}/libreport/events/analyze_CCpp.xml
|
||||||
%{_datadir}/libreport/events/analyze_LocalGDB.xml
|
%{_datadir}/libreport/events/analyze_LocalGDB.xml
|
||||||
%{_datadir}/libreport/events/analyze_RetraceServer.xml
|
|
||||||
%{_datadir}/libreport/events/collect_xsession_errors.xml
|
%{_datadir}/libreport/events/collect_xsession_errors.xml
|
||||||
%{_datadir}/libreport/events/collect_GConf.xml
|
%{_datadir}/libreport/events/collect_GConf.xml
|
||||||
%{_datadir}/libreport/events/collect_vimrc_user.xml
|
%{_datadir}/libreport/events/collect_vimrc_user.xml
|
||||||
|
|
@ -858,11 +844,8 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||||
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
|
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
|
||||||
%{_mandir}/man*/abrt-action-analyze-backtrace.*
|
%{_mandir}/man*/abrt-action-analyze-backtrace.*
|
||||||
%{_mandir}/man*/abrt-action-list-dsos.*
|
%{_mandir}/man*/abrt-action-list-dsos.*
|
||||||
%{_mandir}/man*/abrt-action-install-debuginfo.*
|
|
||||||
%{_mandir}/man*/abrt-action-analyze-ccpp-local.*
|
%{_mandir}/man*/abrt-action-analyze-ccpp-local.*
|
||||||
%{_mandir}/man*/abrt-action-analyze-core.*
|
|
||||||
%{_mandir}/man*/abrt-action-analyze-vulnerability.*
|
%{_mandir}/man*/abrt-action-analyze-vulnerability.*
|
||||||
%{_mandir}/man*/abrt-action-perform-ccpp-analysis.*
|
|
||||||
%{_mandir}/man1/abrt-dump-journal-core.1*
|
%{_mandir}/man1/abrt-dump-journal-core.1*
|
||||||
|
|
||||||
%files addon-upload-watch
|
%files addon-upload-watch
|
||||||
|
|
@ -871,14 +854,6 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||||
%{_mandir}/man*/abrt-upload-watch.*
|
%{_mandir}/man*/abrt-upload-watch.*
|
||||||
|
|
||||||
|
|
||||||
%if %{with retrace}
|
|
||||||
%files retrace-client
|
|
||||||
%{_bindir}/abrt-retrace-client
|
|
||||||
%{_mandir}/man1/abrt-retrace-client.1*
|
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
|
|
||||||
%{_mandir}/man5/ccpp_retrace_event.conf.5*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files addon-kerneloops
|
%files addon-kerneloops
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
|
||||||
%{_journalcatalogdir}/abrt_koops.catalog
|
%{_journalcatalogdir}/abrt_koops.catalog
|
||||||
|
|
@ -946,14 +921,14 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||||
%{python3_sitelib}/abrt_exception_handler3.py
|
%{python3_sitelib}/abrt_exception_handler3.py
|
||||||
%{python3_sitelib}/__pycache__/abrt_exception_handler3.*
|
%{python3_sitelib}/__pycache__/abrt_exception_handler3.*
|
||||||
|
|
||||||
|
%if %{with container_handler}
|
||||||
%files -n python3-abrt-container-addon
|
%files -n python3-abrt-container-addon
|
||||||
%{python3_sitelib}/abrt3_container.pth
|
%{python3_sitelib}/abrt3_container.pth
|
||||||
%{python3_sitelib}/abrt_exception_handler3_container.py
|
%{python3_sitelib}/abrt_exception_handler3_container.py
|
||||||
%{python3_sitelib}/__pycache__/abrt_exception_handler3_container.*
|
%{python3_sitelib}/__pycache__/abrt_exception_handler3_container.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files plugin-sosreport
|
%endif
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/sosreport_event.conf
|
|
||||||
|
|
||||||
%files plugin-machine-id
|
%files plugin-machine-id
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
|
||||||
|
|
@ -963,7 +938,6 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%files tui
|
%files tui
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%config(noreplace) %{_sysconfdir}/bash_completion.d/abrt.bash_completion
|
|
||||||
%{_bindir}/abrt
|
%{_bindir}/abrt
|
||||||
%{_bindir}/abrt-cli
|
%{_bindir}/abrt-cli
|
||||||
%{python3_sitelib}/abrtcli/
|
%{python3_sitelib}/abrtcli/
|
||||||
|
|
@ -1020,12 +994,222 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||||
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 17 2020 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.2-4
|
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.8-2
|
||||||
- Add fix for https://bugzilla.redhat.com/show_bug.cgi?id=1900982
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Jul 28 2020 - Ernestas Kulik <ekulik@redhat.com> - 2.14.2-3
|
* Thu Dec 04 2025 Michal Srb <michal@redhat.com> - 2.17.8-1
|
||||||
|
- a-a-save-container-data: validate input
|
||||||
|
- Resolves: CVE-2025-12744
|
||||||
|
|
||||||
|
* Thu Oct 02 2025 Michal Srb <michal@redhat.com> - 2.17.7-1
|
||||||
|
- Update to upstream release 2.17.7
|
||||||
|
- Fix reading gpg keys with RPM 6.0.0 (rhbz#2396899)
|
||||||
|
|
||||||
|
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.17.6-10
|
||||||
|
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||||
|
|
||||||
|
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.17.6-9
|
||||||
|
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||||
|
|
||||||
|
* Fri Aug 01 2025 Adam Williamson <awilliam@redhat.com> - 2.17.6-8
|
||||||
|
- Obsolete fros packages
|
||||||
|
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.6-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 2.17.6-6
|
||||||
|
- Rebuilt for Python 3.14
|
||||||
|
|
||||||
|
* Thu Jan 23 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.17.6-5
|
||||||
|
- Add sysusers.d config file to allow rpm to create users/groups automatically
|
||||||
|
|
||||||
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.6-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Nov 20 2024 David Abdurachmanov <davidlt@rivosinc.com> - 2.17.6-3
|
||||||
|
- Disable Requires for kexec-tools on riscv64 (not supported)
|
||||||
|
|
||||||
|
* Wed Sep 11 2024 Neal Gompa <ngompa@fedoraproject.org> - 2.17.6-2
|
||||||
|
- Drop container handler (rhbz#2295150)
|
||||||
|
|
||||||
|
* Sun Sep 01 2024 Michal Srb <michal@redhat.com> - 2.17.6-1
|
||||||
|
- Update to upstream release 2.17.6
|
||||||
|
- Fix reading signature information from RPM headers (rhbz#2307278)
|
||||||
|
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 2.17.5-2
|
||||||
|
- Rebuilt for Python 3.13
|
||||||
|
|
||||||
|
* Mon Feb 19 2024 Michal Srb <michal@redhat.com> - 2.17.5-1
|
||||||
|
- Update to upstream release 2.17.5
|
||||||
|
|
||||||
|
* Mon Feb 12 2024 Michal Srb <michal@redhat.com> - 2.17.4-1
|
||||||
|
- Update to upstream release 2.17.4
|
||||||
|
|
||||||
|
* Sun Feb 04 2024 Michal Srb <michal@redhat.com> - 2.17.2-1
|
||||||
|
- Update to upstream release 2.17.2
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 01 2023 Python Maint <python-maint@redhat.com> - 2.17.1-2
|
||||||
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
|
* Fri Jun 30 2023 Michal Srb <michal@redhat.com> - 2.17.1-1
|
||||||
|
- Update to upstream release 2.17.1
|
||||||
|
|
||||||
|
* Wed Jun 28 2023 Python Maint <python-maint@redhat.com> - 2.17.0-2
|
||||||
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
|
* Mon May 22 2023 Matěj Grabovský <mgrabovs@redhat.com> - 2.17.0-1
|
||||||
|
- Update to upstream release 2.17.0
|
||||||
|
- Bump rpm-devel dependency to 4.18
|
||||||
|
|
||||||
|
* Thu Mar 30 2023 Michal Srb <michal@redhat.com> - 2.16.1-1
|
||||||
|
- Update to upstream release 2.16.1
|
||||||
|
|
||||||
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Oct 24 2022 Michal Srb <michal@redhat.com> - 2.16.0-1
|
||||||
|
- Update to upstream release 2.16.0
|
||||||
|
|
||||||
|
* Wed Oct 19 2022 Michal Srb <michal@redhat.com> - 2.15.1-6
|
||||||
|
- abrt-journal: First seek the journal tail and then set filters
|
||||||
|
- Resolves: rhbz#2128662
|
||||||
|
|
||||||
|
* Wed Oct 12 2022 Michal Srb <michal@redhat.com> - 2.15.1-5
|
||||||
|
- abrt-journal: call sd_journal_get_fd() right after sd_journal_open()
|
||||||
|
- Resolves: rhbz#2128662
|
||||||
|
|
||||||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 16 2022 Michal Srb <michal@redhat.com> - 2.15.1-3
|
||||||
|
- Fix FTBFS
|
||||||
|
- Resolves: rhbz#2093924
|
||||||
|
|
||||||
|
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 2.15.1-2
|
||||||
|
- Rebuilt for Python 3.11
|
||||||
|
|
||||||
|
* Thu Mar 10 2022 Michal Srb <michal@redhat.com> - 2.15.1-1
|
||||||
|
- Update to 2.15.1
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.15.0-2
|
||||||
|
- Rebuild for testing
|
||||||
|
|
||||||
|
* Mon Jan 17 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.15.0-1
|
||||||
|
- Bump abrt library version to 1:0:1
|
||||||
|
- cli: Fix path and glob matching for abrt info etc.
|
||||||
|
- abrt-dump-oops: Fix vmcore call trace parsing
|
||||||
|
- Use lazy imports in abrt_exception_handler3
|
||||||
|
- Don't copy coredump to problem dir
|
||||||
|
- Detect Python 3.10 and Perl correctly in abrt-action-save-package-data
|
||||||
|
- Fix calls to deprecated methods in tests
|
||||||
|
- Update translations
|
||||||
|
|
||||||
|
* Wed Jan 12 2022 Miro Hrončok <mhroncok@redhat.com> - 2.14.6-11
|
||||||
|
- Make abrt-tui and python3-abrt-container-addon noarch as they contain no architecture-specific content
|
||||||
|
- Ensure Python bytecode in noarch subpackages is reproducible
|
||||||
|
|
||||||
|
* Thu Jan 06 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-10
|
||||||
|
- Bump release for rebuild
|
||||||
|
|
||||||
|
* Wed Dec 22 2021 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-9
|
||||||
|
- Rebuild for satyr 0.39
|
||||||
|
|
||||||
|
* Mon Sep 27 2021 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-8
|
||||||
|
- Use lazy import in the Python exception handler to avoid slowdown in Python
|
||||||
|
startup (rhbz#2007664)
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.6-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 2.14.6-6
|
||||||
|
- Rebuild for versioned symbols in json-c
|
||||||
|
|
||||||
|
* Mon Jun 07 2021 Python Maint <python-maint@redhat.com> - 2.14.6-5
|
||||||
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.14.6-3
|
||||||
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
|
* Tue May 25 2021 Michal Fabik <mfabik@redhat.com> - 2.14.6-1
|
||||||
|
- Add support of master + subkeys gpg.
|
||||||
|
- hooks: Remove stale workaround for a fixed bug
|
||||||
|
- cli: Gracefully handle disappearance of problem directory
|
||||||
|
- libs: Add version info script
|
||||||
|
- retrace-client: Output task ID to console in batch mode
|
||||||
|
- retrace-client: Separate commands by commas
|
||||||
|
- Doc: Improve man page for abrt-action-analyze-vulnerability
|
||||||
|
- Various memory management and other fixes
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 01 2020 Michal Fabik <mfabik@redhat.com> 2.14.5-1
|
||||||
|
- Fix invalid free (rhbz#1895660)
|
||||||
|
- Fix crash during local processing (rhbz#1881745)
|
||||||
|
- Fix reported numbers of missing debuginfo packages in abrt-action-install-debuginfo
|
||||||
|
- Correct the format of NEVRA generated for packages where a problem occurred (rhbz#1900982)
|
||||||
|
- Drop --raw flag in abrt-action-generate-core-backtrace
|
||||||
|
|
||||||
|
* Tue Oct 13 2020 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.4-3
|
||||||
|
- Add upstream patch for an invalid read bug
|
||||||
|
|
||||||
|
* Thu Sep 24 2020 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.4-2
|
||||||
|
- Add fix for https://bugzilla.redhat.com/show_bug.cgi?id=1881745
|
||||||
|
|
||||||
|
* Mon Aug 17 2020 Michal Fabik <mfabik@redhat.com> - 2.14.4-1
|
||||||
|
- Fix broken release 2.14.3
|
||||||
|
- oops-utils: Respect the 'world-readable' flag
|
||||||
|
- Decommission libreport_list_free_with_free
|
||||||
|
|
||||||
|
* Thu Aug 13 2020 Michal Fabik <mfabik@redhat.com> - 2.14.3-1
|
||||||
|
- plugins: abrt-dump-journal-core: Handle zstd compression
|
||||||
|
- applet: application: Use GLib for logging
|
||||||
|
- Replace various utility functions with stock GLib ones
|
||||||
|
- Various coding style improvements
|
||||||
|
- Update documentation
|
||||||
|
- applet: application: Fix crash when processing deferred problems
|
||||||
|
- dbus: Remove session objects when owner disconnects
|
||||||
|
- python-problem: Use org.freedesktop.Problems2 API
|
||||||
|
- abrt-console-notification: Work around noclobber
|
||||||
|
- daemon: rpm: Use NEVRA instead of ENVRA
|
||||||
|
- abrtd: Don't delete new problem dirs
|
||||||
|
- Make sure that former caches are group writable
|
||||||
|
- Various memory management fixes
|
||||||
|
|
||||||
|
* Thu Aug 13 2020 Adam Williamson <awilliam@redhat.com> - 2.14.2-6
|
||||||
|
- Rebuild for libreport soname bump
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 - Ernestas Kulik <ekulik@redhat.com> - 2.14.2-5
|
||||||
- Add patch for https://bugzilla.redhat.com/show_bug.cgi?id=1860903
|
- Add patch for https://bugzilla.redhat.com/show_bug.cgi?id=1860903
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 2.14.2-3
|
||||||
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
* Thu May 21 2020 Ernestas Kulik <ekulik@redhat.com> - 2.14.2-2
|
* Thu May 21 2020 Ernestas Kulik <ekulik@redhat.com> - 2.14.2-2
|
||||||
- Add fix for https://bugzilla.redhat.com/show_bug.cgi?id=1836190
|
- Add fix for https://bugzilla.redhat.com/show_bug.cgi?id=1836190
|
||||||
|
|
||||||
|
|
@ -1052,6 +1236,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||||
- Drop libcap dependency
|
- Drop libcap dependency
|
||||||
- Drop Travis config
|
- Drop Travis config
|
||||||
|
|
||||||
|
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 2.14.0-3
|
||||||
|
- Rebuild (json-c)
|
||||||
|
|
||||||
* Fri Feb 07 2020 Ernestas Kulik <ekulik@redhat.com> - 2.14.0-2
|
* Fri Feb 07 2020 Ernestas Kulik <ekulik@redhat.com> - 2.14.0-2
|
||||||
- Bump libreport dependency
|
- Bump libreport dependency
|
||||||
|
|
||||||
|
|
|
||||||
15
gating.yaml
Normal file
15
gating.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_testing
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
|
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_stable
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (abrt-2.14.2.tar.gz) = 020bd0550c41b2358a718a4f0f0c3a839d86fd46fc0c4f4cfc4b7d7f851baf2d5179e008ac1912b350f9f0fbfbfee94e422de3aadce5eb0f7f84a04f233349ff
|
SHA512 (abrt-2.17.8.tar.gz) = 90b74229412e0186bfa109ee940a60c9f3c0f7ce8c1216acad6f05619a1bb591e7f0bae87363143a05034312c9f14fe5ace341b84f680780ceb93a1e624705b3
|
||||||
|
|
|
||||||
10
tests/smoke.fmf
Normal file
10
tests/smoke.fmf
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
summary: Basic smoke test for abrt
|
||||||
|
prepare:
|
||||||
|
how: install
|
||||||
|
# Do not attempt to install conflicting subpackages.
|
||||||
|
exclude:
|
||||||
|
- abrt-atomic
|
||||||
|
- abrt-java-connector-container
|
||||||
|
- python3-abrt-container-addon
|
||||||
|
execute:
|
||||||
|
script: abrt-action-notify --help
|
||||||
Loading…
Add table
Add a link
Reference in a new issue