Skip to content

Commit

Permalink
Removing config(noreplace) flag from module file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrath committed Jun 30, 2017
1 parent 91b4c58 commit 8215c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdmod-supremm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/xdmod/
%{_datadir}/xdmod/
%{_docdir}/%{name}-%{version}__PRERELEASE__/
%{_sysconfdir}/modules.d/supremm.json

%config(noreplace) %{_datadir}/xdmod/etl/js/config/supremm/etl.profile.js
%config(noreplace) %{_sysconfdir}/xdmod/*.d/supremm.ini
%config(noreplace) %{_sysconfdir}/xdmod/*.d/supremm*.json
%config(noreplace) %{_sysconfdir}/xdmod/rawstatisticsconfig.json
%config(noreplace) %{_sysconfdir}/xdmod/supremmconfig.json
%config(noreplace) %{_sysconfdir}/xdmod/aggregation_meta/modw_aggregates.supremmfact_aggregation_meta.json
%config(noreplace) %{_sysconfdir}/modules.d/supremm.json

%changelog
* Thu May 11 2017 Jeffrey T. Palmer <jtpalmer@buffalo.edu> 6.6.0-1.0
Expand Down

0 comments on commit 8215c1c

Please sign in to comment.