Zypper not updating Samba

Hi, I’ve been using openSuSe for some time now and I can usually find a solution to my problem searching forums but this one has me stuck. I am getting the message

The following 11 package updates will NOT be installed:
libsamba-policy0-python3 samba samba-client samba-client-libs samba-gpupdate samba-ldb-ldap samba-libs samba-libs-python3 samba-python3
samba-winbind samba-winbind-libs

Now I read that it’s usually additional repos that cause this problem but I haven’t added any that I can see.

The output of zypper lr gives me this;

| Alias | Name | Enabled | GPG Check | Refresh

—±----------------------------±-------------------------------------------------------------------------------------------±--------±----------±-------
1 | repo-backports-debug-update | Update repository with updates for openSUSE Leap debuginfo packages from openSUSE Backpo-> | No | ---- | ----
2 | repo-backports-update | Update repository of openSUSE Backports | Yes | (r ) Yes | Yes
3 | repo-debug | Debug Repository | No | ---- | ----
4 | repo-debug-non-oss | Debug Repository (Non-OSS) | No | ---- | ----
5 | repo-debug-update | Update Repository (Debug) | No | ---- | ----
6 | repo-debug-update-non-oss | Update Repository (Debug, Non-OSS) | No | ---- | ----
7 | repo-non-oss | Non-OSS Repository | Yes | (r ) Yes | Yes
8 | repo-oss | Main Repository | Yes | (r ) Yes | Yes
9 | repo-sle-debug-update | Update repository with debuginfo for updates from SUSE Linux Enterprise 15 | No | ---- | ----
10 | repo-sle-update | Update repository with updates from SUSE Linux Enterprise 15 | Yes | (r ) Yes | Yes
11 | repo-source | Source Repository | No | ---- | ----
12 | repo-update | Main Update Repository | Yes | (r ) Yes | Yes
13 | repo-update-non-oss | Update Repository (Non-Oss)

And trying via yast shows me this;

the installed samba-ad-dc-libs-4.15.5+git.328.f1f29505d84-150400.1.44.x86_64 requires ‘libauth4-samba4.so(SAMBA_4.15.5_GIT.328.F1F29505D84150400.1.44_SUSE_OS15.0_X86_64)(64bit)’, but this requirement cannot be provided

As far as I know that library is bundled up in samba-libs in opensuse and that’s installed OK.

Does anybody have any suggestions please.

samba-ad-dc-libs is a leftover from Leap 15.4 and is not available for Leap 15.5
So it seems you have some leftovers from prior Leap versions…

Btw when showing repository lists, always use zypper lr -d as it will show the URL. Put the terminal output in preformatted text tags </> here in the forum editor…

See also the SUSE-SLES 15-SP5 release notes (Leap and SLES share the same codebase):

https://bugzilla.opensuse.org/show_bug.cgi?id=1212428

Problem solved. My box had indeed been upgraded from Leap 15.4 to 15.5 Removing samba ad-dc-libs with yast prompted an update to fix dependency issues.

Thanks for your help.