public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matej Habrnal <mhabrnal@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: create /var/lib/abrt because of abrt-migration
Date: Mon, 03 Aug 2026 10:23:26 GMT [thread overview]
Message-ID: <178575260681.1.17687933620175353569.rpms-abrt-a170e2f896bf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
Commit : a170e2f896bfb597692d3074b428b5f76c7a8bfc
Author : Matej Habrnal <mhabrnal@redhat.com>
Date : 2017-04-27T10:33:50+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/a170e2f896bfb597692d3074b428b5f76c7a8bfc?branch=update-2.17.8
Log:
create /var/lib/abrt because of abrt-migration
abrt-addon-ccpp has to create /var/lib/abrt because
abrt-migration file is placed here.
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
diff --git a/abrt.spec b/abrt.spec
index e90cf6d..4737389 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -60,7 +60,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.10.2
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://abrt.readthedocs.org/
@@ -900,6 +900,8 @@ killall abrt-dbus >/dev/null 2>&1 || :
%{_initrddir}/abrt-ccpp
%endif
+%dir %{_localstatedir}/lib/abrt
+
# attr(6755) ~= SETUID|SETGID
%attr(6755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
@@ -1142,6 +1144,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* Thu Apr 27 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.2-2
+- create /var/lib/abrt because of abrt-migration
+
* Tue Apr 25 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.2-1
- Translation updates
- spec: introduce migration to abrt-journal-core
reply other threads:[~2026-08-03 10:23 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=178575260681.1.17687933620175353569.rpms-abrt-a170e2f896bf@fedoraproject.org \
--to=mhabrnal@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