This commit is contained in:
parent
0b5cf554a9
commit
af51ed0ca3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad7396cd17c2f6c3e75c849d717b72468050ef1ab17ea6a0d72de853da62663f
|
|
||||||
size 2973728
|
|
3
libzypp-3.25.0.tar.bz2
Normal file
3
libzypp-3.25.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f6f3b1b043f58987f497a5c44f6f14c298c6daed7d12c4e40d4f7559532b14b
|
||||||
|
size 2904984
|
@ -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
|
Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
21
libzypp.spec
21
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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -16,9 +16,9 @@ Group: System/Packages
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 3.24.7
|
Version: 3.25.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-3.24.7.tar.bz2
|
Source: libzypp-3.25.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -44,7 +44,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%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: 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: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||||
Requires: cmake
|
Requires: cmake
|
||||||
@ -128,6 +128,19 @@ cd ..
|
|||||||
%{prefix}/share/cmake/Modules/FindZypp.cmake
|
%{prefix}/share/cmake/Modules/FindZypp.cmake
|
||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
%changelog
|
%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
|
* Fri Sep 21 2007 - schubi@suse.de
|
||||||
- Checking the queue if an item will be deleted. If yes, the requirements
|
- Checking the queue if an item will be deleted. If yes, the requirements
|
||||||
are not needed anymore. Bug 326384
|
are not needed anymore. Bug 326384
|
||||||
|
Loading…
Reference in New Issue
Block a user