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

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