Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/cifs-utils.git#ba97a0b2c1bd8f2957e51a8e035493d4f12b27e1
This commit is contained in:
parent
6c1321873b
commit
7e7aeeb4e1
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: cifs-utils
|
Name: cifs-utils
|
||||||
Version: 6.11
|
Version: 6.11
|
||||||
Release: 1%{pre_release}%{?dist}
|
Release: 2%{pre_release}%{?dist}
|
||||||
Summary: Utilities for mounting and managing CIFS mounts
|
Summary: Utilities for mounting and managing CIFS mounts
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -12,11 +12,14 @@ URL: http://linux-cifs.samba.org/cifs-utils/
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake libwbclient-devel pam-devel
|
BuildRequires: libcap-ng-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake libwbclient-devel pam-devel
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
Requires: keyutils
|
Requires: keyutils
|
||||||
Requires(post): /usr/sbin/alternatives
|
Requires(post): /usr/sbin/alternatives
|
||||||
Requires(preun): /usr/sbin/alternatives
|
Requires(preun): /usr/sbin/alternatives
|
||||||
|
|
||||||
|
Recommends: %{name}-info%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
Source0: https://download.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
|
Source0: https://download.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
|
||||||
Patch0: cifs-utils-destdir.patch
|
Patch0: cifs-utils-destdir.patch
|
||||||
|
|
||||||
@ -72,8 +75,6 @@ install -m 644 contrib/request-key.d/cifs.spnego.conf %{buildroot}%{_sysconfdir}
|
|||||||
%{_bindir}/getcifsacl
|
%{_bindir}/getcifsacl
|
||||||
%{_bindir}/setcifsacl
|
%{_bindir}/setcifsacl
|
||||||
%{_bindir}/cifscreds
|
%{_bindir}/cifscreds
|
||||||
%{_bindir}/smbinfo
|
|
||||||
%{_bindir}/smb2-quota
|
|
||||||
%{_sbindir}/mount.cifs
|
%{_sbindir}/mount.cifs
|
||||||
%{_sbindir}/mount.smb3
|
%{_sbindir}/mount.smb3
|
||||||
%{_sbindir}/cifs.upcall
|
%{_sbindir}/cifs.upcall
|
||||||
@ -83,8 +84,6 @@ install -m 644 contrib/request-key.d/cifs.spnego.conf %{buildroot}%{_sysconfdir}
|
|||||||
%{_mandir}/man1/getcifsacl.*
|
%{_mandir}/man1/getcifsacl.*
|
||||||
%{_mandir}/man1/setcifsacl.*
|
%{_mandir}/man1/setcifsacl.*
|
||||||
%{_mandir}/man1/cifscreds.*
|
%{_mandir}/man1/cifscreds.*
|
||||||
%{_mandir}/man1/smbinfo.*
|
|
||||||
%{_mandir}/man1/smb2-quota.*
|
|
||||||
%{_mandir}/man8/cifs.upcall.*
|
%{_mandir}/man8/cifs.upcall.*
|
||||||
%{_mandir}/man8/cifs.idmap.*
|
%{_mandir}/man8/cifs.idmap.*
|
||||||
%{_mandir}/man8/mount.cifs.*
|
%{_mandir}/man8/mount.cifs.*
|
||||||
@ -110,7 +109,27 @@ fi
|
|||||||
%{_libdir}/security/pam_cifscreds.so
|
%{_libdir}/security/pam_cifscreds.so
|
||||||
%{_mandir}/man8/pam_cifscreds.8.gz
|
%{_mandir}/man8/pam_cifscreds.8.gz
|
||||||
|
|
||||||
|
# This subpackage also serves the purpose of avoiding a Python dependency on
|
||||||
|
# the main package: https://bugzilla.redhat.com/show_bug.cgi?id=1909288.
|
||||||
|
%package info
|
||||||
|
Summary: Additional tools for querying information about CIFS mount
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description info
|
||||||
|
This subpackage includes additional tools for querying information
|
||||||
|
about CIFS mount.
|
||||||
|
|
||||||
|
%files info
|
||||||
|
%{_bindir}/smb2-quota
|
||||||
|
%{_bindir}/smbinfo
|
||||||
|
%{_mandir}/man1/smb2-quota.*
|
||||||
|
%{_mandir}/man1/smbinfo.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 18 2020 Jonathan Lebon <jonathan@jlebon.com> - 6.11-2
|
||||||
|
- Split out -info subpackage for smb2-quota and smbinfo
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1909288
|
||||||
|
|
||||||
* Mon Nov 02 2020 Alexander Bokovoy <abokovoy@redhat.com> - 6.11-1
|
* Mon Nov 02 2020 Alexander Bokovoy <abokovoy@redhat.com> - 6.11-1
|
||||||
- Update to v6.11 release
|
- Update to v6.11 release
|
||||||
- Resolves: rhbz#1876400 - CVE-2020-14342 - cifs-utils: shell command injection
|
- Resolves: rhbz#1876400 - CVE-2020-14342 - cifs-utils: shell command injection
|
||||||
|
Loading…
Reference in New Issue
Block a user