From e88f820c9461b7126f4e2b8f12d450a87008ef3f0cd51ecb891a75ecb189b24f Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 7 Oct 2010 19:47:23 +0000 Subject: [PATCH] Accepting request 49797 from Base:System Copy from Base:System/rpm based on submit request 49797 from user elvigia OBS-URL: https://build.opensuse.org/request/show/49797 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=104 --- rpm-python.spec | 2 +- rpm.changes | 6 ++++++ rpm.spec | 7 +++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/rpm-python.spec b/rpm-python.spec index d7442ab..77e5935 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -25,7 +25,7 @@ License: GPLv2+ Group: System/Packages Summary: Python Bindings for Manipulating RPM Packages Version: 4.8.0 -Release: 9 +Release: 10 Requires: rpm = %{version} %py_requires Source99: rpm.spec diff --git a/rpm.changes b/rpm.changes index a31563e..96de78b 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 4 17:34:52 UTC 2010 - cristian.rodriguez@opensuse.org + +- Enable libcap support so we can use the %caps macro in spec + files to set POSIX capabilities. + ------------------------------------------------------------------- Wed Sep 8 11:35:46 CEST 2010 - ro@suse.de diff --git a/rpm.spec b/rpm.spec index 5bf684e..8980fdc 100644 --- a/rpm.spec +++ b/rpm.spec @@ -22,13 +22,14 @@ License: GPLv2+ Group: System/Packages BuildRequires: file-devel libbz2-devel libelf-devel libselinux-devel lua-devel ncurses-devel xz-devel zlib-devel BuildRequires: popt-devel +BuildRequires: libacl-devel libcap-devel #!BuildIgnore: rpmlint-Factory Provides: rpminst PreReq: %insserv_prereq %fillup_prereq permissions AutoReqProv: on Summary: The RPM Package Manager Version: 4.8.0 -Release: 9 +Release: 10 Source: rpm-%{version}.tar.bz2 Source1: RPM-HOWTO.tar.bz2 Source2: RPM-Tips.html.tar.bz2 @@ -201,7 +202,9 @@ pushd beecrypt ./autogen.sh --with-pic make %{?_smp_mflags} popd -./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} --libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua --with-selinux --with-internal-beecrypt --enable-shared %{?with_python: --enable-python} +./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ +--libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua \ +--with-selinux --with-internal-beecrypt --with-acl --with-cap --enable-shared %{?with_python: --enable-python} rm po/de.gmo make %{?_smp_mflags} make convertdb1