Update to 5.8 release
This commit is contained in:
parent
039b01fb1a
commit
54e9368312
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user