rpms/arm4/F-11 arm4.spec,1.3,1.4

David Carter grandcross at fedoraproject.org
Sat Aug 8 07:29:02 UTC 2009


Author: grandcross

Update of /cvs/pkgs/rpms/arm4/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27213

Modified Files:
	arm4.spec 
Log Message:
Fix incorrect dependency




Index: arm4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arm4/F-11/arm4.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- arm4.spec	20 May 2009 14:51:11 -0000	1.3
+++ arm4.spec	8 Aug 2009 07:29:02 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:		arm4
 Version:	0.8.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Application Response Measurement V4.0
 
 Group:		Development/System
@@ -14,8 +14,8 @@ Source3:	arm4-arm4.cron
 Source4:	arm4-arm4.init
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	uuid-devel openssl-devel db4-utils db4-devel libxml2-devel sqlite-devel xerces-c-devel ant ant-javadoc
-Requires:	uuid openssl db4 db4-cxx sqlite
+BuildRequires:	e2fsprogs-devel openssl-devel db4-utils db4-devel libxml2-devel sqlite-devel xerces-c-devel ant ant-javadoc
+Requires:	openssl db4 db4-cxx sqlite
 Requires(pre): shadow-utils	
 
 %description
@@ -168,6 +168,9 @@ rm -rf %{buildroot}
 %{_libdir}/libArmNative.*
 
 %changelog
+* Sat Aug 8 2009 David Carter <dcarter at entertain-me.com> - 0.8.2-2
+- Changed incorrect dependency from uuid-devel to e2fsprogs-devel
+
 * Sun May 3 2009 David Carter <dcarter at entertain-me.com> - 0.8.2-1
 - Improved stability and performance
 - Assorted bug fixes




More information about the fedora-extras-commits mailing list