Hello community,

here is the log from the commit of package xtables-geoip for openSUSE:Leap:15.2 
checked in at 2020-02-06 21:36:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/xtables-geoip (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.xtables-geoip.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xtables-geoip"

Thu Feb  6 21:36:40 2020 rev:14 rq:770079 version:20200201

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/xtables-geoip/xtables-geoip.changes    
2020-01-15 16:31:51.456869521 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.xtables-geoip.new.26092/xtables-geoip.changes 
2020-02-06 21:36:46.088113693 +0100
@@ -1,0 +2,16 @@
+Mon Feb  3 11:11:19 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Use script from xtables-addons-3.8 for building
+
+-------------------------------------------------------------------
+Sat Feb  1 08:23:11 UTC 2020 - Arjen de Korte <suse+bu...@de-korte.org>
+
+- Update database files to 20200201
+
+-------------------------------------------------------------------
+Tue Jan  7 21:22:42 UTC 2020 - Arjen de Korte <suse+bu...@de-korte.org>
+
+- Change database provider to DBIP (add xt_geoip_build script)
+- Update database files to 20200101
+
+-------------------------------------------------------------------

Old:
----
  GeoLite2-Country-CSV_20191224.zip

New:
----
  dbip-country-lite-2020-02.csv.gz

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

Other differences:
------------------
++++++ xtables-geoip.spec ++++++
--- /var/tmp/diff_new_pack.NFOH0D/_old  2020-02-06 21:36:46.676113943 +0100
+++ /var/tmp/diff_new_pack.NFOH0D/_new  2020-02-06 21:36:46.684113946 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtables-geoip
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,47 +16,42 @@
 #
 
 
+%define year    2020
+%define month   02
+
 Name:           xtables-geoip
-Version:        20191224
+Version:        %year%{month}01
 Release:        0
 Summary:        Geolocation database files for xt_geoip
-License:        CC-BY-SA-4.0
+License:        CC-BY-4.0
 Group:          Productivity/Networking/Security
-URL:            https://dev.maxmind.com/geoip/geoip2/geolite2/
-# Source:       
https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV_%version.zip
-Source:         GeoLite2-Country-CSV_%version.zip
+URL:            https://db-ip.com/db/lite.php
+Source:         
https://download.db-ip.com/free/dbip-country-lite-%year-%month.csv.gz
 Source4:        %name-rpmlintrc
+BuildRequires:  xtables-addons >= 3.8
 BuildArch:      noarch
-BuildRequires:  unzip
-BuildRequires:  xtables-addons >= 3.2
-#db format changed at that time
-Conflicts:      xtables-addons < 1.33
+#db format changed
+Conflicts:      xtables-addons < 3.2
 
 %description
 The package contains the GeoIP definition files (which IP addresses
 belong to which country) that are needed for Xtables-addons's
 xt_geoip module.
 
-This product includes GeoLite data created by MaxMind, available from
-http://maxmind.com/.
-
-Author(s):
-----------
-       The GeoIP data is from MaxMind.com.
+This product includes Country Lite data created by DBIP, available from
+https://db-ip.com/db/lite.php .
 Please do not contact them for errors with this package.
 
 %prep
-%setup -qn GeoLite2-Country-CSV_%version
+gunzip --stdout %{SOURCE0} > dbip-country-lite.csv
 
 %build
 
 %install
-b="%buildroot"
-mkdir -p "$b/%_datadir/xt_geoip"
-%_libexecdir/xtables-addons/xt_geoip_build -D "$b/%_datadir/xt_geoip/"
+install -d "%buildroot/%_datadir/xt_geoip"
+"%_libexecdir/xtables-addons/xt_geoip_build" -D 
"%buildroot/%_datadir/xt_geoip/"
 
 %files
-%defattr(-,root,root)
 %_datadir/xt_geoip/
 
 %changelog


Reply via email to