build with newer autoconf-2.62 (#449614)
This commit is contained in:
parent
2981ba32e0
commit
05534ca1d2
10
sudo.spec
10
sudo.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Allows restricted root access for specified users
|
Summary: Allows restricted root access for specified users
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.6.9p13
|
Version: 1.6.9p13
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.courtesan.com/sudo/
|
URL: http://www.courtesan.com/sudo/
|
||||||
@ -47,9 +47,10 @@ on many different machines.
|
|||||||
%patch4 -p1 -b .noPam
|
%patch4 -p1 -b .noPam
|
||||||
%patch5 -p1 -b .audit
|
%patch5 -p1 -b .audit
|
||||||
|
|
||||||
autoreconf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#hande newer autoconf
|
||||||
|
rm acsite.m4 && mv aclocal.m4 acinclude.m4 && autoreconf
|
||||||
|
|
||||||
%ifarch s390 s390x sparc64
|
%ifarch s390 s390x sparc64
|
||||||
F_PIE=-fPIE
|
F_PIE=-fPIE
|
||||||
%else
|
%else
|
||||||
@ -132,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/bin/chmod 0440 /etc/sudoers || :
|
/bin/chmod 0440 /etc/sudoers || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 18 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-7
|
||||||
|
- build with newer autoconf-2.62 (#449614)
|
||||||
|
|
||||||
* Tue May 13 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-6
|
* Tue May 13 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-6
|
||||||
- compiled with secure path (#80215)
|
- compiled with secure path (#80215)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user