From d1b1528d457a00ec229575097c2e066b3d503808 Mon Sep 17 00:00:00 2001 From: Shawn Iwinski Date: Feb 24 2019 08:09:37 +0000 Subject: Fix EPEL6 build error ``` BUILDSTDERR: error: Explicit file attributes required in spec for: /builddir/build/BUILDROOT/ckeditor-4.11.2-1.el6.noarch/usr/share/ckeditor.rpmmoved) ``` --- diff --git a/ckeditor.spec b/ckeditor.spec index 0014ed7..eaa716b 100644 --- a/ckeditor.spec +++ b/ckeditor.spec @@ -1,6 +1,6 @@ Name: ckeditor Version: 4.11.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: WYSIWYG text editor to be used inside web pages License: GPLv2+ or LGPLv2+ or MPLv1.1+ @@ -95,7 +95,7 @@ end %{_datadir}/%{name} %exclude %{_webassetdir}/%{name}/samples -%ghost %{_datadir}/%{name}.rpmmoved +%ghost %attr(644, root, root) %{_datadir}/%{name}.rpmmoved %files samples @@ -103,6 +103,10 @@ end %changelog +* Sun Feb 24 2019 Shawn Iwinski - 4.11.2-2 +- Fix EPEL6 build error (BUILDSTDERR: error: Explicit file attributes required + in spec for: /builddir/build/BUILDROOT/ckeditor-4.11.2-1.el6.noarch/usr/share/ckeditor.rpmmoved) + * Sun Feb 24 2019 Shawn Iwinski - 4.11.2-1 - Update to 4.11.2 (RHBZ #1651703 / RHBZ #1651704 / RHBZ #1651705 / CVE-2018-17960)