From 5f62399e3467382977fb0b06f50185af61a85c36 Mon Sep 17 00:00:00 2001 From: wangshuo Date: Fri, 21 Aug 2020 14:36:16 +0800 Subject: [PATCH] remove unnecessary message --- depmod.conf.dist | 2 +- kmod.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/depmod.conf.dist b/depmod.conf.dist index 7bf69c5..b9cb5e9 100644 --- a/depmod.conf.dist +++ b/depmod.conf.dist @@ -3,4 +3,4 @@ # # override default search ordering for kmod packaging -search EulerOS updates extra external built-in weak-updates +search updates extra external built-in weak-updates diff --git a/kmod.spec b/kmod.spec index cc93b1f..858dbb1 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 27 -Release: 3 +Release: 4 Summary: Kernel module management # GPLv2+ is used by programs, LGPLv2+ is used for libraries. License: GPLv2+ and LGPLv2+ @@ -106,6 +106,9 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf %doc TODO NEWS README %changelog +* Fri Aug 21 2020 WangShuo - 27-4 +- unnecessary message + * Tue Aug 18 2020 chenyaqiang - 27-3 - rebuild for package build -- Gitee