cifs-utils 6.14
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
4b0c365f2a
commit
e8ad45d2cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ cifs-utils-4.6.tar.bz2
|
|||||||
/cifs-utils-6.9.tar.bz2
|
/cifs-utils-6.9.tar.bz2
|
||||||
/cifs-utils-6.11.tar.bz2
|
/cifs-utils-6.11.tar.bz2
|
||||||
/cifs-utils-6.13.tar.bz2
|
/cifs-utils-6.13.tar.bz2
|
||||||
|
/cifs-utils-6.14.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%define pre_release %nil
|
%define pre_release %nil
|
||||||
|
|
||||||
Name: cifs-utils
|
Name: cifs-utils
|
||||||
Version: 6.13
|
Version: 6.14
|
||||||
Release: 4%{pre_release}%{?dist}
|
Release: 1%{pre_release}%{?dist}
|
||||||
Summary: Utilities for mounting and managing CIFS mounts
|
Summary: Utilities for mounting and managing CIFS mounts
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -21,12 +21,6 @@ Requires(preun): /usr/sbin/alternatives
|
|||||||
Recommends: %{name}-info%{?_isa} = %{version}-%{release}
|
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
|
||||||
# Fix for upcall cap issue
|
|
||||||
# https://github.com/piastry/cifs-utils/commit/7f9711dd902a239c499682015d708f73ec884af2
|
|
||||||
Patch0: upcall-fix.patch
|
|
||||||
# Fix for mount crash
|
|
||||||
# https://github.com/piastry/cifs-utils/commit/9ad46fc480818e48868ba841a8a1eed9a74e7294
|
|
||||||
Patch1: mount-crash-fix.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
|
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
|
||||||
@ -59,8 +53,6 @@ provide these credentials to the kernel automatically at login.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{pre_release}
|
%setup -q -n %{name}-%{version}%{pre_release}
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
fgrep -r -l '/usr/bin/env python' | xargs -n1 sed -i 's@/usr/bin/env python.*@%python3@g'
|
fgrep -r -l '/usr/bin/env python' | xargs -n1 sed -i 's@/usr/bin/env python.*@%python3@g'
|
||||||
@ -132,6 +124,9 @@ about CIFS mount.
|
|||||||
%{_mandir}/man1/smbinfo.*
|
%{_mandir}/man1/smbinfo.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 01 2022 Alexander Bokovoy <abokovoy@redhat.com> - 6.14-1
|
||||||
|
- Upstream release 6.14
|
||||||
|
|
||||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.13-4
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.13-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cifs-utils-6.13.tar.bz2) = 1337ac4b69f0c3e8d0241eb608207ba81dfa35f84c661649d25da78637882c4d73467b0f632be0bd120362e0b786e40eb340bffcf21c8a09629c441100fd10de
|
SHA512 (cifs-utils-6.14.tar.bz2) = dd875e110988f84ac766900426e1a75c043607de1f24b87e95cd942f2f58561e1133d16466f02863643c8395fc0160df4050636d1ce0db005f2e52a592c7f0ab
|
||||||
|
Loading…
Reference in New Issue
Block a user