- anybody in the wheel group has now root access (using password) (rhbz#656873)
- sync configuration paths with the nss_ldap package (rhbz#652687)
This commit is contained in:
parent
ecddd163e2
commit
d12db81253
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ sudo-1.7.2p6.tar.gz
|
|||||||
sudo-1.7.2p2-sudoers
|
sudo-1.7.2p2-sudoers
|
||||||
/sudo-1.7.4p4.tar.gz
|
/sudo-1.7.4p4.tar.gz
|
||||||
/sudo-1.7.2p2-sudoers
|
/sudo-1.7.2p2-sudoers
|
||||||
|
/sudo-1.7.4p4-sudoers
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
55d9906535d70a1de347cd3d3550ee87 sudo-1.7.4p4.tar.gz
|
55d9906535d70a1de347cd3d3550ee87 sudo-1.7.4p4.tar.gz
|
||||||
d657d8d55ecdf88a2d11da73ac5662a4 sudo-1.7.2p2-sudoers
|
56f74aed3a7b32f2b01a34d65ac86f85 sudo-1.7.4p4-sudoers
|
||||||
|
10
sudo.spec
10
sudo.spec
@ -1,12 +1,12 @@
|
|||||||
Summary: Allows restricted root access for specified users
|
Summary: Allows restricted root access for specified users
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.7.4p4
|
Version: 1.7.4p4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.courtesan.com/sudo/
|
URL: http://www.courtesan.com/sudo/
|
||||||
Source0: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
|
Source0: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
|
||||||
Source1: sudo-1.7.2p2-sudoers
|
Source1: sudo-1.7.4p4-sudoers
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: /etc/pam.d/system-auth, vim-minimal
|
Requires: /etc/pam.d/system-auth, vim-minimal
|
||||||
|
|
||||||
@ -85,6 +85,8 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie"
|
|||||||
--with-ignore-dot \
|
--with-ignore-dot \
|
||||||
--with-tty-tickets \
|
--with-tty-tickets \
|
||||||
--with-ldap \
|
--with-ldap \
|
||||||
|
--with-ldap-conf-file="%{_sysconfdir}/nss_ldap.conf" \
|
||||||
|
--with-ldap-secret-file="%{_sysconfdir}/nss_ldap.secret" \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
--with-passprompt="[sudo] password for %p: " \
|
--with-passprompt="[sudo] password for %p: " \
|
||||||
--with-linux-audit
|
--with-linux-audit
|
||||||
@ -150,6 +152,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/bin/chmod 0440 /etc/sudoers || :
|
/bin/chmod 0440 /etc/sudoers || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 30 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p4-5
|
||||||
|
- anybody in the wheel group has now root access (using password) (rhbz#656873)
|
||||||
|
- sync configuration paths with the nss_ldap package (rhbz#652687)
|
||||||
|
|
||||||
* Wed Sep 29 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p4-4
|
* Wed Sep 29 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.4p4-4
|
||||||
- added upstream patch to fix rhbz#638345
|
- added upstream patch to fix rhbz#638345
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user