- remove old tarball

- sudo-grp-include.patch no longer needed

OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=28
This commit is contained in:
Vítězslav Čížek 2011-10-24 12:08:46 +00:00 committed by Git OBS Bridge
parent b2c6f045a9
commit 64c643111a
4 changed files with 1 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37fe6ee670329bc45937fbe402e847f80b3a0a1c8fc9a66487e92b4b810152b0
size 1465051

View File

@ -1,12 +0,0 @@
Index: sudo-1.8.2/common/setgroups.c
===================================================================
--- sudo-1.8.2.orig/common/setgroups.c
+++ sudo-1.8.2/common/setgroups.c
@@ -33,6 +33,7 @@
#endif /* HAVE_UNISTD_H */
#include <errno.h>
#include <limits.h>
+#include <grp.h>
#include "missing.h"

View File

@ -34,6 +34,7 @@ Mon Oct 24 08:42:33 UTC 2011 - vcizek@suse.com
- The LOGNAME,
USER and USERNAME environment variables are preserved correctly
again in sudoedit mode.
- grp-include.patch no longer needed
-------------------------------------------------------------------
Thu Oct 13 00:59:49 UTC 2011 - prusnak@opensuse.org

View File

@ -29,7 +29,6 @@ Source1: sudo.pamd
Source2: README.SUSE
Patch0: sudoers2ldif-env.patch
Patch1: sudo-sudoers.patch
Patch2: sudo-grp-include.patch
BuildRequires: audit-devel
BuildRequires: libselinux-devel
BuildRequires: openldap2-devel
@ -59,7 +58,6 @@ These header files are needed for building of sudo plugins.
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%ifarch s390 s390x %sparc
@ -140,11 +138,6 @@ rm -rf %{buildroot}
%attr(0755,root,root) %{_sbindir}/sudoers2ldif
%{_libexecdir}/sudo
%attr(0700,root,root) %dir %ghost %{_localstatedir}/lib/sudo
# translation
%dir %{_datadir}/locale/*
%dir %{_datadir}/locale/*/LC_MESSAGES
%{_datadir}/locale/*/LC_MESSAGES/sudo.mo
%{_datadir}/locale/*/LC_MESSAGES/sudoers.mo
%files devel
%defattr(-,root,root)