summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2017-05-10 21:33:31 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2017-05-10 21:33:31 -0700
commit77ab9415aff7024752af814832a792ed0a5a8e69 (patch)
treec0a7e1285460fffd9ec09f76dad77657bf6c2d8a
parent360a39ad0e4d58ccaca3b9b995a9391f37ede8bb (diff)
downloadspecs-77ab9415aff7024752af814832a792ed0a5a8e69.tar.gz
specs-77ab9415aff7024752af814832a792ed0a5a8e69.tar.xz
specs-77ab9415aff7024752af814832a792ed0a5a8e69.zip
lua-bit32: removed defattr
-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