rpms/samba/F-10 samba.spec,1.173,1.174

Guenther Deschner gd at fedoraproject.org
Tue Apr 28 13:10:10 UTC 2009


Author: gd

Update of /cvs/pkgs/rpms/samba/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv919

Modified Files:
	samba.spec 
Log Message:
Fix "force user"
resolves: #497708

Guenther



Index: samba.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba/F-10/samba.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -p -r1.173 -r1.174
--- samba.spec	18 Apr 2009 23:30:41 -0000	1.173
+++ samba.spec	28 Apr 2009 13:09:39 -0000	1.174
@@ -1,4 +1,4 @@
-%define main_release 30
+%define main_release 31
 %define samba_version 3.2.11
 %define tdb_version 1.1.1
 %define talloc_version 1.2.0
@@ -46,6 +46,7 @@ Patch107: samba-3.2.0pre1-grouppwd.patch
 Patch110: samba-3.0.21pre1-smbspool.patch
 Patch111: samba-3.0.13-smbclient.patch
 Patch200: samba-3.0.25rc1-inotifiy.patch
+Patch201: samba-3.2.11-force_user.patch
 
 Requires(pre): samba-common = %{epoch}:%{version}-%{release}
 Requires: pam >= 0:0.64
@@ -252,6 +253,7 @@ cp %{SOURCE11} packaging/Fedora/
 #%patch110 -p1 -b .smbspool # FIXME: does not apply
 #%patch111 -p1 -b .smbclient # FIXME: does not apply
 #%patch200 -p0 -b .inotify # FIXME: does not compile
+%patch201 -p1 -b .force_user
 
 mv source/VERSION source/VERSION.orig
 sed -e 's/SAMBA_VERSION_VENDOR_SUFFIX=$/&\"%{samba_release}\"/' < source/VERSION.orig > source/VERSION
@@ -826,6 +828,10 @@ exit 0
 %{_datadir}/pixmaps/samba/logo-small.png
 
 %changelog
+* Tue Apr 28 2009 Guenther Deschner <gdeschner at redhat.com> - 3.2.11-0.31
+- Fix "force user"
+- resolves: #497708
+
 * Sun Apr 19 2009 Guenther Deschner <gdeschner at redhat.com> - 3.2.11-0.30
 - Update to 3.2.11
 




More information about the scm-commits mailing list