|
|
89b169 |
#% define pre_release rc1
|
|
|
89b169 |
%define pre_release %nil
|
|
|
89b169 |
|
|
|
89b169 |
Name: cifs-utils
|
|
|
9a632c |
Version: 7.0
|
|
|
9a632c |
Release: 1%{pre_release}%{?dist}
|
|
|
89b169 |
Summary: Utilities for mounting and managing CIFS mounts
|
|
|
89b169 |
|
|
|
89b169 |
Group: System Environment/Daemons
|
|
|
89b169 |
License: GPLv3
|
|
|
89b169 |
URL: http://linux-cifs.samba.org/cifs-utils/
|
|
|
89b169 |
|
|
|
89b169 |
BuildRequires: libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake libwbclient-devel pam-devel
|
|
|
89b169 |
BuildRequires: python3-docutils
|
|
|
89b169 |
|
|
|
89b169 |
Requires: keyutils
|
|
|
89b169 |
Requires(post): /usr/sbin/alternatives
|
|
|
89b169 |
Requires(preun): /usr/sbin/alternatives
|
|
|
89b169 |
|
|
|
89b169 |
Source0: https://download.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
|
|
|
9a632c |
Patch1: 0001-Use-explicit-usr-bin-python3.patch
|
|
|
89b169 |
|
|
|
89b169 |
%description
|
|
|
89b169 |
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
|
|
|
89b169 |
on Microsoft Windows machines. This package contains tools for mounting
|
|
|
89b169 |
shares on Linux using the SMB/CIFS protocol. The tools in this package
|
|
|
89b169 |
work in conjunction with support in the kernel to allow one to mount a
|
|
|
89b169 |
SMB/CIFS share onto a client and use it as if it were a standard Linux
|
|
|
89b169 |
file system.
|
|
|
89b169 |
|
|
|
89b169 |
%package devel
|
|
|
89b169 |
Summary: Files needed for building plugins for cifs-utils
|
|
|
89b169 |
Group: Development/Libraries
|
|
|
89b169 |
|
|
|
89b169 |
%description devel
|
|
|
89b169 |
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
|
|
|
89b169 |
on Microsoft Windows machines. This package contains the header file
|
|
|
89b169 |
necessary for building ID mapping plugins for cifs-utils.
|
|
|
89b169 |
|
|
|
89b169 |
%package -n pam_cifscreds
|
|
|
89b169 |
Summary: PAM module to manage NTLM credentials in kernel keyring
|
|
|
89b169 |
Group: System Environment/Base
|
|
|
89b169 |
|
|
|
89b169 |
%description -n pam_cifscreds
|
|
|
89b169 |
The pam_cifscreds PAM module is a tool for automatically adding
|
|
|
89b169 |
credentials (username and password) for the purpose of establishing
|
|
|
89b169 |
sessions in multiuser mounts.
|
|
|
89b169 |
|
|
|
89b169 |
When a cifs filesystem is mounted with the "multiuser" option, and does
|
|
|
89b169 |
not use krb5 authentication, it needs to be able to get the credentials
|
|
|
89b169 |
for each user from somewhere. The pam_cifscreds module can be used to
|
|
|
89b169 |
provide these credentials to the kernel automatically at login.
|
|
|
89b169 |
|
|
|
89b169 |
%prep
|
|
|
89b169 |
%setup -q -n %{name}-%{version}%{pre_release}
|
|
|
5eee7b |
%patch1 -p1
|
|
|
89b169 |
|
|
|
89b169 |
%build
|
|
|
89b169 |
autoreconf -i
|
|
|
89b169 |
%configure --prefix=/usr ROOTSBINDIR=%{_sbindir}
|
|
|
89b169 |
make %{?_smp_mflags}
|
|
|
89b169 |
|
|
|
89b169 |
%install
|
|
|
89b169 |
rm -rf %{buildroot}
|
|
|
89b169 |
make install DESTDIR=%{buildroot}
|
|
|
89b169 |
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
|
|
|
89b169 |
mkdir -p %{buildroot}%{_sysconfdir}/request-key.d
|
|
|
89b169 |
install -m 644 contrib/request-key.d/cifs.idmap.conf %{buildroot}%{_sysconfdir}/request-key.d
|
|
|
89b169 |
install -m 644 contrib/request-key.d/cifs.spnego.conf %{buildroot}%{_sysconfdir}/request-key.d
|
|
|
89b169 |
|
|
|
89b169 |
%files
|
|
|
89b169 |
%defattr(-,root,root,-)
|
|
|
89b169 |
%doc
|
|
|
89b169 |
%{_bindir}/getcifsacl
|
|
|
89b169 |
%{_bindir}/setcifsacl
|
|
|
89b169 |
%{_bindir}/cifscreds
|
|
|
9a632c |
%{_bindir}/smbinfo
|
|
|
9a632c |
%{_bindir}/smb2-quota
|
|
|
89b169 |
%{_sbindir}/mount.cifs
|
|
|
9a632c |
%{_sbindir}/mount.smb3
|
|
|
89b169 |
%{_sbindir}/cifs.upcall
|
|
|
89b169 |
%{_sbindir}/cifs.idmap
|
|
|
89b169 |
%dir %{_libdir}/%{name}
|
|
|
89b169 |
%{_libdir}/%{name}/idmapwb.so
|
|
|
89b169 |
%{_mandir}/man1/getcifsacl.1.gz
|
|
|
89b169 |
%{_mandir}/man1/setcifsacl.1.gz
|
|
|
89b169 |
%{_mandir}/man1/cifscreds.1.gz
|
|
|
9a632c |
%{_mandir}/man1/smbinfo.1.gz
|
|
|
9a632c |
%{_mandir}/man1/smb2-quota.1.gz
|
|
|
89b169 |
%{_mandir}/man8/cifs.upcall.8.gz
|
|
|
89b169 |
%{_mandir}/man8/cifs.idmap.8.gz
|
|
|
89b169 |
%{_mandir}/man8/mount.cifs.8.gz
|
|
|
9a632c |
%{_mandir}/man8/mount.smb3.8.gz
|
|
|
89b169 |
%{_mandir}/man8/idmapwb.8.gz
|
|
|
89b169 |
%dir %{_sysconfdir}/cifs-utils
|
|
|
89b169 |
%ghost %{_sysconfdir}/cifs-utils/idmap-plugin
|
|
|
89b169 |
%config(noreplace) %{_sysconfdir}/request-key.d/cifs.idmap.conf
|
|
|
89b169 |
%config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
|
|
|
89b169 |
|
|
|
89b169 |
%post
|
|
|
89b169 |
/usr/sbin/alternatives --install /etc/cifs-utils/idmap-plugin cifs-idmap-plugin %{_libdir}/%{name}/idmapwb.so 10
|
|
|
89b169 |
|
|
|
89b169 |
%preun
|
|
|
89b169 |
if [ $1 = 0 ]; then
|
|
|
89b169 |
/usr/sbin/alternatives --remove cifs-idmap-plugin %{_libdir}/%{name}/idmapwb.so
|
|
|
89b169 |
fi
|
|
|
89b169 |
|
|
|
89b169 |
%files devel
|
|
|
89b169 |
%{_includedir}/cifsidmap.h
|
|
|
89b169 |
|
|
|
89b169 |
%files -n pam_cifscreds
|
|
|
89b169 |
%{_libdir}/security/pam_cifscreds.so
|
|
|
89b169 |
%{_mandir}/man8/pam_cifscreds.8.gz
|
|
|
89b169 |
|
|
|
89b169 |
%changelog
|
|
|
9a632c |
* Mon Jan 30 2023 Pavel Filipenský <pfilipen@redhat.com> - 7.0-1
|
|
|
9a632c |
- Update to cifs-utils-7.0
|
|
|
9a632c |
- Resolves: rhbz#2163373
|
|
|
9a632c |
|
|
|
5eee7b |
* Thu Dec 12 2019 Sachin Prabhu <sprabhu@redhat.com> - 6.8-3
|
|
|
5eee7b |
- Add manual gating tests
|
|
|
5eee7b |
- docs: cleanup rst formating
|
|
|
5eee7b |
- mount.cifs.rst: document new (no)handlecache mount option
|
|
|
5eee7b |
- manpage: update mount.cifs manpage with info about rdma option
|
|
|
5eee7b |
- checkopts: add python script to cross check mount options
|
|
|
5eee7b |
- mount.cifs.rst: document missing options, correct wrong ones
|
|
|
5eee7b |
- checkopts: report duplicated options in man page
|
|
|
5eee7b |
- mount.cifs.rst: more cleanups
|
|
|
5eee7b |
- mount.cifs.rst: document vers=3 mount option
|
|
|
5eee7b |
- mount.cifs.rst: document vers=3.02 mount option
|
|
|
5eee7b |
- cifs: Allow DNS resolver key to expire
|
|
|
5eee7b |
- mount.cifs: be more verbose and helpful regarding mount errors
|
|
|
5eee7b |
- Update mount.cifs with vers=default mount option and SMBv3.0.2
|
|
|
5eee7b |
- mount.cifs.rst: update vers=3.1.1 option description
|
|
|
5eee7b |
- getcifsacl: Do not go to parse_sec_desc if getxattr fails.
|
|
|
5eee7b |
- getcifsacl: Improve help usage and add -h option.
|
|
|
5eee7b |
- setcifsacl: fix adding ACE when owner sid in unexpected location
|
|
|
5eee7b |
- cifs.upcall: fix a compiler warning
|
|
|
5eee7b |
- mount.cifs Add various missing parms from the help text
|
|
|
5eee7b |
- mount.cifs: add more options to help message
|
|
|
5eee7b |
- mount.cifs: detect GMT format of snapshot version
|
|
|
5eee7b |
- Update man page for mount.cifs to add new options
|
|
|
5eee7b |
- mount.cifs.rst: mention kernel version for snapshots
|
|
|
5eee7b |
- Fix authors and maintainers
|
|
|
5eee7b |
|
|
|
89b169 |
* Tue Jul 17 2018 Alexander Bokovoy <abokovoy@redhat.com> - 6.8-2
|
|
|
89b169 |
- Use Python 3 version of rst2man utility for generating man pages
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Apr 10 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.8-1
|
|
|
89b169 |
- update to 6.8 release
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-6
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Nov 07 2017 Jeff Layton <jlayton@redhat.com> - 6.7-5
|
|
|
89b169 |
- more updates, switch to rst for manpages
|
|
|
89b169 |
- update mount.cifs manpage to describe defaults better (BZ#1474539)
|
|
|
89b169 |
|
|
|
89b169 |
* Sun Oct 29 2017 Jeff Layton <jlayton@redhat.com> - 6.7-4
|
|
|
89b169 |
- pull in all patches merged since 6.7 was released
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-3
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-2
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Thu Mar 02 2017 Jeff Layton <jlayton@redhat.com> - 6.7-1
|
|
|
89b169 |
- update to 6.7 release
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.6-2
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Sep 07 2016 Jeff Layton <jlayton@redhat.com> - 6.6-1
|
|
|
89b169 |
- update to 6.6 release
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Aug 24 2016 Jeff Layton <jlayton@redhat.com> - 6.5-3
|
|
|
89b169 |
- more cifs.upcall cleanup work
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Aug 24 2016 Jeff Layton <jlayton@redhat.com> - 6.5-2
|
|
|
89b169 |
- clean up and streamline cifs.upcall handling for GSSAPI
|
|
|
89b169 |
|
|
|
89b169 |
* Thu Mar 10 2016 Sachin Prabhu <sprabhu@redhat.com> - 6.5-1
|
|
|
89b169 |
- Update to 6.5 release
|
|
|
89b169 |
- Fix URL to cifs-utils upstream source
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.4-5
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4-4
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Jan 21 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 6.4-3
|
|
|
89b169 |
- Let package own %%{_sysconfdir}/cifs-utils (RHBZ#1184390).
|
|
|
89b169 |
- Let package own %%{_libdir}/cifs-utils (RHBZ#1184391).
|
|
|
89b169 |
|
|
|
89b169 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.4-2
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Aug 04 2014 Sachin Prabhu <sprabhu@redhat.com> - 6.4-1
|
|
|
89b169 |
- update to 6.4 release
|
|
|
89b169 |
|
|
|
89b169 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3-3
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Tue May 06 2014 Sachin Prabhu <sprabhu@redhat.com> 6.3-2
|
|
|
89b169 |
- autoconf: allow PAM security install directory to be configurable
|
|
|
89b169 |
- cifs: use krb5_kt_default() to determine default keytab location
|
|
|
89b169 |
- cifskey: better use snprintf()
|
|
|
89b169 |
- cifscreds: better error handling when key_search fails
|
|
|
89b169 |
- cifscreds: better error handling for key_add
|
|
|
89b169 |
|
|
|
89b169 |
* Thu Jan 09 2014 Jeff Layton <jlayton@redhat.com> 6.3-1
|
|
|
89b169 |
- update to 6.3 release
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Dec 13 2013 Jeff Layton <jlayton@redhat.com> 6.2-5
|
|
|
89b169 |
- fix linking of wbclient
|
|
|
89b169 |
- add pam_cifscreds module and manpage
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Oct 14 2013 Jeff Layton <jlayton@redhat.com> 6.2-4
|
|
|
89b169 |
- fix use-after-free in asn1_write
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Oct 11 2013 Jeff Layton <jlayton@redhat.com> 6.2-3
|
|
|
89b169 |
- fixes for bugs reported by coverity:
|
|
|
89b169 |
- update bad bit shift patch with one that patches getcifsacl.c too
|
|
|
89b169 |
- remove some dead code from getcifsacl.c, asn1.c, and data_blob.c
|
|
|
89b169 |
- fix bad handling of allocated memory in del_mtab in mount.cifs.c
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Oct 09 2013 Jeff Layton <jlayton@redhat.com> 6.2-2
|
|
|
89b169 |
- fix bad bit shift in setcifsacl.c
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Oct 04 2013 Jeff Layton <jlayton@redhat.com> 6.2-1
|
|
|
89b169 |
- update to 6.2 release
|
|
|
89b169 |
|
|
|
89b169 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1-4
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Jul 15 2013 Jeff Layton <jlayton@redhat.com> 6.1-3
|
|
|
89b169 |
- allow setcifsacl to work if plugin can't be loaded (bz#984087)
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Jul 15 2013 Jeff Layton <jlayton@redhat.com> 6.1-2
|
|
|
89b169 |
- Convert idmapping plugin symlink to use alternatives system (bz#984088)
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Jul 02 2013 Jeff Layton <jlayton@redhat.com> 6.1-1
|
|
|
89b169 |
- update to 6.1 release
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Mar 25 2013 Jeff Layton <jlayton@redhat.com> 6.0-1
|
|
|
89b169 |
- update to 6.0 release
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9-4
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Sun Jan 13 2013 Jeff Layton <jlayton@redhat.com> 5.9-3
|
|
|
89b169 |
- comment fixes in cifsidmap.h
|
|
|
89b169 |
|
|
|
89b169 |
* Sun Jan 13 2013 Jeff Layton <jlayton@redhat.com> 5.9-2
|
|
|
89b169 |
- fix regression in credential file handling
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Jan 07 2013 Jeff Layton <jlayton@redhat.com> 5.9-1
|
|
|
89b169 |
- update to 5.9
|
|
|
89b169 |
- move mount.cifs to /usr/sbin per new packaging guidelines
|
|
|
89b169 |
- add -devel package to hold cifsidmap.h
|
|
|
89b169 |
|
|
|
89b169 |
* Sun Nov 11 2012 Jeff Layton <jlayton@redhat.com> 5.8-1
|
|
|
89b169 |
- update to 5.8
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Nov 07 2012 Jeff Layton <jlayton@redhat.com> 5.7-3
|
|
|
89b169 |
- update to latest patches queued for 5.8. More idmapping and ACL tool fixes.
|
|
|
89b169 |
|
|
|
89b169 |
* Sun Nov 04 2012 Jeff Layton <jlayton@redhat.com> 5.7-2
|
|
|
89b169 |
- update to latest patches queued for 5.8. Mostly idmapping and ACL tool fixes.
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Oct 09 2012 Jeff Layton <jlayton@redhat.com> 5.7-1
|
|
|
89b169 |
- update to 5.7
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Aug 24 2012 Jeff Layton <jlayton@redhat.com> 5.6-2
|
|
|
89b169 |
- update to current upstream head
|
|
|
89b169 |
|
|
|
89b169 |
* Thu Jul 26 2012 Jeff Layton <jlayton@redhat.com> 5.6-1
|
|
|
89b169 |
- update to 5.6
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5-3
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Jul 09 2012 Jeff Layton <jlayton@redhat.com> 5.5-2
|
|
|
89b169 |
- remove -Werror flag
|
|
|
89b169 |
- enable PIE and RELRO
|
|
|
89b169 |
|
|
|
89b169 |
* Wed May 30 2012 Jeff Layton <jlayton@redhat.com> 5.5-1
|
|
|
89b169 |
- update to 5.5
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Apr 25 2012 Jeff Layton <jlayton@redhat.com> 5.4-2
|
|
|
89b169 |
- rebuild to fix dependencies due to libwbclient changes
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Apr 18 2012 Jeff Layton <jlayton@redhat.com> 5.4-1
|
|
|
89b169 |
- update to 5.4
|
|
|
89b169 |
- add patch to fix up more warnings
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Mar 19 2012 Jeff Layton <jlayton@redhat.com> 5.3-4
|
|
|
89b169 |
- fix tests for strtoul success (bz# 800621)
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Feb 08 2012 Jeff Layton <jlayton@redhat.com> 5.3-3
|
|
|
89b169 |
- revert mount.cifs move. It's unnecessary at this point.
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Feb 08 2012 Jeff Layton <jlayton@redhat.com> 5.3-2
|
|
|
89b169 |
- move mount.cifs to /usr/sbin per new packaging guidelines
|
|
|
89b169 |
|
|
|
89b169 |
* Sat Jan 28 2012 Jeff Layton <jlayton@redhat.com> 5.3-1
|
|
|
89b169 |
- update to 5.3
|
|
|
89b169 |
|
|
|
89b169 |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-3
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Dec 09 2011 Jeff Layton <jlayton@redhat.com> 5.2-2
|
|
|
89b169 |
- add /etc/request-key.d files
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Dec 09 2011 Jeff Layton <jlayton@redhat.com> 5.2-1
|
|
|
89b169 |
- update to 5.2
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Sep 23 2011 Jeff Layton <jlayton@redhat.com> 5.1-1
|
|
|
89b169 |
- update to 5.1
|
|
|
89b169 |
- add getcifsacl and setcifsacl to package
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Jul 29 2011 Jeff Layton <jlayton@redhat.com> 5.0-2
|
|
|
89b169 |
- mount.cifs: fix check_newline retcode check (bz# 726717)
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Jun 01 2011 Jeff Layton <jlayton@redhat.com> 5.0-1
|
|
|
89b169 |
- update to 5.0
|
|
|
89b169 |
|
|
|
89b169 |
* Mon May 16 2011 Jeff Layton <jlayton@redhat.com> 4.9-2
|
|
|
89b169 |
- mount.cifs: pass unadulterated device string to kernel (bz# 702664)
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Mar 04 2011 Jeff Layton <jlayton@redhat.com> 4.9-1
|
|
|
89b169 |
- update to 4.9
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Feb 08 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-4
|
|
|
89b169 |
- mount.cifs: reenable CAP_DAC_READ_SEARCH when mounting (bz# 675761)
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.1-3
|
|
|
89b169 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Feb 01 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-2
|
|
|
89b169 |
- mount.cifs: don't update mtab if it's a symlink (bz# 674101)
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Jan 21 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-1
|
|
|
89b169 |
- update to 4.8.1
|
|
|
89b169 |
|
|
|
89b169 |
* Sat Jan 15 2011 Jeff Layton <jlayton@redhat.com> 4.8-1
|
|
|
89b169 |
- update to 4.8
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Oct 19 2010 Jeff Layton <jlayton@redhat.com> 4.7-1
|
|
|
89b169 |
- update to 4.7
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Jul 30 2010 Jeff Layton <jlayton@redhat.com> 4.6-1
|
|
|
89b169 |
- update to 4.6
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Jun 01 2010 Jeff Layton <jlayton@redhat.com> 4.5-2
|
|
|
89b169 |
- mount.cifs: fix parsing of cred= option (BZ#597756)
|
|
|
89b169 |
|
|
|
89b169 |
* Tue May 25 2010 Jeff Layton <jlayton@redhat.com> 4.5-1
|
|
|
89b169 |
- update to 4.5
|
|
|
89b169 |
|
|
|
89b169 |
* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-3
|
|
|
89b169 |
- mount.cifs: fix regression in prefixpath patch
|
|
|
89b169 |
|
|
|
89b169 |
* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-2
|
|
|
89b169 |
- mount.cifs: strip leading delimiter from prefixpath
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Apr 28 2010 Jeff Layton <jlayton@redhat.com> 4.4-1
|
|
|
89b169 |
- update to 4.4
|
|
|
89b169 |
|
|
|
89b169 |
* Sat Apr 17 2010 Jeff Layton <jlayton@redhat.com> 4.3-2
|
|
|
89b169 |
- fix segfault when address list is exhausted (BZ#583230)
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Apr 09 2010 Jeff Layton <jlayton@redhat.com> 4.3-1
|
|
|
89b169 |
- update to 4.3
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Apr 02 2010 Jeff Layton <jlayton@redhat.com> 4.2-1
|
|
|
89b169 |
- update to 4.2
|
|
|
89b169 |
|
|
|
89b169 |
* Tue Mar 23 2010 Jeff Layton <jlayton@redhat.com> 4.1-1
|
|
|
89b169 |
- update to 4.1
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Mar 08 2010 Jeff Layton <jlayton@redhat.com> 4.0-2
|
|
|
89b169 |
- fix bad pointer dereference in IPv6 scopeid handling
|
|
|
89b169 |
|
|
|
89b169 |
* Wed Mar 03 2010 Jeff Layton <jlayton@redhat.com> 4.0-1
|
|
|
89b169 |
- update to 4.0
|
|
|
89b169 |
- minor specfile fixes
|
|
|
89b169 |
|
|
|
89b169 |
* Fri Feb 26 2010 Jeff Layton <jlayton@redhat.com> 4.0-1rc1
|
|
|
89b169 |
- update to 4.0rc1
|
|
|
89b169 |
- fix prerelease version handling
|
|
|
89b169 |
|
|
|
89b169 |
* Mon Feb 08 2010 Jeff Layton <jlayton@redhat.com> 4.0a1-1
|
|
|
89b169 |
- first RPM package build
|
|
|
89b169 |
|