Actually apply the patches

I forgot to apply the patches during setup.
This commit is contained in:
Bruno Wolff III 2021-09-23 09:27:34 -05:00
parent 682d9da486
commit abac1077d7

View File

@ -3,7 +3,7 @@
Name: cifs-utils
Version: 6.13
Release: 2%{pre_release}%{?dist}
Release: 3%{pre_release}%{?dist}
Summary: Utilities for mounting and managing CIFS mounts
License: GPLv3
@ -59,6 +59,8 @@ provide these credentials to the kernel automatically at login.
%prep
%setup -q -n %{name}-%{version}%{pre_release}
%patch0 -p1
%patch1 -p1
%build
fgrep -r -l '/usr/bin/env python' | xargs -n1 sed -i 's@/usr/bin/env python.*@%python3@g'
@ -130,6 +132,9 @@ about CIFS mount.
%{_mandir}/man1/smbinfo.*
%changelog
* Thu Sep 23 2021 Bruno Wolff III <bruno@wolff.to> - 6.13-3
- Actually use the patches
* Thu Sep 23 2021 Bruno Wolff III <bruno@wolff.to> - 6.13-2
- Pull in a couple of upstream fixes slotted for the next release
- fix regression in kerberos mount