This commit is contained in:
parent
1d3268a484
commit
303ca4da0c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7b6d4af238e0c73c7aaaa466612f0ef7d32136e39b5e9dc20bdbb5192bbfc57
|
||||
size 11445880
|
3
libzypp-5.16.1.tar.bz2
Normal file
3
libzypp-5.16.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4e03cf5976dab51fda1c4aecafc6daabf2ca15f0c2ed0659fe6dc897fd5b816
|
||||
size 3534948
|
@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- don't initialize servicesTargetDistro via global ZYpp instance in
|
||||
RepoManagerOptions() constructor (bnc #435184)
|
||||
- revision 11342
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- repository probing: check for other types of repo even on
|
||||
MediaException, throw only if all fail (bnc #335906)
|
||||
- revision 11332
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
|
||||
|
||||
- Adapt to satsolver changes.
|
||||
- revision 11331
|
||||
- version 5.16.0 (16)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
|
||||
|
||||
- Fix reading delta rpm checksum from solv file.
|
||||
- revision 11313
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
|
||||
|
||||
- Fix package-manager script to properly quote arguments. (bnc #30903)
|
||||
- revision 11311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
|
||||
|
||||
- regarding orphaned resolvables
|
||||
- removed old distupgrade algorithm
|
||||
- revision 11307
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- handle ftp response 530 (login failed) like http 403
|
||||
(bnc #433537)
|
||||
- revision 11305
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 17:37:18 CEST 2008 - ma@suse.de
|
||||
|
||||
- Adapt to satsolvers 'big solv data change'.
|
||||
- revision 11294
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 17:18:18 CEST 2008 - schubi@suse.de
|
||||
|
||||
- Taking the right solution actions for locked resolvables (bnc #400840)
|
||||
- revision 11289
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 13:52:03 CEST 2008 - ma@suse.de
|
||||
|
||||
- Add required copy-ctor and assignment operator to WhatProvides.
|
||||
(bnc #433087)
|
||||
- revision 11276
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 16:24:25 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
|
44
libzypp.spec
44
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 5.15.1)
|
||||
# spec file for package libzypp (Version 5.16.1)
|
||||
#
|
||||
# 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.15.1
|
||||
Version: 5.16.1
|
||||
Release: 1
|
||||
Source: libzypp-5.15.1.tar.bz2
|
||||
Source: libzypp-5.16.1.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -70,7 +70,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Requires: libzypp == 5.15.1
|
||||
Requires: libzypp == 5.16.1
|
||||
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.10.14
|
||||
@ -228,6 +228,42 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Tue Oct 14 2008 jkupec@suse.cz
|
||||
- don't initialize servicesTargetDistro via global ZYpp instance in
|
||||
RepoManagerOptions() constructor (bnc #435184)
|
||||
- revision 11342
|
||||
* Mon Oct 13 2008 jkupec@suse.cz
|
||||
- repository probing: check for other types of repo even on
|
||||
MediaException, throw only if all fail (bnc #335906)
|
||||
- revision 11332
|
||||
* Mon Oct 13 2008 ma@suse.de
|
||||
- Adapt to satsolver changes.
|
||||
- revision 11331
|
||||
- version 5.16.0 (16)
|
||||
* Mon Oct 13 2008 ma@suse.de
|
||||
- Fix reading delta rpm checksum from solv file.
|
||||
- revision 11313
|
||||
* Mon Oct 13 2008 ma@suse.de
|
||||
- Fix package-manager script to properly quote arguments. (bnc #30903)
|
||||
- revision 11311
|
||||
* Mon Oct 13 2008 schubi@suse.de
|
||||
- regarding orphaned resolvables
|
||||
- removed old distupgrade algorithm
|
||||
- revision 11307
|
||||
* Sun Oct 12 2008 jkupec@suse.cz
|
||||
- handle ftp response 530 (login failed) like http 403
|
||||
(bnc #433537)
|
||||
- revision 11305
|
||||
* Thu Oct 09 2008 ma@suse.de
|
||||
- Adapt to satsolvers 'big solv data change'.
|
||||
- revision 11294
|
||||
* Thu Oct 09 2008 schubi@suse.de
|
||||
- Taking the right solution actions for locked resolvables (bnc #400840)
|
||||
- revision 11289
|
||||
* Thu Oct 09 2008 ma@suse.de
|
||||
- Add required copy-ctor and assignment operator to WhatProvides.
|
||||
(bnc #433087)
|
||||
- revision 11276
|
||||
* Wed Oct 08 2008 jkupec@suse.cz
|
||||
- detect and use unused loop device for mounting ISO images
|
||||
(bnc #428009)
|
||||
|
Loading…
Reference in New Issue
Block a user