cifs-utils/cifs-utils.spec

100 lines
2.8 KiB
RPMSpec
Raw Normal View History

2010-03-06 11:38:18 +00:00
#%define pre_release rc1
%define pre_release %nil
Name: cifs-utils
2011-01-16 02:16:51 +00:00
Version: 4.8
2010-07-30 13:23:51 +00:00
Release: 1%{pre_release}%{?dist}
2010-03-06 11:38:18 +00:00
Summary: Utilities for mounting and managing CIFS mounts
Group: System Environment/Daemons
License: GPLv3
2010-04-02 12:31:42 +00:00
URL: http://linux-cifs.samba.org/cifs-utils/
2010-03-06 11:38:18 +00:00
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
2010-04-09 14:19:21 +00:00
BuildRequires: libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake
2010-03-06 11:38:18 +00:00
Requires: keyutils
%description
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
on Microsoft Windows machines. This package contains tools for mounting
shares on Linux using the SMB/CIFS protocol. The tools in this package
work in conjunction with support in the kernel to allow one to mount a
SMB/CIFS share onto a client and use it as if it were a standard Linux
file system.
%prep
%setup -q -n %{name}-%{version}%{pre_release}
%build
%configure --prefix=/usr
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc
/sbin/mount.cifs
%{_sbindir}/cifs.upcall
%{_mandir}/man8/cifs.upcall.8.gz
%{_mandir}/man8/mount.cifs.8.gz
%changelog
2011-01-16 02:16:51 +00:00
* Sat Jan 15 2011 Jeff Layton <jlayton@redhat.com> 4.8-1
2011-01-16 02:32:53 +00:00
- update to 4.8
2011-01-16 02:16:51 +00:00
2010-10-19 19:40:44 +00:00
* Tue Oct 19 2010 Jeff Layton <jlayton@redhat.com> 4.7-1
- update to 4.7
2010-07-30 13:23:51 +00:00
* Fri Jul 30 2010 Jeff Layton <jlayton@redhat.com> 4.6-1
- update to 4.6
* Tue Jun 01 2010 Jeff Layton <jlayton@redhat.com> 4.5-2
- mount.cifs: fix parsing of cred= option (BZ#597756)
2010-05-25 20:02:37 +00:00
* Tue May 25 2010 Jeff Layton <jlayton@redhat.com> 4.5-1
- update to 4.5
2010-04-30 19:16:22 +00:00
* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-3
- mount.cifs: fix regression in prefixpath patch
* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-2
- mount.cifs: strip leading delimiter from prefixpath
2010-04-28 11:46:12 +00:00
* Wed Apr 28 2010 Jeff Layton <jlayton@redhat.com> 4.4-1
- update to 4.4
* Sat Apr 17 2010 Jeff Layton <jlayton@redhat.com> 4.3-2
- fix segfault when address list is exhausted (BZ#583230)
2010-04-09 14:19:21 +00:00
* Fri Apr 09 2010 Jeff Layton <jlayton@redhat.com> 4.3-1
- update to 4.3
2010-04-02 12:31:42 +00:00
* Fri Apr 02 2010 Jeff Layton <jlayton@redhat.com> 4.2-1
- update to 4.2
2010-03-23 14:30:39 +00:00
* 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
- fix bad pointer dereference in IPv6 scopeid handling
2010-03-06 11:38:18 +00:00
* Wed Mar 03 2010 Jeff Layton <jlayton@redhat.com> 4.0-1
- update to 4.0
- minor specfile fixes
* Fri Feb 26 2010 Jeff Layton <jlayton@redhat.com> 4.0-1rc1
- update to 4.0rc1
- fix prerelease version handling
* Mon Feb 08 2010 Jeff Layton <jlayton@redhat.com> 4.0a1-1
- first RPM package build