]> git.pld-linux.org Git - packages/cifs-utils.git/commitdiff
BR: docutils
authorJan Palus <atler@pld-linux.org>
Sun, 5 Dec 2021 17:17:48 +0000 (18:17 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 5 Dec 2021 17:17:48 +0000 (18:17 +0100)
cifs-utils-heimdal.patch
cifs-utils.spec

index 21b07201ec6e5990993b029f07337c2cf2286b18..e8993446416c09cb714946c57c90ae642f14406c 100644 (file)
@@ -25,8 +25,8 @@
 -      char *realm = NULL;
 +      const char *realm = NULL;
  
-       if (krb5_init_context(&context)) {
-               syslog(LOG_DEBUG, "%s: unable to init krb5 context", __func__);
+       if (krb5_cc_set_flags(context, ccache, 0)) {
+               syslog(LOG_DEBUG, "%s: unable to set flags", __func__);
 @@ -162,7 +162,7 @@
                    && creds.times.endtime > time(NULL))
                        credtime = creds.times.endtime;
index 9a2de3a588940784671652a6862cd7c0de5b7333..b139a87064405a08ed28dfcf90ebe426d933b9eb 100644 (file)
@@ -11,6 +11,7 @@ Patch0:               %{name}-heimdal.patch
 URL:           http://linux-cifs.samba.org/cifs-utils/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
+BuildRequires: docutils
 BuildRequires: heimdal-devel >= 1.5.1-3
 BuildRequires: keyutils-devel
 BuildRequires: libcap-ng-devel
This page took 0.119256 seconds and 4 git commands to generate.