Samba version bump to 4.4.5 service.py fix

This commit is contained in:
Ergün Salman
2016-07-24 15:55:34 +03:00
committed by GitHub
parent 002b68386c
commit 202b4bbce9
+13 -4
View File
@@ -11,8 +11,8 @@
<License>GPLv2</License>
<IsA>service</IsA>
<Summary>A suite of SMB and CIFS client/server programs for UNIX</Summary>
<Description>samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 3, 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.</Description>
<Archive sha1sum="c65c0d38f7c037b5c053d138b799114d558874fd" type="targz">http://us1.samba.org/samba/ftp/stable/samba-4.2.3.tar.gz</Archive>
<Description>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.</Description>
<Archive sha1sum="4420f3da0ce00090e6ae74ffbc3043d6eb53b566" type="targz">http://us1.samba.org/samba/ftp/stable/samba-4.4.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>keyutils</Dependency>
<Dependency>acl-devel</Dependency>
@@ -31,7 +31,7 @@
<!--Dependency>ctdb-devel</Dependency-->
<Dependency>cups-devel</Dependency>
<Dependency>avahi-devel</Dependency>
<!--Dependency>dmapi-devel</Dependency-->
<Dependency>dmapi-devel</Dependency>
<!--Dependency>gamin-devel</Dependency-->
<Dependency>gnutls-devel</Dependency>
<Dependency>libaio-devel</Dependency>
@@ -96,8 +96,10 @@
<Path fileType="library">/lib/security</Path>
<Path fileType="data">/usr/share/samba</Path>
<Path fileType="data">/usr/share/perl5</Path>
<Path fileType="data">/usr/libexec/samba/</Path>
<Path fileType="data">/usr/libexec/ctdb/</Path>
<Path fileType="data">/var/cache/samba</Path>
<Path fileType="data">/var/run/ctdb</Path>
<Path fileType="data">/var/run/ctdb</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="config">/usr/lib/tmpfiles.d/samba.conf</Path>
</Files>
@@ -132,6 +134,13 @@
</Package>
<History>
<Update release="3">
<Date>2016-07-24</Date>
<Version>4.4.5</Version>
<Comment>Version Bump fix service.py</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-15</Date>
<Version>4.2.3</Version>