summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjk <mjk@fedoraproject.org>2006-06-07 20:03:20 +0000
committermjk <mjk@fedoraproject.org>2006-06-07 20:03:20 +0000
commitbe786c8a397c427ba04d07e35c01f1792910dc03 (patch)
tree93e53cbe0447b7ea31662cf79a355ba3baab8793
parent360b17c91f12d903e1ad0a62fbb221232afe30db (diff)
downloadlua-be786c8a397c427ba04d07e35c01f1792910dc03.tar.gz
lua-be786c8a397c427ba04d07e35c01f1792910dc03.tar.xz
lua-be786c8a397c427ba04d07e35c01f1792910dc03.zip
removed provides taglua-5_1-6_fc6
-rw-r--r--lua.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/lua.spec b/lua.spec
index e24ed59..c5cb821 100644
--- a/lua.spec
+++ b/lua.spec
@@ -1,6 +1,6 @@
Name: lua
Version: 5.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
@@ -11,7 +11,6 @@ Patch0: lua-5.1-autotoolize-r1.patch.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel, ncurses-devel
-Provides: %{name}-devel = %{version}-%{release}
%description
Lua is a powerful light-weight programming language designed for
@@ -73,6 +72,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Jun 08 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-6
+- fixed broken provides
+
* Tue Jun 06 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-5
- split out devel subpackage