aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Kent <raven@themaw.net>2021-10-19 10:26:15 +0800
committerIan Kent <raven@themaw.net>2021-10-19 10:56:28 +0800
commitaba2b3d89da9a8f118e335e186680cbdbbe11666 (patch)
tree354b6302d37439856fd7c46b9223dd18686d1aa6
parent606795ecfaa1ba45ab58fa20376213f6089e42e9 (diff)
downloadautofs-aba2b3d89da9a8f118e335e186680cbdbbe11666.tar.gz
update - 5.1.8release_5_1_8
-rw-r--r--.autofs-5.1.8 (renamed from .autofs-5.1.7)0
-rw-r--r--.version2
-rw-r--r--CHANGELOG2
-rw-r--r--autofs.spec7
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
6 files changed, 9 insertions, 6 deletions
diff --git a/.autofs-5.1.7 b/.autofs-5.1.8
index 587be6b4..587be6b4 100644
--- a/.autofs-5.1.7
+++ b/.autofs-5.1.8
diff --git a/.version b/.version
index cbad66a0..d4bda08b 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-5.1.7
+5.1.8
diff --git a/CHANGELOG b/CHANGELOG
index fd5b800a..3be6119a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-
+19/10/2021 autofs-5.1.8
- add xdr_exports().
- remove mount.x and rpcgen dependencies.
- dont use realloc in host exports list processing.
diff --git a/autofs.spec b/autofs.spec
index 823735a3..89691e8f 100644
--- a/autofs.spec
+++ b/autofs.spec
@@ -22,7 +22,7 @@
Summary: A tool from automatically mounting and umounting filesystems.
Name: autofs
-%define version 5.1.7
+%define version 5.1.8
%define release 1
Version: %{version}
Release: %{release}
@@ -99,7 +99,7 @@ LDFLAGS="-Wl,-z,now" \
./configure --libdir=%{_libdir} \
--disable-mount-locking \
--enable-ignore-busy \
- --enable-forced-shutdown \
+ --enable-force-shutdown \
--without-hesiod \
%{?systemd_configure_arg:} \
%{?libtirpc_configure_arg:} \
@@ -216,6 +216,9 @@ fi
%dir /etc/auto.master.d
%changelog
+* Tue Oct 19 2021 Ian Kent <raven@themaw.net>
+- Update package to version 5.1.8.
+
* Mon Jan 25 2021 Ian Kent <raven@themaw.net>
- Update package to version 5.1.7.
diff --git a/configure b/configure
index 3c5fe78b..394a8d55 100755
--- a/configure
+++ b/configure
@@ -582,7 +582,7 @@ PACKAGE_STRING=
PACKAGE_BUGREPORT=
PACKAGE_URL=
-ac_unique_file=".autofs-5.1.7"
+ac_unique_file=".autofs-5.1.8"
ac_default_prefix=/usr
# Factoring default headers for most tests.
ac_includes_default="\
diff --git a/configure.in b/configure.in
index e774b4cc..750ffb48 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ AC_PREREQ(2.5)
#
define([AC_CACHE_LOAD], )dnl
define([AC_CACHE_SAVE], )dnl
-AC_INIT(.autofs-5.1.7)
+AC_INIT(.autofs-5.1.8)
# for pkg-config macros
m4_include([/usr/share/aclocal/pkg.m4])