Skip to content

Commit

Permalink
[dist] added removal of ruby spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Jan 22, 2016
1 parent ed1774f commit 2436255
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/obs-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ make -C src/api test

make -C dist test

# TODO - clarify if test suite is needed as extra package (M0ses)
rm -rf $RPM_BUILD_ROOT/srv/www/obs/api/spec

%pre
getent group obsrun >/dev/null || groupadd -r obsrun
Expand Down Expand Up @@ -630,6 +632,7 @@ chown %{apache_user}:%{apache_group} /srv/www/obs/api/log/production.log
%ghost /srv/www/obs/api/log/lastevents.access.log
%ghost /srv/www/obs/api/log/production.log


%files -n obs-common
%defattr(-,root,root)
/var/adm/fillup-templates/sysconfig.obs-server
Expand Down

0 comments on commit 2436255

Please sign in to comment.