- fix spelling errors of previous commit.

This commit is contained in:
Ian Kent 2013-05-27 17:37:34 +08:00
parent 02ce7ac156
commit b9b47556ae
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
autofs-5.0.7 - dont prode rdma mounts
autofs-5.0.7 - dont probe rdma mounts
From: Ian Kent <raven@themaw.net>

View File

@ -8,7 +8,7 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.0.7
Release: 18%{?dist}
Release: 19%{?dist}
Epoch: 1
License: GPLv2+
Group: System Environment/Daemons
@ -61,7 +61,7 @@ Patch45: autofs-5.0.7-make-dump-maps-check-for-duplicate-indirect-mounts.patch
Patch46: autofs-5.0.7-document-allowed-map-sources-in-auto_master.patch
Patch47: autofs-5.0.7-add-enable-sloppy-mount-option-to-configure.patch
Patch48: autofs-5.0.7-fix-interface-address-null-check.patch
Patch49: autofs-5.0.7-dont-prode-rdma-mounts.patch
Patch49: autofs-5.0.7-dont-probe-rdma-mounts.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if %{with_systemd}
BuildRequires: systemd-units
@ -259,8 +259,8 @@ fi
%dir /etc/auto.master.d
%changelog
* Mon May 27 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-18
- dont prode rdma mounts.
* Mon May 27 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-19
- dont probe rdma mounts.
* Fri May 24 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-17
- fix interface address null check.