Skip to content

Commit

Permalink
Bump nodejs-theforeman-vendor to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharvit committed Nov 12, 2019
1 parent e85fca6 commit 17cb60a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
%{?scl:%scl_package nodejs-%{npm_name}}
%{!?scl:%global pkg_name %{name}}

%global npm_name @theforeman/vendor

Name: %{?scl_prefix}nodejs-theforeman-vendor
Version: 1.7.0
Release: 3%{?dist}
Name: nodejs-theforeman-vendor
Version: 3.0.0
Release: 1%{?dist}
Summary: foreman supported 3rd-party node_modules
License: MIT
Group: Development/Libraries
URL: https://github.com/theforeman/foreman-js#readme
Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
%if 0%{?scl:1}
BuildRequires: %{?scl_prefix_nodejs}npm
%else
BuildRequires: nodejs-packaging
%endif
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
Provides: %{?scl_prefix}npm(%{npm_name}) = %{version}

%description
%{summary}
Expand All @@ -41,6 +33,9 @@ cp -pfr scss %{buildroot}%{nodejs_sitelib}/%{npm_name}
%doc readme.md

%changelog
* Tue Nov 12 2019 Avi Sharvit <sharvita@gmail.com> 3.0.0-1
- Update to 3.0.0

* Tue Oct 22 2019 Eric D. Helms <ericdhelms@gmail.com> - 1.7.0-3
- Build for SCL

Expand Down
1 change: 0 additions & 1 deletion packages/foreman/nodejs-theforeman-vendor/vendor-1.7.0.tgz

This file was deleted.

1 change: 1 addition & 0 deletions packages/foreman/nodejs-theforeman-vendor/vendor-3.0.0.tgz

0 comments on commit 17cb60a

Please sign in to comment.