|
|
@@ -22,8 +22,8 @@
|
|
|
##
|
|
|
|
|
|
# package information
|
|
|
-%define V_minio_base 20170222
|
|
|
-%define V_minio_snap 20170222
|
|
|
+%define V_minio_base 20170301
|
|
|
+%define V_minio_snap 20170301
|
|
|
|
|
|
# package information
|
|
|
Name: minio
|
|
|
@@ -36,13 +36,14 @@ Class: EVAL
|
|
|
Group: Database
|
|
|
License: Apache
|
|
|
Version: %{V_minio_base}
|
|
|
-Release: 20170222
|
|
|
+Release: 20170301
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://download.openpkg.org/components/versioned/minio/minio-%{V_minio_snap}.tar.xz
|
|
|
Source1: http://download.openpkg.org/components/versioned/minio/mc-%{V_minio_snap}.tar.xz
|
|
|
Source2: minio.cf
|
|
|
Source3: rc.minio
|
|
|
+Patch0: minio.patch
|
|
|
|
|
|
# build information
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101, go
|
|
|
@@ -65,6 +66,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
%prep
|
|
|
%setup -q -n minio
|
|
|
%setup -q -n minio -T -D -a 1
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
# build program
|