Skip to content

Commit

Permalink
files from subdirs (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Feb 23, 2017
1 parent af69f95 commit bd2c3a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ rm -rf $RPM_BUILD_ROOT/%{_libexecdir}/warewulf/wwfirstboot/*
rm -rf $RPM_BUILD_ROOT

%files
cd %{dname}
%defattr(-, root, root)
%{OHPC_HOME}
%{OHPC_PUB}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT


%files
cd %{dname}
%defattr(-, root, root)
%{OHPC_HOME}
%{OHPC_PUB}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ rm -rf $RPM_BUILD_ROOT


%files
cd %{dname}
%defattr(-,root,root)
%{OHPC_PUB}
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT


%files
cd %{dname}
%defattr(-, root, root)
%{OHPC_PUB}
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ rm -rf $RPM_BUILD_ROOT


%files
cd %{dname}
%defattr(-,root,root)
%{OHPC_HOME}
%{OHPC_PUB}
Expand Down

0 comments on commit bd2c3a5

Please sign in to comment.