[packages/xtables-geoip] updated to 20181023

glen glen at pld-linux.org
Wed Oct 31 00:31:49 CET 2018


commit caed650189f8cb5c7c9133038e790a28c3c28cf4
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Wed Oct 31 01:31:44 2018 +0200

    updated to 20181023

 xtables-geoip.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/xtables-geoip.spec b/xtables-geoip.spec
index e70ade8..bd42789 100644
--- a/xtables-geoip.spec
+++ b/xtables-geoip.spec
@@ -1,7 +1,7 @@
 Summary:	GeoIP database files for xt_geoip
 Summary(pl.UTF-8):	Pliki baz danych GeoIP dla xt_geoip
 Name:		xtables-geoip
-Version:	20181024
+Version:	20181023
 Release:	1
 License:	GPL, Open Data License
 Group:		Networking/Admin
@@ -36,7 +36,8 @@ xtables-addons.
 %prep
 %setup -qc
 
-ver=$(ls -d GeoLite2-Country-CSV_* | head -1 | %{__sed} 's/^GeoLite2-Country-CSV_//')
+ver=$(echo GeoLite2-Country-CSV_*)
+ver=${ver#GeoLite2-Country-CSV_}
 if [ "$ver" != %{version} ]; then
 	exit 1
 fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xtables-geoip.git/commitdiff/caed650189f8cb5c7c9133038e790a28c3c28cf4



More information about the pld-cvs-commit mailing list