]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- updated to 5.1.7 auto/th/autofs-5.1.7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Feb 2021 21:01:07 +0000 (22:01 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Feb 2021 21:01:07 +0000 (22:01 +0100)
- removed obsolete makefile patch (issue fixed upstream)

autofs-makefile.patch [deleted file]
autofs.spec

diff --git a/autofs-makefile.patch b/autofs-makefile.patch
deleted file mode 100644 (file)
index a01d956..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- autofs-5.0.5/daemon/Makefile.orig  2009-09-03 12:00:12.000000000 +0200
-+++ autofs-5.0.5/daemon/Makefile       2009-09-18 13:41:12.350991340 +0200
-@@ -22,10 +22,8 @@
- LDFLAGS += -rdynamic
- LIBS = -ldl
--ifeq ($(LDAP), 1)
--    CFLAGS += $(XML_FLAGS)
--    LIBS += $(XML_LIBS)
--endif
-+CFLAGS += $(XML_FLAGS)
-+LIBS += $(XML_LIBS)
- all: automount
index 0294e9bdde8b8e8280316551b3baa5af36018d91..e0bc1543aaf564d81ba892c7b4ef3ac2cdc4f262 100644 (file)
@@ -12,21 +12,20 @@ Summary(pl.UTF-8):  Demon autofs
 Summary(pt_BR.UTF-8):  Servidor autofs
 Summary(tr.UTF-8):     autofs sunucu süreci
 Name:          autofs
-Version:       5.1.6
-Release:       2
+Version:       5.1.7
+Release:       1
 Epoch:         1
 License:       GPL v2+
 Group:         Daemons
 Source0:       https://www.kernel.org/pub/linux/daemons/autofs/v5/%{name}-%{version}.tar.xz
-# Source0-md5: b27ee7a1674ae1779aaf75c5e90b0f1e
+# Source0-md5: 6bd1ea8a9e5dc3a7dc95119e3bbaf52c
 Source1:       %{name}.init
 Source2:       %{name}-auto.master
 Source3:       %{name}-auto.media
 Source4:       %{name}-auto.net
 Source5:       %{name}.sysconfig
 Patch0:                %{name}-open_max.patch
-Patch1:                %{name}-makefile.patch
-Patch2:                %{name}-systemd-service.patch
+Patch1:                %{name}-systemd-service.patch
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: bison
@@ -110,7 +109,6 @@ przechowywanych na serwerze LDAP.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__autoconf}
@@ -197,6 +195,7 @@ fi
 %{systemdunitdir}/autofs.service
 %attr(755,root,root) %{_sbindir}/automount
 %dir /net
+%attr(755,root,root) %{_libdir}/libautofs.so
 %dir %{_libdir}/autofs
 %attr(755,root,root) %{_libdir}/autofs/lookup_dir.so
 %attr(755,root,root) %{_libdir}/autofs/lookup_file.so
This page took 0.086098 seconds and 4 git commands to generate.