diff --git a/SPECS/nodejs-lockfile.spec b/SPECS/nodejs-lockfile.spec index fc6ae75..47fe7ff 100644 --- a/SPECS/nodejs-lockfile.spec +++ b/SPECS/nodejs-lockfile.spec @@ -4,14 +4,11 @@ Name: %{?scl_prefix}nodejs-lockfile Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A very polite lock file utility - -Group: System Environment/Libraries -License: BSD +License: ISC URL: https://github.com/isaacs/lockfile Source0: https://registry.npmjs.org/lockfile/-/lockfile-%{version}.tgz -BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if 0%{?fedora} >= 19 @@ -33,21 +30,19 @@ patiently for others. #nothing to do %install -rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/lockfile cp -pr package.json lockfile.js test %{buildroot}%{nodejs_sitelib}/lockfile %nodejs_symlink_deps -%clean -rm -rf %buildroot - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/lockfile %doc LICENSE README.md %changelog +* Thu Jun 09 2016 Zuzana Svetlikova - 1.0.1-3 +- Resolves: rhbz#1334856 , fixes wrong license + * Sun Feb 14 2016 Zuzana Svetlikova - 1.0.1-2 - rebuilt