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

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