Accepting request 1074016 from network:samba:STABLE
- Update to 4.18.0 * SMB server performance improvements * More succinct samba-tool error messages * Color output with samba-tool --color The NO_COLOR environment variable will disable colour output * New samba-tool dsacl subcommand for deleting ACEs * New wbinfo option --change-secret-at * Net option to change the NT ACL default location * Azure AD / Office365 synchronization improvements OBS-URL: https://build.opensuse.org/request/show/1074016 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=294
This commit is contained in:
commit
6bfc7d483f
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.suse.de/samba/suse-samba.git/</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">factory-4-17-stable</param>
|
||||
<param name="revision">factory-4-18-stable</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">samba-(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ae272793a8bbcf2e229b48ad286dec4b56660f6e900556080fa61baebb5d765
|
||||
size 34354551
|
3
samba-4.18.0+git.294.508b693e5c.tar.bz2
Normal file
3
samba-4.18.0+git.294.508b693e5c.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c06914375aa668ad62ed3d8b812ddf8c45609dfc8f279d462ef386e45382cbd
|
||||
size 43838365
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 08:09:32 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to 4.18.0
|
||||
* SMB server performance improvements
|
||||
* More succinct samba-tool error messages
|
||||
* Color output with samba-tool --color
|
||||
The NO_COLOR environment variable will disable colour output
|
||||
* New samba-tool dsacl subcommand for deleting ACEs
|
||||
* New wbinfo option --change-secret-at
|
||||
* Net option to change the NT ACL default location
|
||||
* Azure AD / Office365 synchronization improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 08:21:13 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
16
samba.spec
16
samba.spec
@ -38,10 +38,10 @@
|
||||
%define build_ceph 1
|
||||
%endif
|
||||
|
||||
%define talloc_version 2.3.4
|
||||
%define tevent_version 0.13.0
|
||||
%define tdb_version 1.4.7
|
||||
%define ldb_version 2.6.1
|
||||
%define talloc_version 2.4.0
|
||||
%define tevent_version 0.14.1
|
||||
%define tdb_version 1.4.8
|
||||
%define ldb_version 2.7.1
|
||||
|
||||
# This table represents the possible combinations of build macros.
|
||||
# They are defined only if not already defined in the build service
|
||||
@ -158,7 +158,7 @@ BuildRequires: liburing-devel
|
||||
%endif
|
||||
BuildRequires: sysuser-tools
|
||||
|
||||
Version: 4.17.5+git.320.c38ca0f84a
|
||||
Version: 4.18.0+git.294.508b693e5c
|
||||
Release: 0
|
||||
URL: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
@ -1298,6 +1298,7 @@ exit 0
|
||||
%_includedir/samba-4.0/gen_ndr/misc.h
|
||||
%_includedir/samba-4.0/gen_ndr/ndr_misc.h
|
||||
%_includedir/samba-4.0/gen_ndr/auth.h
|
||||
%_includedir/samba-4.0/gen_ndr/claims.h
|
||||
%_includedir/samba-4.0/gen_ndr/dcerpc.h
|
||||
%_includedir/samba-4.0/gen_ndr/drsblobs.h
|
||||
%_includedir/samba-4.0/gen_ndr/drsuapi.h
|
||||
@ -1449,6 +1450,7 @@ exit 0
|
||||
%{_libdir}/samba/liblibcli-lsa3-samba4.so
|
||||
%{_libdir}/samba/liblibcli-netlogon3-samba4.so
|
||||
%{_libdir}/samba/liblibsmb-samba4.so
|
||||
%{_libdir}/samba/libstable-sort-samba4.so
|
||||
%{_libdir}/libtevent-util.so.*
|
||||
%{_libdir}/samba/libmessages-dgm-samba4.so
|
||||
%{_libdir}/samba/libmessages-util-samba4.so
|
||||
@ -1842,8 +1844,12 @@ exit 0
|
||||
%{_datadir}/samba/setup/display-specifiers/DisplaySpecifiers-Win2k8R2.txt
|
||||
%dir %{_datadir}/samba/admx
|
||||
%{_datadir}/samba/admx/samba.admx
|
||||
%{_datadir}/samba/admx/GNOME_Settings.admx
|
||||
%dir %{_datadir}/samba/admx/en-US
|
||||
%{_datadir}/samba/admx/en-US/samba.adml
|
||||
%{_datadir}/samba/admx/en-US/GNOME_Settings.adml
|
||||
%dir %{_datadir}/samba/admx/ru-RU
|
||||
%{_datadir}/samba/admx/ru-RU/GNOME_Settings.adml
|
||||
%{_mandir}/man8/samba.8.*
|
||||
%{_mandir}/man8/samba_downgrade_db.8.*
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user