diff --git a/server/samba/actions.py b/server/samba/actions.py
index ad562044ff..a9e2c872cc 100644
--- a/server/samba/actions.py
+++ b/server/samba/actions.py
@@ -62,7 +62,7 @@ def install():
shelltools.system("install -d %s/usr/lib/cups/backend" % get.installDIR())
pisitools.dosym("/usr/bin/smbspool", "/usr/lib/cups/backend/smb")
- pisitools.remove("/usr/lib/python3.8/site-packages/_tdb_text.py")
- pisitools.remove("/usr/lib/python3.8/site-packages/tdb.cpython-38-x86_64-linux-gnu.so")
- pisitools.remove("/usr/lib/python3.8/site-packages/tevent.py")
- pisitools.remove("/usr/lib/python3.8/site-packages/_tevent.cpython-38-x86_64-linux-gnu.so")
+ pisitools.remove("/usr/lib/python3.9/site-packages/_tdb_text.py")
+ pisitools.remove("/usr/lib/python3.9/site-packages/tdb.cpython-39-x86_64-linux-gnu.so")
+ pisitools.remove("/usr/lib/python3.9/site-packages/tevent.py")
+ pisitools.remove("/usr/lib/python3.9/site-packages/_tevent.cpython-39-x86_64-linux-gnu.so")
diff --git a/server/samba/pspec.xml b/server/samba/pspec.xml
index 5bfda1d132..639e0ac1cd 100644
--- a/server/samba/pspec.xml
+++ b/server/samba/pspec.xml
@@ -12,7 +12,7 @@
service
A suite of SMB and CIFS client/server programs for UNIX
samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 4, Samba not only provides file and print services for various Microsoft Windows clients but can also integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a Domain Member. It can also be part of an Active Directory domain.
- https://download.samba.org/pub/samba/samba-4.14.5.tar.gz
+ https://download.samba.org/pub/samba/samba-4.14.7.tar.gz
acl-devel
pam-devel
@@ -73,12 +73,13 @@
/usr/bin
/usr/lib/cups
/usr/lib/lib*.so*
- /usr/lib/python3.8
+ /usr/lib/python3.9
/usr/lib/samba
/usr/lib/tmpfiles.d
/usr/libexec
/usr/sbin
/usr/share/samba
+ /usr/share/man
lmhosts
@@ -108,6 +109,13 @@
+
+ 2021-10-24
+ 4.14.7
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-06-22
4.14.5