From c2a995a3cd07ef22a800957c2c1a50f86244a838 Mon Sep 17 00:00:00 2001 From: wangshuo Date: Fri, 21 Aug 2020 14:33:13 +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 5706ab2..94cf2ee 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 27 -Release: 1 +Release: 2 Summary: Kernel module management # GPLv2+ is used by programs, LGPLv2+ is used for libraries. License: GPLv2+ and LGPLv2+ @@ -104,6 +104,9 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d/dist.conf %doc TODO NEWS README %changelog +* Fri Aug 21 2020 Wang Shuo - 27-2 +- remove unnecessary message + * Fri Apr 17 2020 Wang Shuo - 27-1 - Type:enhancement - ID:NA