From 6d0099e9f1d6c43d43ba57659131344efe0d7e82 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sep 07 2016 11:38:14 +0000 Subject: Updated to 6.6 release Signed-off-by: Jeff Layton --- diff --git a/.gitignore b/.gitignore index 5620579..db3cba7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/cifs-utils.spec b/cifs-utils.spec index 50a82cf..1959477 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -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 - 6.6-1 +- update to 6.6 release + * Wed Aug 24 2016 Jeff Layton - 6.5-3 - more cifs.upcall cleanup work diff --git a/sources b/sources index 6c03043..ecd6378 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74b2c398ce83a8b792faabc414cec314 cifs-utils-6.5.tar.bz2 +8b11350fade47d308b8f377e06cce243 cifs-utils-6.6.tar.bz2