diff --git a/nodejs-is-unc-path.spec b/nodejs-is-unc-path.spec index 8ea9850..a814b65 100644 --- a/nodejs-is-unc-path.spec +++ b/nodejs-is-unc-path.spec @@ -5,7 +5,7 @@ Name: nodejs-is-unc-path Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Returns true if a filepath is a windows UNC file path License: MIT @@ -65,6 +65,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/%{packagename} %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue May 01 2018 Jared K. Smith - 1.0.0-1 - Update to upstream 1.0.0 release