Update to 5.8 release

This commit is contained in:
Jeff Layton 2012-11-11 06:42:01 -05:00
parent 039b01fb1a
commit 54e9368312
4 changed files with 7 additions and 1185 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ cifs-utils-4.6.tar.bz2
/cifs-utils-5.5.tar.bz2
/cifs-utils-5.6.tar.bz2
/cifs-utils-5.7.tar.bz2
/cifs-utils-5.8.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -2,8 +2,8 @@
%define pre_release %nil
Name: cifs-utils
Version: 5.7
Release: 3%{pre_release}%{?dist}
Version: 5.8
Release: 1%{pre_release}%{?dist}
Summary: Utilities for mounting and managing CIFS mounts
Group: System Environment/Daemons
@ -13,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}%{pre_release}-%{release}-root-%(%
Source0: ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2
Patch1: cifs-utils-5.8-pre1.patch
BuildRequires: libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake libwbclient-devel
Requires: keyutils
@ -27,7 +26,6 @@ file system.
%prep
%setup -q -n %{name}-%{version}%{pre_release}
%patch1 -p1
%build
%configure --prefix=/usr
@ -62,6 +60,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
%changelog
* Sun Nov 11 2012 Jeff Layton <jlayton@redhat.com> 5.8-1
- update to 5.8
* Wed Nov 07 2012 Jeff Layton <jlayton@redhat.com> 5.7-3
- update to latest patches queued for 5.8. More idmapping and ACL tool fixes.

View File

@ -1 +1 @@
4215f12be8663f65d2c21dbbbafbc7f8 cifs-utils-5.7.tar.bz2
6aa9c4347780872fefe5823ac06a8ff3 cifs-utils-5.8.tar.bz2