From af51ed0ca36daf47fb72ecc0ba9af826eed07bddb9abae7bf99b084f65307cfa Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 24 Sep 2007 16:59:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=68 --- libzypp-3.24.7.tar.bz2 | 3 --- libzypp-3.25.0.tar.bz2 | 3 +++ libzypp.changes | 19 +++++++++++++++++++ libzypp.spec | 21 +++++++++++++++++---- 4 files changed, 39 insertions(+), 7 deletions(-) delete mode 100644 libzypp-3.24.7.tar.bz2 create mode 100644 libzypp-3.25.0.tar.bz2 diff --git a/libzypp-3.24.7.tar.bz2 b/libzypp-3.24.7.tar.bz2 deleted file mode 100644 index acc3caf..0000000 --- a/libzypp-3.24.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad7396cd17c2f6c3e75c849d717b72468050ef1ab17ea6a0d72de853da62663f -size 2973728 diff --git a/libzypp-3.25.0.tar.bz2 b/libzypp-3.25.0.tar.bz2 new file mode 100644 index 0000000..e4bbbd7 --- /dev/null +++ b/libzypp-3.25.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6f3b1b043f58987f497a5c44f6f14c298c6daed7d12c4e40d4f7559532b14b +size 2904984 diff --git a/libzypp.changes b/libzypp.changes index e5c9e39..0bddcf5 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de + +- provide a way to retrieve the metadata path. Used for + installation, which incorrectly creates a repository in + cache without adding it first, so metadata path is not + set and therefore it is not possible to setup a media + verifier on installation. Part of fix for (#293428) +- 3.25.0 + +------------------------------------------------------------------- +Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de + +- If more than one resolvables provide a requirements and have different + architecture take thatone with the best architecture. (Not regarding the + name). Bug: Branching too much while an installation of a multi-arch-DVD +- r 7340 +- version 2.24.8 + ------------------------------------------------------------------- Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index 6c2306e..91a7c44 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.24.7) +# spec file for package libzypp (Version 3.25.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,9 +16,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.24.7 +Version: 3.25.0 Release: 1 -Source: libzypp-3.24.7.tar.bz2 +Source: libzypp-3.25.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.24.7 +Requires: libzypp == 3.25.0 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 @@ -128,6 +128,19 @@ cd .. %{prefix}/share/cmake/Modules/FindZypp.cmake %{_libdir}/pkgconfig/libzypp.pc %changelog +* Mon Sep 24 2007 - dmacvicar@suse.de +- provide a way to retrieve the metadata path. Used for + installation, which incorrectly creates a repository in + cache without adding it first, so metadata path is not + set and therefore it is not possible to setup a media + verifier on installation. Part of fix for (#293428) +- 3.25.0 +* Mon Sep 24 2007 - schubi@suse.de +- If more than one resolvables provide a requirements and have different + architecture take thatone with the best architecture. (Not regarding the + name). Bug: Branching too much while an installation of a multi-arch-DVD +- r 7340 +- version 2.24.8 * Fri Sep 21 2007 - schubi@suse.de - Checking the queue if an item will be deleted. If yes, the requirements are not needed anymore. Bug 326384