[nodejs/el6] change the c-ares-devel Requires in -devel to match the BuildRequires

T.C. Hollingsworth patches at fedoraproject.org
Mon Apr 15 03:33:14 UTC 2013


commit 2a4772a76e6e38f14767d34f0163efe88f41eec8
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Apr 14 19:48:29 2013 -0700

    change the c-ares-devel Requires in -devel to match the BuildRequires

 nodejs.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 65e4b21..803421d 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -61,7 +61,7 @@ real-time applications that run across distributed devices.
 Summary: JavaScript runtime - development headers
 Group: Development/Languages
 Requires: %{name} == %{version}-%{release}
-Requires: libuv-devel http-parser-devel openssl-devel c-ares-devel zlib-devel
+Requires: libuv-devel http-parser-devel openssl-devel c-ares19-devel zlib-devel
 
 %description devel
 Development headers for the Node.js JavaScript runtime.
@@ -194,6 +194,7 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
 - add nodejs_find_provides_and_requires macro to invoke dependency generator
 - invoke the standard RPM provides and requires generators from the Node.js ones
 - write native module Requires from nodejs.req
+- change the c-ares-devel Requires in -devel to match the BuildRequires
 
 * Tue Apr 09 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.10.3-2.1
 - Build against c-ares 1.9


More information about the scm-commits mailing list