forked from pool/libzypp
This commit is contained in:
parent
08c4d0a685
commit
82fc50e6f1
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cfb5ed42094bade4a8bb2e3b9cd0abd10d4ac695d00ff2b2534e6232daf48756
|
oid sha256:3feb13775167a8ae6167d70cd861140016ad81f2eb512f9c4ecf0b2ae6676460
|
||||||
size 2909608
|
size 2908155
|
||||||
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
|
||||||
|
|
||||||
|
- Add ZConfig::overrideSystemArchitecture() to override zypp arch
|
||||||
|
from external, e.g. for the testcases
|
||||||
|
- Honor ZYPP_CONF environment variable to override the buit-in
|
||||||
|
/etc/zypp/zypp.conf
|
||||||
|
- Check architecture at handout() to prevent NULL ptr reference.
|
||||||
|
- Bug 301286
|
||||||
|
- rev 6908
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
-The solver generate an establish call for all
|
||||||
|
resolvables which has filesystemcaps if there is not a valid result from a
|
||||||
|
former solver run available. This covers:
|
||||||
|
* Initial solver run
|
||||||
|
* Changing of filesystem whithin a workflow, cause the solver results will
|
||||||
|
be reset if the filesystem dependencies have been changed
|
||||||
|
Bug 271912
|
||||||
|
- r 6901
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
|
Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
|
||||||
|
|
||||||
|
19
libzypp.spec
19
libzypp.spec
@ -17,7 +17,7 @@ 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.18.4
|
Version: 3.18.4
|
||||||
Release: 4
|
Release: 5
|
||||||
Source: libzypp-3.18.4.tar.bz2
|
Source: libzypp-3.18.4.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
@ -125,6 +125,23 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 27 2007 - kkaempf@suse.de
|
||||||
|
- Add ZConfig::overrideSystemArchitecture() to override zypp arch
|
||||||
|
from external, e.g. for the testcases
|
||||||
|
- Honor ZYPP_CONF environment variable to override the buit-in
|
||||||
|
/etc/zypp/zypp.conf
|
||||||
|
- Check architecture at handout() to prevent NULL ptr reference.
|
||||||
|
- Bug 301286
|
||||||
|
- rev 6908
|
||||||
|
* Mon Aug 27 2007 - schubi@suse.de
|
||||||
|
-The solver generate an establish call for all
|
||||||
|
resolvables which has filesystemcaps if there is not a valid result from a
|
||||||
|
former solver run available. This covers:
|
||||||
|
* Initial solver run
|
||||||
|
* Changing of filesystem whithin a workflow, cause the solver results will
|
||||||
|
be reset if the filesystem dependencies have been changed
|
||||||
|
Bug 271912
|
||||||
|
- r 6901
|
||||||
* Sun Aug 26 2007 - kkaempf@suse.de
|
* Sun Aug 26 2007 - kkaempf@suse.de
|
||||||
- pass location to plaindir package (#303751)
|
- pass location to plaindir package (#303751)
|
||||||
- Add name of file in question to checksum/signature related
|
- Add name of file in question to checksum/signature related
|
||||||
|
Loading…
x
Reference in New Issue
Block a user