Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2020-09-23 18:42:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and      /work/SRC/openSUSE:Factory/.pgadmin4.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pgadmin4"

Wed Sep 23 18:42:30 2020 rev:14 rq:836144 version:4.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes        2020-09-21 
17:47:40.837153740 +0200
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.4249/pgadmin4.changes      
2020-09-23 18:43:40.337501895 +0200
@@ -1,0 +2,7 @@
+Mon Sep 21 18:45:31 UTC 2020 - Andreas Schneider <[email protected]>
+
+- Specify path for pg_dump and pg_restore
+- Disable update check (if you're on leap or other you wont be able
+  to upgrade to a newer version anyway)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pgadmin4.spec ++++++
--- /var/tmp/diff_new_pack.J3YyGt/_old  2020-09-23 18:43:41.617503072 +0200
+++ /var/tmp/diff_new_pack.J3YyGt/_new  2020-09-23 18:43:41.617503072 +0200
@@ -206,8 +206,16 @@
 
 cd %{buildroot}%{python3_sitelib}/%{name}-web
 rm -f %{name}.db
-echo "SERVER_MODE = False" > config_distro.py
-echo "HTML_HELP = '%{_datadir}/doc/%{name}-docs/en_US/html/'" >> 
config_distro.py
+
+cat << EOF > config_distro.py
+SERVER_MODE = False
+HTML_HELP = '%{_datadir}/doc/%{name}-docs/en_US/html/'
+UPGRADE_CHECK_ENABLED = False
+DEFAULT_BINARY_PATHS = {
+    "pg": "%{_bindir}"
+}
+EOF
+
 chmod -x %{buildroot}%{_docdir}/%{name}-docs/en_US/images/*
 rm %{buildroot}%{python3_sitelib}/%{name}-web/regression/.gitignore
 rm %{buildroot}%{_docdir}/%{name}-docs/en_US/.gitignore




Reply via email to