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:
parent
507d1d28da
commit
ec23dd53c4
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ tar:
|
||||
tar --format=posix -cf ../$$tar $$basename && \
|
||||
cd $$basename && \
|
||||
# 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 \
|
||||
yarn install --pure-lockfile && \
|
||||
yarn run build && \
|
||||
|
@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -35,6 +35,7 @@ Source2: %{name}-rpmlintrc
|
||||
Source3: README
|
||||
# Makefile to automate build process
|
||||
Source4: Makefile
|
||||
Source5: 0001-Add-source-code-reference.patch
|
||||
Patch1: drop-grafana-aws-sdk-0.3.0-module.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: git-core
|
||||
|
Loading…
Reference in New Issue
Block a user