summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abrt.spec.in2
-rw-r--r--src/plugins/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/abrt.spec.in b/abrt.spec.in
index ba24b288..a68f181a 100644
--- a/abrt.spec.in
+++ b/abrt.spec.in
@@ -577,7 +577,7 @@ fi
%{_sysconfdir}/%{name}/events/report_Bugzilla.xml
%config(noreplace) %{_sysconfdir}/%{name}/events/report_Bugzilla.conf
# FIXME: remove with the old gui
-%{_mandir}/man7/abrt-Bugzilla.7.gz
+%{_mandir}/man1/abrt-action-bugzilla.1.gz
%{_bindir}/abrt-action-bugzilla
%files plugin-rhtsupport
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 6360a32c..202cbd2d 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -55,7 +55,6 @@ dist_eventsconf_DATA = \
rhtsupport_events.conf
man_MANS = \
- abrt-Bugzilla.7 \
abrt-KerneloopsReporter.7 \
abrt-Logger.7 \
abrt-Mailx.7 \
@@ -91,6 +90,7 @@ EXTRA_DIST = \
$(man_MANS) \
$(MAN_TXT) \
$(PYTHON_FILES) \
+ $(man1_MANS) \
report_Bugzilla.xml.in \
report_Bugzilla.conf \
report_Logger.conf \