diff --git a/nodejs-request.spec b/nodejs-request.spec index 3c7f647..2acfabd 100644 --- a/nodejs-request.spec +++ b/nodejs-request.spec @@ -4,12 +4,12 @@ Name: nodejs-request Version: 2.25.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simplified HTTP request client License: ASL 2.0 Group: Development/Libraries URL: https://github.com/mikeal/request -Source0: http://registry.npmjs.org/request/-/request-%{version}.tgz +Source0: https://registry.npmjs.org/request/-/request-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -43,6 +43,8 @@ PUT or POST request. It also supports a few simple server and proxy functions. #remove bundled modules rm -rf node_modules +%{nodejs_fixdep} form-data "^0.2.0" + %build #nothing to do @@ -69,9 +71,13 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{nodejs_sitelib}/request -%doc README.md LICENSE +%doc README.md +%license LICENSE %changelog +* Sat Nov 21 2015 Tom Hughes - 2.25.0-4 +- update form-data dependency + * Wed Jun 17 2015 Fedora Release Engineering - 2.25.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild