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

Revision 12330, 4.3 KB checked in by tomop, 4 years ago (diff)

updated 5 packages

cifs-utils-6.10-1

less-551-1

lv-4.51.d-1

ruby-2.4.9-17

vim-8.2.0365-1

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