--- rpms/smeserver-mock/sme10/smeserver-mock.spec 2018/03/18 04:37:03 1.5 +++ rpms/smeserver-mock/sme10/smeserver-mock.spec 2020/09/04 21:23:42 1.15 @@ -1,21 +1,28 @@ -# $Id: smeserver-mock.spec,v 1.4 2018/03/18 03:35:10 jpp Exp $ +# $Id: smeserver-mock.spec,v 1.14 2020/09/04 21:21:09 michel Exp $ Summary: smeserver-mock tools for building RPMs %define name smeserver-mock Name: %{name} %define version 1.0 -%define release 4 +%define release 11 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tgz Patch0: smeserver-mock-1.0-updates_values.patch +Patch1: smeserver-mock-1.0-sme10599-spamassassin.patch +Patch2: smeserver-mock-1.0-sme10600-video.patch +Patch3: smeserver-mock-1.0-ocaml.patch +Patch4: smeserver-mock-1.0-sme10946-mock.patch +Patch5: smeserver-mock-1.0-sme10924-bins.patch +Patch6: smeserver-mock-1.0-sme10993-kmodtool.patch +Patch7: smeserver-mock-1.0-sme11005-mojo-jwt.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-devtools Requires: mock -Requires: python-ctypes Requires: glances Requires: make rpm-build rpm-sign wget Requires: cmake automake libtool @@ -26,6 +33,30 @@ Requires: python27-build AutoReqProv: no %changelog +* Fri Sep 04 2020 Michel Begue 1.0-11.sme +- update dependencies to build Mojo::JWT package [SME: 11005] + +* Tue Aug 18 2020 Michel Begue 1.0-10.sme +- update dependencies to build kmod packages [SME: 10993] + +* Thu May 14 2020 Jean-Philipe Pialasse 1.0-9.sme +- fix nspawn and package_manager set to yum [SME: 10946] +- updating list of included packages for SME10 and SME9 repo +- updating the attached bins to help building [SME: 10924] + +* Mon Sep 30 2019 Michel Begue 1.0-8.sme +- added include pkg ocaml, camlp5 [SME: 10809] + +* Tue Nov 13 2018 Jean-Philipe Pialasse 1.0-7.sme +- fix non needed Requires python-ctypes [SME: 10647] + +* Wed Jun 20 2018 Jean-Philipe Pialasse 1.0-6.sme +- added include pkg for video tools [SME: 1600] +- applied patch for previous bug fix [SME: 10599] + +* Tue Jun 19 2018 Jean-Philipe Pialasse 1.0-5.sme +- update dependencies to build spamassassin [SME: 10599] + * Sun Mar 18 2018 Jean-Philipe Pialasse 1.0-4.sme - update include package values according to buildsys @@ -51,6 +82,13 @@ Few tools are also provided to help you %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 %build