This commit is contained in:
parent
40da737f62
commit
7a9b95641a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4c6ff4c8ce4004dab065e8a27d05b9adc0068775ba5191116536684f21f8a41
|
||||
size 2977890
|
3
libzypp-3.13.15.tar.bz2
Normal file
3
libzypp-3.13.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f174bf4ddc4dc943c462fef7dbc8e3b57c9fda48af372d7531520ecb338dd935
|
||||
size 15450144
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 16:04:07 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- add migrate-sources to %post (#292986)
|
||||
- 3.13.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 13:32:52 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- fixed bug with using wrong files from raw metadata cache
|
||||
(bug #297611) (duncanmv) (r6501, already released in 3.13.14)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 12:42:39 CEST 2007 - schubi@suse.de
|
||||
|
||||
- fix in "ignore conflicts" if the conflict has been caused by an obsolete
|
||||
Bug# 297795
|
||||
- r 6517
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 7 17:04:47 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- implement susetags support for compressed metadata
|
||||
and testcases. (feature #301916)
|
||||
- implement disk usage in cache. For installation requires
|
||||
some changes in YaST to setup the ZYpp getPartitions()
|
||||
before repos are cached. (bug #293039)
|
||||
- added testcases for diskusage
|
||||
- 3.13.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 10:19:12 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
|
29
libzypp.spec
29
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 3.13.13)
|
||||
# spec file for package libzypp (Version 3.13.15)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,10 +16,10 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Autoreqprov: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 3.13.13
|
||||
Version: 3.13.15
|
||||
Release: 1
|
||||
Source: libzypp-3.13.13.tar.bz2
|
||||
Source1: libzypp-3.13.13-rpmlintrc
|
||||
Source: libzypp-3.13.15.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
Obsoletes: yast2-packagemanager
|
||||
@ -44,7 +44,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 3.13.13
|
||||
Requires: libzypp == 3.13.15
|
||||
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
|
||||
@ -97,6 +97,7 @@ cd ..
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
%{prefix}/lib/zypp/zypp-migrate-sources
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
@ -124,6 +125,24 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Wed Aug 08 2007 - dmacvicar@suse.de
|
||||
- add migrate-sources to %%post (#292986)
|
||||
- 3.13.15
|
||||
* Wed Aug 08 2007 - jkupec@suse.cz
|
||||
- fixed bug with using wrong files from raw metadata cache
|
||||
(bug #297611) (duncanmv) (r6501, already released in 3.13.14)
|
||||
* Wed Aug 08 2007 - schubi@suse.de
|
||||
- fix in "ignore conflicts" if the conflict has been caused by an obsolete
|
||||
Bug# 297795
|
||||
- r 6517
|
||||
* Tue Aug 07 2007 - dmacvicar@suse.de
|
||||
- implement susetags support for compressed metadata
|
||||
and testcases. (feature #301916)
|
||||
- implement disk usage in cache. For installation requires
|
||||
some changes in YaST to setup the ZYpp getPartitions()
|
||||
before repos are cached. (bug #293039)
|
||||
- added testcases for diskusage
|
||||
- 3.13.14
|
||||
* Mon Aug 06 2007 - jkupec@suse.cz
|
||||
- fixed YUM parser to properly create source packages
|
||||
- disabled reading of filelists.xml.gz by default (the data are
|
||||
|
Loading…
Reference in New Issue
Block a user