Accepting request 62145 from home:vuntz:branches:Base:System

OBS-URL: https://build.opensuse.org/request/show/62145
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=87
This commit is contained in:
Stephan Kulow 2011-02-19 17:30:04 +00:00 committed by Git OBS Bridge
parent 9b51957650
commit 9375ce439f
4 changed files with 13 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package rpm-python (Version 4.8.0) # spec file for package rpm-python
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@ License: GPLv2+
Group: System/Packages Group: System/Packages
Summary: Python Bindings for Manipulating RPM Packages Summary: Python Bindings for Manipulating RPM Packages
Version: 4.8.0 Version: 4.8.0
Release: 17 Release: 18
Requires: rpm = %{version} Requires: rpm = %{version}
%py_requires %py_requires
Source99: rpm.spec Source99: rpm.spec

View File

@ -98,9 +98,6 @@
if test -x /sbin/conf.d/SuSEconfig.fonts ; then \ if test -x /sbin/conf.d/SuSEconfig.fonts ; then \
%run_suseconfig -m fonts \ %run_suseconfig -m fonts \
fi \ fi \
if test -x /sbin/conf.d/SuSEconfig.pango ; then \
%run_suseconfig -m pango \
fi \
%{-c:if test -x /sbin/conf.d/SuSEconfig.ghostscript-cjk ; then \ %{-c:if test -x /sbin/conf.d/SuSEconfig.ghostscript-cjk ; then \
%run_suseconfig -m ghostscript-cjk \ %run_suseconfig -m ghostscript-cjk \
fi} \ fi} \

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Feb 19 12:39:31 CET 2011 - vuntz@opensuse.org
- Don't call /sbin/conf.d/SuSEconfig.pango in
%run_suseconfig_fonts: it has been removed during 11.4
development.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 14 08:58:40 UTC 2011 - coolo@novell.com Fri Jan 14 08:58:40 UTC 2011 - coolo@novell.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package rpm (Version 4.8.0) # spec file for package rpm
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -29,7 +29,7 @@ PreReq: %insserv_prereq %fillup_prereq permissions
AutoReqProv: on AutoReqProv: on
Summary: The RPM Package Manager Summary: The RPM Package Manager
Version: 4.8.0 Version: 4.8.0
Release: 17 Release: 18
Source: rpm-%{version}.tar.bz2 Source: rpm-%{version}.tar.bz2
Source1: RPM-HOWTO.tar.bz2 Source1: RPM-HOWTO.tar.bz2
Source2: RPM-Tips.html.tar.bz2 Source2: RPM-Tips.html.tar.bz2