Blame SOURCES/0227-potfiles-fix-issue-in-POTFILES.in.patch

28bab8
From 8245bb925238ba8f7ffd1abd8737471653cecaf5 Mon Sep 17 00:00:00 2001
28bab8
From: Matej Habrnal <mhabrnal@redhat.com>
28bab8
Date: Mon, 6 Aug 2018 13:32:01 +0200
28bab8
Subject: [PATCH] potfiles: fix issue in POTFILES.in
28bab8
28bab8
src/plugins/report_Bugzilla.xml.in doesn't exist anymore,
28bab8
it was rename to src/plugins/report_Bugzilla.xml.in.in.
28bab8
Actualize POTFILES files regarding to this change.
28bab8
28bab8
Related to #1449646
28bab8
28bab8
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
28bab8
---
28bab8
 po/POTFILES.in   | 2 +-
28bab8
 po/POTFILES.skip | 2 +-
28bab8
 2 files changed, 2 insertions(+), 2 deletions(-)
28bab8
28bab8
diff --git a/po/POTFILES.in b/po/POTFILES.in
28bab8
index 9f972aef..fcc02184 100644
28bab8
--- a/po/POTFILES.in
28bab8
+++ b/po/POTFILES.in
28bab8
@@ -29,7 +29,7 @@ src/lib/problem_report.c
28bab8
 src/lib/reported_to.c
28bab8
 src/lib/run_event.c
28bab8
 src/plugins/abrt_rh_support.c
28bab8
-src/plugins/report_Bugzilla.xml.in
28bab8
+src/plugins/report_Bugzilla.xml.in.in
28bab8
 src/plugins/report.c
28bab8
 src/plugins/reporter-bugzilla.c
28bab8
 src/plugins/reporter-kerneloops.c
28bab8
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
28bab8
index 5268b71d..cd1a48c3 100644
28bab8
--- a/po/POTFILES.skip
28bab8
+++ b/po/POTFILES.skip
28bab8
@@ -1,3 +1,3 @@
28bab8
 contrib/command-not-found/pk-tools-common.c
28bab8
 build/
28bab8
-src/plugins/report_Bugzilla.xml.in.in
28bab8
+src/plugins/report_Bugzilla.xml.in
28bab8
-- 
28bab8
2.18.0
28bab8