source: projects/specs/trunk/c/cifs-utils/cifs-utils-vl.spec @ 8130

Revision 8130, 4.2 KB checked in by tomop, 10 years ago (diff)

update samba-libraries

Line 
1Name:           cifs-utils
2Version:        6.2
3Release:        2%{?_dist_release}
4Summary:        Utilities for mounting and managing CIFS mounts
5
6Group:          System Environment/Daemons
7License:        GPLv3
8URL:            http://linux-cifs.samba.org/cifs-utils/
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10
11Vendor: Project Vine
12Distribution: Vine Linux
13Packager: tomop
14
15Source0:        ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
16
17BuildRequires:  libcap-devel libcap-ng-devel libtalloc-devel krb5-devel
18BuildRequires:  keyutils-libs-devel libwbclient-devel
19BuildRequires:  autoconf automake
20Requires:       keyutils
21
22%description
23The SMB/CIFS protocol is a standard file sharing protocol widely deployed
24on Microsoft Windows machines. This package contains tools for mounting
25shares on Linux using the SMB/CIFS protocol. The tools in this package
26work in conjunction with support in the kernel to allow one to mount a
27SMB/CIFS share onto a client and use it as if it were a standard Linux
28file system.
29
30%prep
31%setup -q -n %{name}-%{version}
32
33%build
34%configure --prefix=/usr
35make %{?_smp_mflags}
36
37%install
38rm -rf %{buildroot}
39make install DESTDIR=%{buildroot}
40
41%clean
42rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root,-)
46%doc
47/sbin/mount.cifs
48%{_bindir}/cifscreds
49%{_bindir}/getcifsacl
50%{_bindir}/setcifsacl
51%{_sbindir}/cifs.idmap
52%{_sbindir}/cifs.upcall
53%{_includedir}/cifsidmap.h
54%{_libdir}/cifs-utils/idmapwb.so
55%{_mandir}/man1/cifscreds.1.gz
56%{_mandir}/man1/getcifsacl.1.gz
57%{_mandir}/man1/setcifsacl.1.gz
58%{_mandir}/man8/cifs.idmap.8.gz
59%{_mandir}/man8/cifs.upcall.8.gz
60%{_mandir}/man8/idmapwb.8.gz
61%{_mandir}/man8/mount.cifs.8.gz
62
63%changelog
64* Wed Jan 08 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-2
65- rebuilt with current environment.
66
67* Wed Oct 09 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-1
68- new upstream release
69
70* Tue Feb 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 5.9-1
71- new upstream release
72
73* Mon Dec 17 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.8-1
74- new upstream release.
75
76* Sat Apr 14 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3-1
77- new upstream release.
78
79* Thu Mar 24 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.9-2
80- initial build for Vine Linux.
81
82* Fri Mar 04 2011 Jeff Layton <jlayton@redhat.com> 4.9-1
83- update to 4.9
84
85* Tue Feb 08 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-4
86- mount.cifs: reenable CAP_DAC_READ_SEARCH when mounting (bz# 675761)
87
88* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.1-3
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
90
91* Tue Feb 01 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-2
92- mount.cifs: don't update mtab if it's a symlink (bz# 674101)
93
94* Fri Jan 21 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-1
95- update to 4.8.1
96
97* Sat Jan 15 2011 Jeff Layton <jlayton@redhat.com> 4.8-1
98- update to 4.8
99
100* Tue Oct 19 2010 Jeff Layton <jlayton@redhat.com> 4.7-1
101- update to 4.7
102
103* Fri Jul 30 2010 Jeff Layton <jlayton@redhat.com> 4.6-1
104- update to 4.6
105
106* Tue Jun 01 2010 Jeff Layton <jlayton@redhat.com> 4.5-2
107- mount.cifs: fix parsing of cred= option (BZ#597756)
108
109* Tue May 25 2010 Jeff Layton <jlayton@redhat.com> 4.5-1
110- update to 4.5
111
112* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-3
113- mount.cifs: fix regression in prefixpath patch
114
115* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-2
116- mount.cifs: strip leading delimiter from prefixpath
117
118* Wed Apr 28 2010 Jeff Layton <jlayton@redhat.com> 4.4-1
119- update to 4.4
120
121* Sat Apr 17 2010 Jeff Layton <jlayton@redhat.com> 4.3-2
122- fix segfault when address list is exhausted (BZ#583230)
123
124* Fri Apr 09 2010 Jeff Layton <jlayton@redhat.com> 4.3-1
125- update to 4.3
126
127* Fri Apr 02 2010 Jeff Layton <jlayton@redhat.com> 4.2-1
128- update to 4.2
129
130* Tue Mar 23 2010 Jeff Layton <jlayton@redhat.com> 4.1-1
131- update to 4.1
132
133* Mon Mar 08 2010 Jeff Layton <jlayton@redhat.com> 4.0-2
134- fix bad pointer dereference in IPv6 scopeid handling
135
136* Wed Mar 03 2010 Jeff Layton <jlayton@redhat.com> 4.0-1
137- update to 4.0
138- minor specfile fixes
139
140* Fri Feb 26 2010 Jeff Layton <jlayton@redhat.com> 4.0-1rc1
141- update to 4.0rc1
142- fix prerelease version handling
143
144* Mon Feb 08 2010 Jeff Layton <jlayton@redhat.com> 4.0a1-1
145- first RPM package build
146
Note: See TracBrowser for help on using the repository browser.