Move sql files to schemas directory

This commit is contained in:
Tomas Kopecek 2023-08-29 15:36:01 +02:00
parent cc4763f7e7
commit 23ba4c2c3b
38 changed files with 24 additions and 14 deletions

View file

@ -428,7 +428,7 @@ make DESTDIR=$RPM_BUILD_ROOT KOJI_MINIMAL=1 PYTHON=%{__python3} install
popd
%endif
%if 0%{py3_support} > 1
for D in kojihub builder plugins util www vm docs ; do
for D in kojihub builder plugins util www vm schemas ; do
pushd $D
make DESTDIR=$RPM_BUILD_ROOT PYTHON=%{__python3} install
popd
@ -498,7 +498,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%config(noreplace) /etc/koji.conf
%dir /etc/koji.conf.d
%doc docs/source Authors COPYING LGPL
%doc docs Authors COPYING LGPL
%{_datadir}/koji/*.sql
%if 0%{py2_support}