diff --git a/cifs-utils.spec b/cifs-utils.spec index 289822b..9a4978b 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -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 - 6.13-3 +- Actually use the patches + * Thu Sep 23 2021 Bruno Wolff III - 6.13-2 - Pull in a couple of upstream fixes slotted for the next release - fix regression in kerberos mount