- Update to version 4.8.0:
* The Docker container now supports the following new environment variables: GEOIPUPDATE_CONF_FILE and GEOIPUPDATE_DB_DIR OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=38
This commit is contained in:
parent
11e0e6e31f
commit
233bd09be4
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://github.com/maxmind/geoipupdate</param>
|
||||
<param name="revision">v4.7.1</param>
|
||||
<param name="revision">v4.8.0</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/maxmind/geoipupdate</param>
|
||||
<param name="changesrevision">8bb6d26f0b015d27a3470bfe1171c6c68ff4b106</param>
|
||||
<param name="changesrevision">4bf61478cbaf0c0286e7c2f71d0b0f2d473a5ba8</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92834b2472ab810c1c3273a4678a13280c055a92eb74874b985a4dacda9587f3
|
||||
size 34253
|
3
geoipupdate-4.8.0.tar.gz
Normal file
3
geoipupdate-4.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bd5a6922887469f2895c927d193de7ac2cf24ee02d662c05686f8f782564c67
|
||||
size 34238
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 08 15:51:20 UTC 2021 - info@paolostivanin.com
|
||||
|
||||
- Update to version 4.8.0:
|
||||
* The Docker container now supports the following new environment
|
||||
variables: GEOIPUPDATE_CONF_FILE and GEOIPUPDATE_DB_DIR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 07:05:44 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# Common info
|
||||
Name: geoipupdate
|
||||
Version: 4.7.1
|
||||
Version: 4.8.0
|
||||
Release: 0
|
||||
Summary: GeoIP update client code
|
||||
License: Apache-2.0 OR MIT
|
||||
@ -54,6 +54,7 @@ Requires: geolite2legacy
|
||||
Script for updating data in GeoIP Legacy format.
|
||||
|
||||
|
||||
|
||||
# Preparation step (unpackung and patching if necessary)
|
||||
%prep
|
||||
%setup -q -a1
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3ae594127053741abe64e1ebbd54984f027d2277ada9f8bc6e0710dfc97e4d7
|
||||
oid sha256:ed9c81a6983dbad86eb49088492c9a63461b17c5d600f4b907d1b47bc169a51f
|
||||
size 6686720
|
||||
|
Loading…
x
Reference in New Issue
Block a user