--- rpms/e-smith-devtools/sme10/e-smith-devtools.spec 2016/02/07 10:02:27 1.2 +++ rpms/e-smith-devtools/sme10/e-smith-devtools.spec 2018/03/18 03:47:58 1.8 @@ -1,22 +1,44 @@ -# $Id: e-smith-devtools.spec,v 1.1 2016/02/04 22:54:13 vip-ire Exp $ +# $Id: e-smith-devtools.spec,v 1.7 2017/05/25 15:48:49 unnilennium 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 7 Version: %{version} Release: %{release}%{?dist} License: GPL 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 +Patch4: e-smith-devtools-2.6.0-bz10536-yum_update.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) AutoReqProv: no %changelog +* Sat Mar 17 2018 Jean-Philipe Pialasse 2.6.0-7.sme +- ease update of e-smith-devtools on non SME builders [SME: 10536] + +* Thu May 25 2017 Jean-Philipe Pialasse 2.6.0-6.sme +- added grub2 directories to ignore list [SME: 10325] + +* 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] + * Sun Feb 7 2016 Daniel Berteaud 2.6.0-2.sme - Don't add %dir and %attr in genfilelist for symlinks, code from Charlie Brady [SME: 9232] @@ -404,6 +426,10 @@ permissions. %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build @@ -412,12 +438,15 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/sbin/e-smith mkdir -p $RPM_BUILD_ROOT/root mkdir -p $RPM_BUILD_ROOT/usr/share/perl5/vendor_perl/esmith/Build +mkdir -p $RPM_BUILD_ROOT/etc/yum.repos.d + cp genfilelist $RPM_BUILD_ROOT/sbin/e-smith cp buildtests $RPM_BUILD_ROOT/sbin/e-smith cp validate-lexicon $RPM_BUILD_ROOT/sbin/e-smith cp generate-lexicons $RPM_BUILD_ROOT/sbin/e-smith cp update-po $RPM_BUILD_ROOT/sbin/e-smith cp CreateLinks.pm $RPM_BUILD_ROOT/usr/share/perl5/vendor_perl/esmith/Build +cp e-smith-devtools.repo $RPM_BUILD_ROOT/etc/yum.repos.d/ %clean rm -rf $RPM_BUILD_ROOT @@ -435,4 +464,5 @@ rm -rf $RPM_BUILD_ROOT %attr(0755,root,root) /sbin/e-smith/generate-lexicons %attr(0755,root,root) /sbin/e-smith/update-po %attr(0644,root,root) /usr/share/perl5/vendor_perl/esmith/Build/CreateLinks.pm +%attr(0755,root,root) /etc/yum.repos.d/e-smith-devtools.repo %doc COPYING