diff --git a/sudo-1.8.2.tar.gz b/sudo-1.8.2.tar.gz deleted file mode 100644 index 3a5b9a4..0000000 --- a/sudo-1.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37fe6ee670329bc45937fbe402e847f80b3a0a1c8fc9a66487e92b4b810152b0 -size 1465051 diff --git a/sudo-grp-include.patch b/sudo-grp-include.patch deleted file mode 100644 index 0885bf2..0000000 --- a/sudo-grp-include.patch +++ /dev/null @@ -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 - #include -+#include - - #include "missing.h" - diff --git a/sudo.changes b/sudo.changes index cb588b0..40bcc74 100644 --- a/sudo.changes +++ b/sudo.changes @@ -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 diff --git a/sudo.spec b/sudo.spec index 76e6af4..4255c79 100644 --- a/sudo.spec +++ b/sudo.spec @@ -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)