Skip to content

Commit 1f2d9a9

Browse files
committed
Add elephant-shed-powa.rpm
1 parent f9adf7d commit 1f2d9a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rpm/elephant-shed.spec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ systemctl daemon-reload
7979
install -d -o postgres -g postgres /var/lib/pgbackrest /var/www/html/pgbackrest
8080
chown postgres: /etc/pgbackrest.conf
8181

82+
%package -n elephant-shed-powa
83+
Summary: PostgreSQL dashboard -- powa
84+
%description -n elephant-shed-powa
85+
The Elephant Shed is a web-based PostgreSQL management front-end.
86+
.
87+
This package provides the integration with powa
88+
%post -n elephant-shed-powa
89+
8290
%package -n elephant-shed-grafana
8391
Requires: curl
8492
Requires: grafana >= 5
@@ -231,6 +239,7 @@ sed -i -e 's!^ARGS=!NODE_EXPORTER_OPTS=!' %{buildroot}/etc/default/elephant-shed
231239
%files -n elephant-shed-postgresql -f files-elephant-shed-postgresql
232240
%files -n elephant-shed-pgbadger -f files-elephant-shed-pgbadger
233241
%files -n elephant-shed-pgbackrest -f files-elephant-shed-pgbackrest
242+
%files -n elephant-shed-powa -f files-elephant-shed-powa
234243
%files -n elephant-shed-grafana -f files-elephant-shed-grafana
235244
%files -n elephant-shed-prometheus -f files-elephant-shed-prometheus
236245
%files -n elephant-shed-prometheus-node-exporter -f files-elephant-shed-prometheus-node-exporter

0 commit comments

Comments
 (0)