From 5a43c8016b76d7481c8831cae822fa8d93821ce1 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 22 Jul 2021 19:27:04 +0800 Subject: [PATCH] remove gdb from BuildRequires --- util-linux.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index eb3b760..12a2ece 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -3,7 +3,7 @@ Name: util-linux Version: 2.36.1 -Release: 3 +Release: 4 Summary: A random collection of Linux utilities License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git @@ -19,7 +19,7 @@ Source8: util-linux-runuser.pamd Source9: util-linux-runuser-l.pamd BuildRequires: audit-libs-devel >= 1.0.6 gettext-devel libselinux-devel ncurses-devel pam-devel zlib-devel popt-devel -BuildRequires: libutempter-devel systemd-devel systemd libuser-devel libcap-ng-devel python3-devel gcc gdb +BuildRequires: libutempter-devel systemd-devel systemd libuser-devel libcap-ng-devel python3-devel gcc Requires(post): coreutils Requires: pam >= 1.1.3-7, /etc/pam.d/system-auth audit-libs >= 1.0.6 @@ -390,6 +390,12 @@ fi %{_mandir}/man8/{swapoff.8*,swapon.8*,switch_root.8*,umount.8*,wdctl.8.gz,wipefs.8*,zramctl.8*} %changelog +* Thu Jul 22 2021 shixuantong - 2.36.1-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove gdb from BuildRequires + * Thu Mar 18 2021 wangchen - 2.36.1-3 - Type:bugfix - ID:NA