rpms/ReviewBoard/EL-5 ReviewBoard.spec,1.3,1.4

Stephen Gallagher sgallagh at fedoraproject.org
Tue Mar 16 14:59:59 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/ReviewBoard/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27706

Modified Files:
	ReviewBoard.spec 
Log Message:
* Tue Mar 16 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-4.beta1
- Remove requires.txt




Index: ReviewBoard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-5/ReviewBoard.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ReviewBoard.spec	12 Mar 2010 20:43:32 -0000	1.3
+++ ReviewBoard.spec	16 Mar 2010 14:59:58 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        3.beta1%{?dist}
+Release:        4.beta1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -55,7 +55,7 @@ chmod +x $RPM_BUILD_ROOT/%{python_siteli
 # It isn't needed, because RPM will guarantee the dependency itself
 %if 0%{?rhel} > 0
 %if 0%{?rhel} <= 5
-rm -f $RPM_BUILD_ROOT/%{python_sitelib}/%{name}-%{version}-py2.4.egg-info/requires.txt
+rm -f $RPM_BUILD_ROOT/%{python_sitelib}/%{name}*.egg-info/requires.txt
 %endif
 %endif
 
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Tue Mar 16 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-4.beta1
+- Remove requires.txt
+
 * Fri Mar 12 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-3.beta1
 - Fix some places where 'beta1' was missing, causing build failure
 



More information about the scm-commits mailing list