OBS User unknown 2008-12-02 14:29:19 +00:00 committed by Git OBS Bridge
parent 13b33854f2
commit 591565cacd
4 changed files with 20 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3b6a949f9995508f971a11ada61bce0d6c7f33bc19c77258c8df47c6fa216dc
size 4674065

3
libzypp-5.24.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34b2d14f149acb7004fe6402c7b33d6fde622a14de2acf44e9bb698aa2c49250
size 4673826

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 1 19:38:24 CET 2008 - ma@suse.de
- Fix install order computation losing some installed packages
pre-requirements. (bnc #439802)
- revision 11845
- version 5.24.5 (23)
-------------------------------------------------------------------
Fri Nov 28 16:33:56 CET 2008 - ma@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 5.24.4)
# spec file for package libzypp (Version 5.24.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,9 +24,9 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 5.24.4
Version: 5.24.5
Release: 1
Source: libzypp-5.24.4.tar.bz2
Source: libzypp-5.24.5.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -76,7 +76,7 @@ Authors:
%package devel
License: GPL v2 or later
Requires: libzypp == 5.24.4
Requires: libzypp == 5.24.5
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
Requires: cmake libsatsolver-devel >= 0.13.0
@ -233,6 +233,11 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Mon Dec 01 2008 ma@suse.de
- Fix install order computation losing some installed packages
pre-requirements. (bnc #439802)
- revision 11845
- version 5.24.5 (23)
* Fri Nov 28 2008 ma@suse.de
- Prune soft locks to prevent installation but not update of
already installed packages.