Actually apply the patches
I forgot to apply the patches during setup.
This commit is contained in:
parent
682d9da486
commit
abac1077d7
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: cifs-utils
|
Name: cifs-utils
|
||||||
Version: 6.13
|
Version: 6.13
|
||||||
Release: 2%{pre_release}%{?dist}
|
Release: 3%{pre_release}%{?dist}
|
||||||
Summary: Utilities for mounting and managing CIFS mounts
|
Summary: Utilities for mounting and managing CIFS mounts
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -59,6 +59,8 @@ 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'
|
||||||
@ -130,6 +132,9 @@ about CIFS mount.
|
|||||||
%{_mandir}/man1/smbinfo.*
|
%{_mandir}/man1/smbinfo.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Pull in a couple of upstream fixes slotted for the next release
|
||||||
- fix regression in kerberos mount
|
- fix regression in kerberos mount
|
||||||
|
Loading…
Reference in New Issue
Block a user