Updated to 6.6 release
Signed-off-by: Jeff Layton <jlayton@redhat.com>
This commit is contained in:
parent
37fb9b90d4
commit
6d0099e9f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ cifs-utils-4.6.tar.bz2
|
||||
/cifs-utils-6.3.tar.bz2
|
||||
/cifs-utils-6.4.tar.bz2
|
||||
/cifs-utils-6.5.tar.bz2
|
||||
/cifs-utils-6.6.tar.bz2
|
||||
|
@ -2,8 +2,8 @@
|
||||
%define pre_release %nil
|
||||
|
||||
Name: cifs-utils
|
||||
Version: 6.5
|
||||
Release: 3%{pre_release}%{?dist}
|
||||
Version: 6.6
|
||||
Release: 1%{pre_release}%{?dist}
|
||||
Summary: Utilities for mounting and managing CIFS mounts
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -18,12 +18,6 @@ Requires(post): /usr/sbin/alternatives
|
||||
Requires(preun): /usr/sbin/alternatives
|
||||
|
||||
Source0: https://download.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
|
||||
Patch1: 0001-aclocal-fix-typo-in-idmap.m4.patch
|
||||
Patch2: 0002-cifs.upcall-use-krb5-routines-to-get-default-ccname.patch
|
||||
Patch3: 0003-cifs.upcall-make-the-krb5_context-a-static-global-va.patch
|
||||
Patch4: 0004-cifs.upcall-remove-KRB5_TC_OPENCLOSE.patch
|
||||
Patch5: 0005-cifs.upcall-make-get_tgt_time-take-a-ccache-arg.patch
|
||||
Patch6: 0006-cifs.upcall-stop-passing-around-ccache-name-strings.patch
|
||||
|
||||
%description
|
||||
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
|
||||
@ -58,12 +52,6 @@ provide these credentials to the kernel automatically at login.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{pre_release}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
@ -120,6 +108,9 @@ fi
|
||||
%{_mandir}/man8/pam_cifscreds.8.gz
|
||||
|
||||
%changelog
|
||||
* Wed Sep 07 2016 Jeff Layton <jlayton@redhat.com> - 6.6-1
|
||||
- update to 6.6 release
|
||||
|
||||
* Wed Aug 24 2016 Jeff Layton <jlayton@redhat.com> - 6.5-3
|
||||
- more cifs.upcall cleanup work
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user