SHA256
1
0
forked from pool/grafana

Accepting request 926954 from home:witekbedyk:branches:server:monitoring

Revert patch file rename. Add patch as source to spec file.

OBS-URL: https://build.opensuse.org/request/show/926954
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=62
This commit is contained in:
Witek Bedyk 2021-10-22 14:27:20 +00:00 committed by Git OBS Bridge
parent 507d1d28da
commit ec23dd53c4
4 changed files with 4 additions and 3 deletions

View File

@ -23,7 +23,7 @@ tar:
tar --format=posix -cf ../$$tar $$basename && \ tar --format=posix -cf ../$$tar $$basename && \
cd $$basename && \ cd $$basename && \
# Patches for the JS frontend go after here \ # Patches for the JS frontend go after here \
patch -p1 -i ../../add-source-code-reference && \ patch -p1 -i ../../0001-Add-source-code-reference.patch && \
# End patches section \ # End patches section \
yarn install --pure-lockfile && \ yarn install --pure-lockfile && \
yarn run build && \ yarn run build && \

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 8 12:28:15 UTC 2021 - Witek Bedyk <witold.bedyk@suse.com> Tue Sep 21 07:27:09 UTC 2021 - Witek Bedyk <witold.bedyk@suse.com>
- Add patch add-source-code-reference - Add patch 0001-Add-source-code-reference.patch
* Add URL to package source code in the login page footer * Add URL to package source code in the login page footer
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -35,6 +35,7 @@ Source2: %{name}-rpmlintrc
Source3: README Source3: README
# Makefile to automate build process # Makefile to automate build process
Source4: Makefile Source4: Makefile
Source5: 0001-Add-source-code-reference.patch
Patch1: drop-grafana-aws-sdk-0.3.0-module.patch Patch1: drop-grafana-aws-sdk-0.3.0-module.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: git-core BuildRequires: git-core