From 2039b757e393c4ea295d269109413b34368794ca Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Sun, 13 Nov 2005 16:16:27 +0000 Subject: [PATCH] - remove zero epoch, req exact release - rebuild against new openssl --- samba.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/samba.spec b/samba.spec index 5e48d7f..e2979c0 100644 --- a/samba.spec +++ b/samba.spec @@ -3,8 +3,7 @@ Summary: The Samba SMB server. Name: samba Version: 3.0.20 -Release: 2 -Epoch: 0 +Release: 2.test License: GNU GPL Version 2 Group: System Environment/Daemons URL: http://www.samba.org/ @@ -55,8 +54,8 @@ Patch111: samba-3.0.13-smbclient.patch Patch112: samba-3.0.15pre2-bug106483.patch Patch113: samba-3.0.20-warnings.patch -Requires: pam >= 0:0.64 %{auth} samba-common = %{epoch}:%{version} -Requires: logrotate >= 0:3.4 initscripts >= 0:5.54-1 +Requires: pam >= 0.64 %{auth} samba-common = %{version}-%{release} +Requires: logrotate >= 3.4 initscripts >= 5.54-1 BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall Prereq: fileutils sed /etc/init.d @@ -81,7 +80,7 @@ need the NetBEUI (Microsoft Raw NetBIOS frame) protocol. %package client Summary: Samba (SMB) client programs. Group: Applications/System -Requires: samba-common = %{epoch}:%{version} +Requires: samba-common = %{version}-%{release} Obsoletes: smbfs %description client @@ -100,7 +99,7 @@ packages of Samba. %package swat Summary: The Samba SMB server configuration program. Group: Applications/System -Requires: samba = %{epoch}:%{version} xinetd +Requires: samba = %{version}-%{release} xinetd %description swat The samba-swat package includes the new SWAT (Samba Web Administration @@ -451,6 +450,10 @@ fi %{_mandir}/man8/libsmbclient.8* %changelog +* Sun Nov 13 2005 Warren Togami 3.0.20-2.test +- remove zero epoch, req exact release +- rebuild against new openssl + * Mon Aug 22 2005 Jay Fenlason 3.0.20-2 - New upstream release Includes five upstream patches -bug3010_v1, -groupname_enumeration_v3,