cifs-utils-vl.spec 4.0 KB

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