]> git.pld-linux.org Git - packages/xtables-geoip.git/commitdiff
updated to 20181023
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 30 Oct 2018 23:31:44 +0000 (01:31 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 30 Oct 2018 23:31:44 +0000 (01:31 +0200)
xtables-geoip.spec

index e70ade8f33c97c270150b6b526de8e02da0341b4..bd42789a22b7fcad3ae71ea4ebc1f233a3601bae 100644 (file)
@@ -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
This page took 0.093345 seconds and 4 git commands to generate.