]> git.pld-linux.org Git - packages/samba.git/commitdiff
- rel 3.2
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 6 Jun 2007 20:10:47 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- tried to fix linking breakage

Changed files:
    samba.spec -> 1.357

samba.spec

index ced79d3111405e4d5f3988ea62ee5b0b901c5db6..b1108650cf40ec3f997757721c54a0a79de528e4 100644 (file)
@@ -1,5 +1,9 @@
 # TODO:
 # - look into other distro specs for valid %descriptions for samba 3
+# - linking breakage:
+# libmsrpc.so.0:
+#      undefined symbol: smbc_attr_server      (./libmsrpc.so.0)
+# maybe more
 #
 # Conditional build:
 %bcond_without ads             # without ActiveDirectory support
@@ -31,7 +35,7 @@ Summary(uk.UTF-8):    SMB клієнт та сервер
 Summary(zh_CN.UTF-8):  Samba 客户端和服务器
 Name:          samba
 Version:       3.0.24
-Release:       3
+Release:       3.2
 Epoch:         1
 License:       GPL v2
 Group:         Networking/Daemons
@@ -53,6 +57,7 @@ Patch2:               %{name}-c++-nofail.patch
 Patch3:                %{name}-pthread.patch
 Patch4:                %{name}-libsmbclient-libnscd_link.patch
 Patch5:                %{name}-doc.patch
+Patch6:                %{name}-libs-needed.patch
 URL:           http://www.samba.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
@@ -939,6 +944,7 @@ Documentacja samby w formacie PDF.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html
 
 cd examples/VFS
This page took 0.105769 seconds and 4 git commands to generate.