Blame SOURCES/0083-remove-old-transition-postscriptlet.patch

8d5775
From 755fef17815bf130f6b092b23a99d77bcf3963a1 Mon Sep 17 00:00:00 2001
8d5775
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy@redhat.com>
8d5775
Date: Wed, 13 May 2020 09:33:29 +0200
8d5775
Subject: [PATCH] remove old transition postscriptlet
8d5775
8d5775
I think that after nine years, we can safely assume everyone done this migration.
8d5775
---
8d5775
 abrt.spec.in | 4 ----
8d5775
 1 file changed, 4 deletions(-)
8d5775
8d5775
diff --git a/abrt.spec.in b/abrt.spec.in
8d5775
index 4c01fffe6..f8cebffe3 100644
8d5775
--- a/abrt.spec.in
8d5775
+++ b/abrt.spec.in
8d5775
@@ -694,10 +694,6 @@ exit 0
8d5775
 %systemd_post abrtd.service
8d5775
 
8d5775
 %post addon-ccpp
8d5775
-# this is required for transition from 1.1.x to 2.x
8d5775
-# because /cache/abrt-di/* was created under root with root:root
8d5775
-# so 2.x fails when it tries to extract debuginfo there..
8d5775
-chown -R abrt:abrt %{_localstatedir}/cache/abrt-di
8d5775
 %systemd_post abrt-ccpp.service
8d5775
 %systemd_post abrt-journal-core.service
8d5775
 %journal_catalog_update
8d5775
-- 
8d5775
2.21.3
8d5775