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

Revision 6102, 3.5 KB checked in by tomop, 12 years ago (diff)

cups-1.4.8-6, clearsilver-0.10.5-6, cifs-utils-5.3-1

Line 
1Name:           cifs-utils
2Version:        5.3
3Release:        1%{?_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 libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake
18Requires:       keyutils
19
20%description
21The SMB/CIFS protocol is a standard file sharing protocol widely deployed
22on Microsoft Windows machines. This package contains tools for mounting
23shares on Linux using the SMB/CIFS protocol. The tools in this package
24work in conjunction with support in the kernel to allow one to mount a
25SMB/CIFS share onto a client and use it as if it were a standard Linux
26file system.
27
28%prep
29%setup -q -n %{name}-%{version}
30
31%build
32%configure --prefix=/usr
33make %{?_smp_mflags}
34
35%install
36rm -rf %{buildroot}
37make install DESTDIR=%{buildroot}
38
39%clean
40rm -rf %{buildroot}
41
42%files
43%defattr(-,root,root,-)
44%doc
45/sbin/mount.cifs
46%{_sbindir}/cifs.upcall
47%{_mandir}/man8/cifs.upcall.8.gz
48%{_mandir}/man8/mount.cifs.8.gz
49
50%changelog
51* Sat Apr 14 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3-1
52- new upstream release.
53
54* Thu Mar 24 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.9-2
55- initial build for Vine Linux.
56
57* Fri Mar 04 2011 Jeff Layton <jlayton@redhat.com> 4.9-1
58- update to 4.9
59
60* Tue Feb 08 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-4
61- mount.cifs: reenable CAP_DAC_READ_SEARCH when mounting (bz# 675761)
62
63* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.1-3
64- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
65
66* Tue Feb 01 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-2
67- mount.cifs: don't update mtab if it's a symlink (bz# 674101)
68
69* Fri Jan 21 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-1
70- update to 4.8.1
71
72* Sat Jan 15 2011 Jeff Layton <jlayton@redhat.com> 4.8-1
73- update to 4.8
74
75* Tue Oct 19 2010 Jeff Layton <jlayton@redhat.com> 4.7-1
76- update to 4.7
77
78* Fri Jul 30 2010 Jeff Layton <jlayton@redhat.com> 4.6-1
79- update to 4.6
80
81* Tue Jun 01 2010 Jeff Layton <jlayton@redhat.com> 4.5-2
82- mount.cifs: fix parsing of cred= option (BZ#597756)
83
84* Tue May 25 2010 Jeff Layton <jlayton@redhat.com> 4.5-1
85- update to 4.5
86
87* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-3
88- mount.cifs: fix regression in prefixpath patch
89
90* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-2
91- mount.cifs: strip leading delimiter from prefixpath
92
93* Wed Apr 28 2010 Jeff Layton <jlayton@redhat.com> 4.4-1
94- update to 4.4
95
96* Sat Apr 17 2010 Jeff Layton <jlayton@redhat.com> 4.3-2
97- fix segfault when address list is exhausted (BZ#583230)
98
99* Fri Apr 09 2010 Jeff Layton <jlayton@redhat.com> 4.3-1
100- update to 4.3
101
102* Fri Apr 02 2010 Jeff Layton <jlayton@redhat.com> 4.2-1
103- update to 4.2
104
105* Tue Mar 23 2010 Jeff Layton <jlayton@redhat.com> 4.1-1
106- update to 4.1
107
108* Mon Mar 08 2010 Jeff Layton <jlayton@redhat.com> 4.0-2
109- fix bad pointer dereference in IPv6 scopeid handling
110
111* Wed Mar 03 2010 Jeff Layton <jlayton@redhat.com> 4.0-1
112- update to 4.0
113- minor specfile fixes
114
115* Fri Feb 26 2010 Jeff Layton <jlayton@redhat.com> 4.0-1rc1
116- update to 4.0rc1
117- fix prerelease version handling
118
119* Mon Feb 08 2010 Jeff Layton <jlayton@redhat.com> 4.0a1-1
120- first RPM package build
121
Note: See TracBrowser for help on using the repository browser.