- go back to lua 5.1 for now (no easy port to 5.2 possible)

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=169
This commit is contained in:
Dirk Mueller 2012-01-07 09:50:46 +00:00 committed by Git OBS Bridge
parent 836ddb15e0
commit 602bc6f088
3 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#
# spec file for package rpm-python
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: rpm-python
BuildRequires: file-devel
BuildRequires: libacl-devel

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 7 10:50:31 CET 2012 - dmueller@suse.de
- go back to lua 5.1 for now (no easy port to 5.2 possible)
-------------------------------------------------------------------
Mon Dec 19 16:01:17 UTC 2011 - coolo@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package rpm
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: rpm
BuildRequires: file-devel
BuildRequires: libacl-devel
@ -25,7 +24,7 @@ BuildRequires: libelf-devel
BuildRequires: libselinux-devel
BuildRequires: libsemanage-devel
BuildRequires: libtool
BuildRequires: lua-devel
BuildRequires: lua51-devel
BuildRequires: ncurses-devel
BuildRequires: popt-devel
BuildRequires: xz-devel
@ -146,6 +145,7 @@ Authors:
%package devel
Summary: Include Files and Libraries mandatory for Development
Group: System/Packages
Requires: rpm = %{version}
Requires: popt-devel