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

Revision 12495, 4.4 KB checked in by tomop, 3 years ago (diff)

updated 5 packages

cifs-utils-6.11-1

libproxy-0.4.15-3

netpbm-10.86.16-1

squashfs-tools-4.4-1

xorg-x11-server-1.20.9-1

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