From 6401cb49835dc56f6663a3c9b0f15e5f6dbb03ed Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Mon, 4 Oct 2004 15:39:47 +0000 Subject: [PATCH] [tw] - added missing BuildRequires for libselinux-devel (#132883) --- sudo.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sudo.spec b/sudo.spec index 7f73440..90008a1 100644 --- a/sudo.spec +++ b/sudo.spec @@ -4,7 +4,7 @@ Summary: Allows restricted root access for specified users. Name: sudo Version: 1.6.7p5 -Release: 30 +Release: 30.1 License: BSD Group: Applications/System Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz @@ -13,6 +13,9 @@ URL: http://www.courtesan.com/sudo/ BuildRoot: %{_tmppath}/%{name}-root Requires: /etc/pam.d/system-auth, vim-minimal BuildRequires: pam-devel, groff +%if %{WITH_SELINUX} +BuildRequires: libselinux-devel +%endif %description @@ -95,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT /bin/chmod 0440 /etc/sudoers || : %changelog +* Mon Oct 4 2004 Thomas Woerner 1.6.7p5-30.1 +- added missing BuildRequires for libselinux-devel (#132883) + * Wed Sep 29 2004 Dan Walsh 1.6.7p5-30 - Fix missing param error in sesh