summaryrefslogtreecommitdiffstats
path: root/lua/lua-bit32.spec
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lua-bit32.spec')
-rw-r--r--lua/lua-bit32.spec6
1 files 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 <salimma@fedoraproject.org> - 5.3.0-2
+- Remove defattr
+
* Mon May 08 2017 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.3.0-1
- Initial package