Skip to content

Commit

Permalink
Drop collect file for ABRT
Browse files Browse the repository at this point in the history
It looks like that it is not required anymore

Resolve: https://issues.redhat.com/browse/RHEL-40382
  • Loading branch information
j-mracek authored and ppisar committed Jun 12, 2024
1 parent a8c77bb commit 78e2838
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Conflicts: python3-dnf-plugins-extras-common < %{conflicts_dnf_plugins_extr

%package data
Summary: Common data and configuration files for DNF
Requires: libreport-filesystem
%if %{with dnf5_obsoletes_dnf}
Requires: /etc/dnf/dnf.conf
%endif
Expand Down Expand Up @@ -336,7 +335,6 @@ popd
%{_mandir}/man5/%{name}.conf.5*
%endif
%{_tmpfilesdir}/%{name}.conf
%{_sysconfdir}/libreport/events.d/collect_dnf.conf

%files -n %{yum_subpackage_name}
%if "%{yum_compat_level}" == "full"
Expand Down
1 change: 0 additions & 1 deletion etc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
INSTALL (FILES "collect_dnf.conf" DESTINATION ${SYSCONFDIR}/libreport/events.d/)
ADD_SUBDIRECTORY (bash_completion.d)
ADD_SUBDIRECTORY (dnf)
ADD_SUBDIRECTORY (logrotate.d)
Expand Down
24 changes: 0 additions & 24 deletions etc/collect_dnf.conf

This file was deleted.

0 comments on commit 78e2838

Please sign in to comment.