From e52237bc46071330397ae0c3a9cf9aa40829320d Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Mon, 19 Jul 2021 18:33:56 +0800 Subject: [PATCH] Delete unnecessary gdb from BuildRequires --- authselect.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/authselect.spec b/authselect.spec index 379a8ca..a45d506 100644 --- a/authselect.spec +++ b/authselect.spec @@ -1,12 +1,12 @@ Name: authselect Version: 1.2.2 -Release: 2 +Release: 3 Summary: A tool to select system authentication and identity sources from a list of supported profiles License: GPLv3+ URL: https://github.com/authselect/authselect Source0: https://github.com/authselect/authselect/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: autoconf gettext-devel automake libtool popt-devel gdb libcmocka-devel +BuildRequires: autoconf gettext-devel automake libtool popt-devel libcmocka-devel BuildRequires: m4 gcc pkgconfig pkgconfig(popt) po4a asciidoc python3-devel BuildRequires: libselinux-devel Requires: grep sed systemd gawk coreutils findutils pam >= 1.3.1 @@ -106,8 +106,11 @@ sed -i -E '/^\w+=$/d' %{_sysconfdir}/security/pwquality.conf.d/10-authconfig-pwq exit 0 %changelog +* Mon Jul 19 2021 yixiangzhike - 1.2.2-3 +- Delete unnecessary gdb from BuildRequires + * Thu Mar 25 2021 yangzhuangzhuang - 1.2.2-2 -- Deletei the DLL of an earlier version +- Delete the DLL of an earlier version * Sat Jan 23 2021 yangzhuangzhuang - 1.2.2-1 - update to 1.2.2