Update to latest 6.8-pre patch

- switch to using ReStructuredText (rst) for manpages
- update mount.cifs manpage to describe default version better

Signed-off-by: Jeff Layton <jlayton@redhat.com>
This commit is contained in:
Jeff Layton 2017-11-07 19:10:14 -05:00
parent ea4dcc33be
commit 4f31531d1e
2 changed files with 4458 additions and 1184 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
Name: cifs-utils
Version: 6.7
Release: 4%{pre_release}%{?dist}
Release: 5%{pre_release}%{?dist}
Summary: Utilities for mounting and managing CIFS mounts
Group: System Environment/Daemons
@ -110,6 +110,10 @@ fi
%{_mandir}/man8/pam_cifscreds.8.gz
%changelog
* Tue Nov 07 2017 Jeff Layton <jlayton@redhat.com> - 6.7-5
- more updates, switch to rst for manpages
- update mount.cifs manpage to describe defaults better (BZ#1474539)
* Sun Oct 29 2017 Jeff Layton <jlayton@redhat.com> - 6.7-4
- pull in all patches merged since 6.7 was released