[packages/autofs] - removed outdated open_max patch
qboosh
qboosh at pld-linux.org
Thu Feb 25 16:02:19 CET 2021
commit c06b377e10411eed28525ec61aa7bd20d7422071
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Feb 25 16:02:42 2021 +0100
- removed outdated open_max patch
autofs-open_max.patch | 15 ---------------
autofs.spec | 4 +---
2 files changed, 1 insertion(+), 18 deletions(-)
---
diff --git a/autofs.spec b/autofs.spec
index e0bc154..71fba7c 100644
--- a/autofs.spec
+++ b/autofs.spec
@@ -24,8 +24,7 @@ Source2: %{name}-auto.master
Source3: %{name}-auto.media
Source4: %{name}-auto.net
Source5: %{name}.sysconfig
-Patch0: %{name}-open_max.patch
-Patch1: %{name}-systemd-service.patch
+Patch0: %{name}-systemd-service.patch
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: bison
@@ -108,7 +107,6 @@ przechowywanych na serwerze LDAP.
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%build
%{__autoconf}
diff --git a/autofs-open_max.patch b/autofs-open_max.patch
deleted file mode 100644
index 1c39899..0000000
--- a/autofs-open_max.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- autofs-4.0.0pre7/modules/lookup_program.c.open_max Thu Jun 15 17:54:06 2000
-+++ autofs-4.0.0pre7/modules/lookup_program.c Thu Jun 15 17:54:50 2000
-@@ -39,6 +39,12 @@
-
- #define MAPENT_MAX_LEN 4095
-
-+#ifdef FOPEN_MAX
-+#ifndef OPEN_MAX
-+#define OPEN_MAX FOPEN_MAX
-+#endif
-+#endif
-+
- struct lookup_context {
- const char *mapname;
- struct parse_mod *parse;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/autofs.git/commitdiff/c06b377e10411eed28525ec61aa7bd20d7422071
More information about the pld-cvs-commit
mailing list