SHA256
1
0
forked from pool/sudo

Accepting request 32317 from Base:System

Copy from Base:System/sudo based on submit request 32317 from user coolo

OBS-URL: https://build.opensuse.org/request/show/32317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=23
This commit is contained in:
OBS User autobuild 2010-02-11 18:37:57 +00:00 committed by Git OBS Bridge
parent c6828a9cf8
commit ad1a4319ea
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 26 22:48:31 CET 2010 - jengelh@medozas.de
- SPARC requires large PIE model
-------------------------------------------------------------------
Mon Jul 13 14:43:20 CEST 2009 - prusnak@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package sudo (Version 1.7.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,9 +23,9 @@ BuildRequires: openldap2-devel pam-devel postfix
BuildRequires: libselinux-devel
PreReq: coreutils
Version: 1.7.2
Release: 1
Release: 2
Group: System/Base
License: BSD 3-clause (or similar)
License: BSD3c(or similar)
Url: http://www.sudo.ws/
Summary: Execute some commands as root
Source0: %{name}-%{version}.tar.bz2
@ -69,7 +69,7 @@ Authors:
cp %{SOURCE2} .
%build
%ifarch s390 s390x
%ifarch s390 s390x %sparc
F_PIE=-fPIE
%else
F_PIE=-fpie