cifs-utils-vl.spec 4.4 KB

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