From 32b7c47c85aee3eff30aeeb1c417ca6ccf1a4c3b Mon Sep 17 00:00:00 2001 From: "YiLin.Li" Date: Thu, 31 Oct 2024 15:04:01 +0800 Subject: [PATCH] fedora/SPECS/pam_usb.spec: add BuildRequires Signed-off-by: YiLin.Li --- fedora/SPECS/pam_usb.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fedora/SPECS/pam_usb.spec b/fedora/SPECS/pam_usb.spec index 8e95c806..ea90a1e0 100644 --- a/fedora/SPECS/pam_usb.spec +++ b/fedora/SPECS/pam_usb.spec @@ -14,6 +14,7 @@ Version: %{version} Release: %{release} Prefix: /usr Group: System Environment/Base +BuildRequires: rsync libudisks2-devel libxml2-devel Requires: pam python3-gobject gawk %description @@ -87,4 +88,4 @@ rm -rf %{buildroot}/usr/share/pam-configs - [Bugfix] Check PAM_RHOST if deny_remote is enable to fix vsftpd auth breaking down (#100) - [Bugfix] Fix type for argument to stat (community contribution) - [Docs] Added code of conduct (#106) and updated AUTHORS -- [Makefile] Fix LIBDIR on non-debian systems \ No newline at end of file +- [Makefile] Fix LIBDIR on non-debian systems