Update to 4.1 release
This commit is contained in:
parent
bad489c3ee
commit
4ab7d4bde5
@ -1 +1 @@
|
|||||||
cifs-utils-4.0.tar.bz2
|
cifs-utils-4.1.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%define pre_release %nil
|
%define pre_release %nil
|
||||||
|
|
||||||
Name: cifs-utils
|
Name: cifs-utils
|
||||||
Version: 4.0
|
Version: 4.1
|
||||||
Release: 2%{pre_release}%{?dist}
|
Release: 1%{pre_release}%{?dist}
|
||||||
Summary: Utilities for mounting and managing CIFS mounts
|
Summary: Utilities for mounting and managing CIFS mounts
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -12,7 +12,6 @@ URL: http://linux-cifs.samba.org/
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}%{pre_release}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}%{pre_release}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Source0: ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2
|
Source0: ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2
|
||||||
Patch1: cifs-utils-4.0-mount-cifs-addr-null-ptr.patch
|
|
||||||
|
|
||||||
BuildRequires: libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake
|
BuildRequires: libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake
|
||||||
Requires: keyutils
|
Requires: keyutils
|
||||||
@ -28,8 +27,6 @@ file system.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{pre_release}
|
%setup -q -n %{name}-%{version}%{pre_release}
|
||||||
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --prefix=/usr
|
%configure --prefix=/usr
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -50,6 +47,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man8/mount.cifs.8.gz
|
%{_mandir}/man8/mount.cifs.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 23 2010 Jeff Layton <jlayton@redhat.com> 4.1-1
|
||||||
|
- update to 4.1
|
||||||
|
|
||||||
* Mon Mar 08 2010 Jeff Layton <jlayton@redhat.com> 4.0-2
|
* Mon Mar 08 2010 Jeff Layton <jlayton@redhat.com> 4.0-2
|
||||||
- fix bad pointer dereference in IPv6 scopeid handling
|
- fix bad pointer dereference in IPv6 scopeid handling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user