OBS User unknown 2007-08-12 09:46:56 +00:00 committed by Git OBS Bridge
parent 16b0f4feab
commit 88c660518c
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 11 13:06:53 CEST 2007 - schwab@suse.de
- Avoid command line parsing bug in autoconf < 2.59c.
-------------------------------------------------------------------
Tue Jul 31 10:18:36 CEST 2007 - prusnak@suse.cz

View File

@ -14,7 +14,7 @@ Name: sudo
BuildRequires: openldap2-devel pam-devel postfix
PreReq: coreutils
Version: 1.6.9p2
Release: 1
Release: 5
Autoreqprov: on
Group: System/Base
License: BSD 3-Clause
@ -84,7 +84,7 @@ export LDFLAGS="-pie"
--with-ldap \
--with-env-editor \
--with-secure-path=%{_sbindir}:/bin:%{_bindir}:/sbin \
--with-passprompt="%%p's password:"
--with-passprompt='%%p\x27s password:'
make %{?jobs:-j%jobs}
%install
@ -116,6 +116,8 @@ rm -rf $RPM_BUILD_ROOT
/var/run/sudo
%changelog
* Sat Aug 11 2007 - schwab@suse.de
- Avoid command line parsing bug in autoconf < 2.59c.
* Tue Jul 31 2007 - prusnak@suse.cz
- updated to 1.6.9p2
* fixed a crash in the error logging function