From 93473a6fd9a275d6150f61baf54ceb182c5e8f60 Mon Sep 17 00:00:00 2001 From: chenhaixing Date: Mon, 22 Aug 2022 15:23:21 +0800 Subject: [PATCH] add configfile post-transaction-actions.d --- dnf-plugins-core.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 7656723..0cff972 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -7,7 +7,7 @@ Name: dnf-plugins-core Version: 4.0.24 -Release: 4 +Release: 5 Summary: Core Plugins for DNF License: GPLv2+ URL: https://github.com/rpm-software-management/dnf-plugins-core @@ -263,6 +263,7 @@ popd %files -n python3-dnf-plugin-post-transaction-actions %config(noreplace) %{_sysconfdir}/dnf/plugins/post-transaction-actions.conf +%config(noreplace) %{_sysconfdir}/dnf/plugins/post-transaction-actions.d %{python3_sitelib}/dnf-plugins/post-transaction-actions.* %{python3_sitelib}/dnf-plugins/__pycache__/post-transaction-actions.* @@ -325,6 +326,12 @@ popd %{_mandir}/man8/dnf-local.* %changelog +* Mon Aug 22 2022 chenhaixing - 4.0.24-5 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add configfile post-transaction-actions.d + * Thu May 26 2022 wangkerong - 4.0.24-4 - DESC: Remove redundant BuildRequires -- Gitee