--- rpms/e-smith-devtools/sme10/e-smith-devtools.spec 2016/03/18 13:35:42 1.3 +++ rpms/e-smith-devtools/sme10/e-smith-devtools.spec 2016/08/23 08:36:56 1.6 @@ -1,10 +1,10 @@ -# $Id: e-smith-devtools.spec,v 1.2 2016/02/07 10:02:27 vip-ire Exp $ +# $Id: e-smith-devtools.spec,v 1.5 2016/05/12 17:08:37 vip-ire Exp $ Summary: e-smith tools for building RPMs %define name e-smith-devtools Name: %{name} %define version 2.6.0 -%define release 2 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -12,12 +12,23 @@ Group: Networking/Daemons Source: %{name}-%{version}.tar.xz Patch0: e-smith-devtools-2.6.0-no_dir_and_attr_for_symlinks.patch Patch1: e-smith-devtools-2.6.0-ignore_more_system_dir.patch +Patch2: e-smith-devtools-2.6.0-use_c_wrapper_for_cgi.patch +Patch3: e-smith-devtools-2.6.0-quote_filenames.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) AutoReqProv: no %changelog +* Tue Aug 23 2016 Daniel Berteaud 2.6.0-5.sme +- Quote filenames in genfilelist so filenames containing spaces are correctly + handled [SME: 9750] + +* Wed May 11 2016 Daniel Berteaud 2.6.0-4.sme +- Panel links points on the manager's C wrapper, and original cgi are not + suid anymore. [SME: 9393] +- console is now also called through a C wrapper to replace perl-suid [SME: 9393] + * Fri Mar 18 2016 Daniel Berteaud 2.6.0-3.sme - Ignore more system directories [SME: 9347] @@ -409,6 +420,8 @@ permissions. %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build