public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: create /var/lib/abrt because of abrt-migration
@ 2026-08-03 10:23 Matej Habrnal
0 siblings, 0 replies; only message in thread
From: Matej Habrnal @ 2026-08-03 10:23 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 10:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:23 [rpms/abrt] update-2.17.8: create /var/lib/abrt because of abrt-migration Matej Habrnal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox