[tw] - added missing BuildRequires for libselinux-devel (#132883)
This commit is contained in:
parent
a567e85341
commit
6401cb4983
@ -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 <twoerner@redhat.com> 1.6.7p5-30.1
|
||||
- added missing BuildRequires for libselinux-devel (#132883)
|
||||
|
||||
* Wed Sep 29 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-30
|
||||
- Fix missing param error in sesh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user