Hello community,

here is the log from the commit of package grafana for openSUSE:Factory checked 
in at 2020-05-19 14:49:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grafana (Old)
 and      /work/SRC/openSUSE:Factory/.grafana.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grafana"

Tue May 19 14:49:53 2020 rev:10 rq:807124 version:6.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/grafana/grafana.changes  2020-05-12 
22:31:00.263703130 +0200
+++ /work/SRC/openSUSE:Factory/.grafana.new.2738/grafana.changes        
2020-05-19 14:49:59.436270519 +0200
@@ -1,0 +2,5 @@
+Thu May 14 13:57:48 UTC 2020 - Enno Gotthold <[email protected]>
+
+- Add instructions for patching the Grafana javascript frontend.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Makefile ++++++
--- /var/tmp/diff_new_pack.ptIrVJ/_old  2020-05-19 14:50:00.324272488 +0200
+++ /var/tmp/diff_new_pack.ptIrVJ/_new  2020-05-19 14:50:00.324272488 +0200
@@ -21,6 +21,9 @@
         gunzip ../$$tar.gz && \
        tar -xf ../$$tar && \
        cd $$basename && \
+       # Patches for the JS frontend go after here
+       # No patches currently needed 
+       # End patches section
        # exclude the phantomjs-prebuilt binary module from the webpack \
        sed -i '/phantomjs-prebuilt/d' package.json && \
        # nuke grunt task for copying phantomjs \

++++++ README ++++++
--- /var/tmp/diff_new_pack.ptIrVJ/_old  2020-05-19 14:50:00.344272533 +0200
+++ /var/tmp/diff_new_pack.ptIrVJ/_new  2020-05-19 14:50:00.344272533 +0200
@@ -26,4 +26,15 @@
 Then, to package a new release of Grafana, run `make` then `osc ci`
 and you should be good.
 
+If you have a patch for the Javascript frontend to apply you need
+to do the following:
+
+- Create the patch and add it with `osc add <PATCH>` to the repo
+- Open the Makefile
+- Add after the `cd $$basename && \` the patch with:
+  `patch -p1 < ../../000x-<NAME>.patch && \`
+- Do NOT add the patch to the Specfile.
+- Then use the process of building Grafana as described above.
+
 Please direct any questions to Tim Serong <[email protected]>
+If Tim is not available you may also contact Enno Gotthold <[email protected]>


Reply via email to