150 lines
4.7 KiB
RPMSpec
150 lines
4.7 KiB
RPMSpec
#%define pre_release rc1
|
|
%define pre_release %nil
|
|
|
|
Name: cifs-utils
|
|
Version: 5.2
|
|
Release: 3%{pre_release}%{?dist}
|
|
Summary: Utilities for mounting and managing CIFS mounts
|
|
|
|
Group: System Environment/Daemons
|
|
License: GPLv3
|
|
URL: http://linux-cifs.samba.org/cifs-utils/
|
|
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
|
|
Patch0: 0001-contrib-add-a-set-of-sample-etc-request-key.d-files.patch
|
|
|
|
BuildRequires: libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake samba-winbind-devel
|
|
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}
|
|
%patch0 -p1
|
|
|
|
%build
|
|
%configure --prefix=/usr
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make install DESTDIR=%{buildroot}
|
|
mkdir -p %{buildroot}%{_sysconfdir}/request-key.d
|
|
install -m 644 contrib/request-key.d/cifs.idmap.conf %{buildroot}%{_sysconfdir}/request-key.d
|
|
install -m 644 contrib/request-key.d/cifs.spnego.conf %{buildroot}%{_sysconfdir}/request-key.d
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc
|
|
/sbin/mount.cifs
|
|
%{_bindir}/getcifsacl
|
|
%{_bindir}/setcifsacl
|
|
%{_sbindir}/cifs.upcall
|
|
%{_sbindir}/cifs.idmap
|
|
%{_mandir}/man1/getcifsacl.1.gz
|
|
%{_mandir}/man1/setcifsacl.1.gz
|
|
%{_mandir}/man8/cifs.upcall.8.gz
|
|
%{_mandir}/man8/cifs.idmap.8.gz
|
|
%{_mandir}/man8/mount.cifs.8.gz
|
|
%config(noreplace) %{_sysconfdir}/request-key.d/cifs.idmap.conf
|
|
%config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
|
|
|
|
%changelog
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Fri Dec 09 2011 Jeff Layton <jlayton@redhat.com> 5.2-2
|
|
- add /etc/request-key.d files
|
|
|
|
* Fri Dec 09 2011 Jeff Layton <jlayton@redhat.com> 5.2-1
|
|
- update to 5.2
|
|
|
|
* Fri Sep 23 2011 Jeff Layton <jlayton@redhat.com> 5.1-1
|
|
- update to 5.1
|
|
- add getcifsacl and setcifsacl to package
|
|
|
|
* Fri Jul 29 2011 Jeff Layton <jlayton@redhat.com> 5.0-2
|
|
- mount.cifs: fix check_newline retcode check (bz# 726717)
|
|
|
|
* Wed Jun 01 2011 Jeff Layton <jlayton@redhat.com> 5.0-1
|
|
- update to 5.0
|
|
|
|
* Mon May 16 2011 Jeff Layton <jlayton@redhat.com> 4.9-2
|
|
- mount.cifs: pass unadulterated device string to kernel (bz# 702664)
|
|
|
|
* Fri Mar 04 2011 Jeff Layton <jlayton@redhat.com> 4.9-1
|
|
- update to 4.9
|
|
|
|
* Tue Feb 08 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-4
|
|
- mount.cifs: reenable CAP_DAC_READ_SEARCH when mounting (bz# 675761)
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Tue Feb 01 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-2
|
|
- mount.cifs: don't update mtab if it's a symlink (bz# 674101)
|
|
|
|
* Fri Jan 21 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-1
|
|
- update to 4.8.1
|
|
|
|
* Sat Jan 15 2011 Jeff Layton <jlayton@redhat.com> 4.8-1
|
|
- update to 4.8
|
|
|
|
* Tue Oct 19 2010 Jeff Layton <jlayton@redhat.com> 4.7-1
|
|
- update to 4.7
|
|
|
|
* 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)
|
|
|
|
* Tue May 25 2010 Jeff Layton <jlayton@redhat.com> 4.5-1
|
|
- update to 4.5
|
|
|
|
* 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
|
|
|
|
* 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)
|
|
|
|
* Fri Apr 09 2010 Jeff Layton <jlayton@redhat.com> 4.3-1
|
|
- update to 4.3
|
|
|
|
* Fri Apr 02 2010 Jeff Layton <jlayton@redhat.com> 4.2-1
|
|
- update to 4.2
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|