2 Commits

Author SHA1 Message Date
c9c870b0b5 fix: add postgres files
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
2026-02-22 00:10:25 +01:00
0ac3985acc fix: file names 2026-02-22 00:09:02 +01:00
4 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ build_arch:
.PHONY: install
install:
install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/postgres $(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d
install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/postgres files/postgres/postgresql.conf files/nginx/default.conf
install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/postgres files/postgres/postgresql.conf files/postgres/pg_hba.conf
install --target-directory=$(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d filrs/systemd/postgres.conf
$(RPM_TARBALL_PATH): *

View File

@@ -5,7 +5,7 @@ Version: %(make version)
Release: %(make release)
Summary: Netoik Reverse Proxy
License: MIT
URL: https://git.netoik.io/samuel/netoik-rp
URL: https://git.netoik.io/samuel/%(make name)
Source0: %{name}-%{version}.tar.gz
Buildarch: %(make build_arch)