fix: add nginx config in install
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
This commit is contained in:
@@ -10,7 +10,7 @@ URL: https://git.netoik.io/samuel/%(make name)
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Buildarch: %(make build_arch)
|
||||
BuildRequires: make
|
||||
Requires: netoik-db netoik-cache git
|
||||
Requires: netoik-rp netoik-db netoik-cache git
|
||||
|
||||
%description
|
||||
Install the Git UI server called Gitea.
|
||||
@@ -69,8 +69,10 @@ if [ %1 == 0 ]; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%attr(644, root, root) %{_sysconfdir}/nginx/conf.d/git.netoik.io.conf
|
||||
|
||||
%dir %attr(755, root, root) %{_sysconfdir}/gitea
|
||||
%attr(600, root, root) %{_sysconfdir}/gitea/app.ini
|
||||
%attr(640, root, gitea) %{_sysconfdir}/gitea/app.ini
|
||||
|
||||
%attr(644, root, root) %{_unitdir}/gitea.service
|
||||
%attr(644, root, root) %{_unitdir}/actrunner@.service
|
||||
|
||||
Reference in New Issue
Block a user