Skip to content

Commit

Permalink
fixes #9624 - install default custom parameters config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Mar 3, 2015
1 parent 9ef64c3 commit e27216c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEMFILE

mkdir -p %{buildroot}%{foreman_pluginconf_dir}
mv %{buildroot}/%{gem_instdir}/custom_parameters.yaml.example \
%{buildroot}%{foreman_pluginconf_dir}/%{gem_name}.yaml.example
%{buildroot}%{foreman_pluginconf_dir}/%{gem_name}.yaml

%files
%dir %{gem_instdir}
Expand All @@ -89,11 +89,11 @@ mv %{buildroot}/%{gem_instdir}/custom_parameters.yaml.example \
%exclude %{gem_cache}
%{gem_spec}
%{foreman_bundlerd_dir}/%{gem_name}.rb
%doc %{foreman_pluginconf_dir}/%{gem_name}.yaml.example
%config(noreplace) %{foreman_pluginconf_dir}/%{gem_name}.yaml
%doc %{gem_instdir}/LICENSE

%exclude %{gem_instdir}/test
%exclude %{gem_dir}/cache/%{gem_name}-%{version}.gem
%exclude %{gem_cache}

%files doc
%doc %{gem_instdir}/LICENSE
Expand Down

0 comments on commit e27216c

Please sign in to comment.