diff --git a/samba-4-15-fix-autorid.patch b/samba-4-15-fix-autorid.patch index c90c0ce..f63464c 100644 --- a/samba-4-15-fix-autorid.patch +++ b/samba-4-15-fix-autorid.patch @@ -149,7 +149,7 @@ index 98bcc219b1e..58ba46bc15f 100644 + if (maxranges < 2) { + fprintf(stderr, + "ERROR: The idmap autorid range " -+ "[%u-%u] needs to be at least twice as" ++ "[%u-%u] needs to be at least twice as " + "big as the rangesize [%u]!" + "\n\n", + c->low, diff --git a/samba.spec b/samba.spec index 3168f31..3a40ff2 100644 --- a/samba.spec +++ b/samba.spec @@ -132,7 +132,7 @@ %define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") -%global baserelease 102 +%global baserelease 103 %global samba_version 4.15.5 %global talloc_version 2.3.3 @@ -4108,6 +4108,9 @@ fi %endif %changelog +* Mon Feb 21 2022 Andreas Schneider - 4.15.5-103 +- related: rhbz#2044231 - Fix typo in testparm output + * Thu Feb 17 2022 Andreas Schneider - 4.15.5-102 - resolves: rhbz#2044231 - Improve idmap autorid sanity checks and documentation