--- rpms/e-smith-devtools/sme10/e-smith-devtools.spec 2016/05/12 17:08:37 1.5 +++ 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.4 2016/03/18 13:37:40 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 4 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -13,12 +13,17 @@ 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] @@ -416,6 +421,7 @@ permissions. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build