- 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:
parent
b2c6f045a9
commit
64c643111a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:37fe6ee670329bc45937fbe402e847f80b3a0a1c8fc9a66487e92b4b810152b0
|
|
||||||
size 1465051
|
|
@ -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"
|
|
||||||
|
|
@ -34,6 +34,7 @@ Mon Oct 24 08:42:33 UTC 2011 - vcizek@suse.com
|
|||||||
- The LOGNAME,
|
- The LOGNAME,
|
||||||
USER and USERNAME environment variables are preserved correctly
|
USER and USERNAME environment variables are preserved correctly
|
||||||
again in sudoedit mode.
|
again in sudoedit mode.
|
||||||
|
- grp-include.patch no longer needed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 13 00:59:49 UTC 2011 - prusnak@opensuse.org
|
Thu Oct 13 00:59:49 UTC 2011 - prusnak@opensuse.org
|
||||||
|
@ -29,7 +29,6 @@ Source1: sudo.pamd
|
|||||||
Source2: README.SUSE
|
Source2: README.SUSE
|
||||||
Patch0: sudoers2ldif-env.patch
|
Patch0: sudoers2ldif-env.patch
|
||||||
Patch1: sudo-sudoers.patch
|
Patch1: sudo-sudoers.patch
|
||||||
Patch2: sudo-grp-include.patch
|
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
@ -59,7 +58,6 @@ These header files are needed for building of sudo plugins.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x %sparc
|
%ifarch s390 s390x %sparc
|
||||||
@ -140,11 +138,6 @@ rm -rf %{buildroot}
|
|||||||
%attr(0755,root,root) %{_sbindir}/sudoers2ldif
|
%attr(0755,root,root) %{_sbindir}/sudoers2ldif
|
||||||
%{_libexecdir}/sudo
|
%{_libexecdir}/sudo
|
||||||
%attr(0700,root,root) %dir %ghost %{_localstatedir}/lib/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
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user