From 77ab9415aff7024752af814832a792ed0a5a8e69 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 10 May 2017 21:33:31 -0700 Subject: lua-bit32: removed defattr --- lua/lua-bit32.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/lua-bit32.spec b/lua/lua-bit32.spec index bf1435d..ccc4a36 100644 --- a/lua/lua-bit32.spec +++ b/lua/lua-bit32.spec @@ -8,7 +8,7 @@ BuildRequires: lua-devel >= 5.1 Name: lua-bit32 Version: 5.3.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Summary: Backport of Lua bit manipulation library introduced in 5.2 @@ -33,11 +33,13 @@ install -d %{buildroot}%{lua_libdir} install -p bit32.so %{buildroot}%{lua_libdir}/ %files -%defattr(-,root,root) %license LICENSE %doc README.md %{lua_libdir}/bit32.so %changelog +* Wed May 10 2017 Michel Alexandre Salim - 5.3.0-2 +- Remove defattr + * Mon May 08 2017 Michel Alexandre Salim - 5.3.0-1 - Initial package -- cgit