]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- set failed state on upgrade if package reopen failed to avoid losing pkg info from...
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Mar 2009 21:35:14 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.51

rpm.spec

index 7e6b72a50f806e0d59c4b30941afc9eaf0a4f100..e3f018ea3650ee62f7ace2b4fbf6cdaeaf392039 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -51,7 +51,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.5
-Release:       11
+Release:       12
 License:       LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
@@ -159,6 +159,7 @@ Patch88:    %{name}-poptexecpath.patch
 Patch89:       %{name}-lzma-compress-level.patch
 Patch90:       %{name}-gstreamer.patch
 Patch91:       %{name}-gendiff.patch
+Patch92:       %{name}-set-failed-on-reopen.patch
 URL:           http://rpm5.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1.4
@@ -176,7 +177,7 @@ BuildRequires:      libtool >= 1:1.4.2-9
 BuildRequires: libxml2-devel
 BuildRequires: neon-devel >= 0.25.5
 %endif
-BuildRequires: ossp-uuid-devel >= 1.6.2-4
+BuildRequires: ossp-uuid-devel >= 1.6.2-6
 BuildRequires: patch >= 2.2
 BuildRequires: popt-devel >= %{reqpopt_ver}
 %{?with_python:BuildRequires:  python-devel >= 1:2.3}
@@ -771,6 +772,7 @@ install %{SOURCE13} scripts/perl.prov
 %patch89 -p1
 %patch90 -p1
 %patch91 -p1
+%patch92 -p1
 
 mv -f po/{sr,sr@Latn}.po
 rm -rf sqlite zlib popt
@@ -841,6 +843,7 @@ sed -i -e 's|@host@|%{_target_cpu}-%{_target_vendor}-linux-gnu|' -e 's|@host_cpu
 
 # pass CC and CXX too in case of building with some older configure macro
 # disable perl-RPM2 build, we have it in separate spec
+CPPFLAGS=-I/usr/include/oosp-uuid
 %configure \
        CC="%{__newcc}" \
        CXX="%{__newcxx}" \
This page took 0.046623 seconds and 4 git commands to generate.