platform/upstream/libzypp.git
17 years ago- following behaviour for setPartitions
Duncan Mac-Vicar P [Mon, 27 Aug 2007 21:51:29 +0000 (21:51 +0000)]
- following behaviour for setPartitions
  - if they are not set, they are detected
  - if they are set, that value is used.
  - if value set or detected is empty, all disk usage
    information is read. Otherwise just values in those
    mount points.
    Should work for installation as long as detectPartitions
    is empty at installation. (#293039)

17 years agoadd 'Implementors note' comments
Klaus Kaempf [Mon, 27 Aug 2007 16:04:35 +0000 (16:04 +0000)]
add 'Implementors note' comments

17 years agohow to run testsuite (#304752)
Duncan Mac-Vicar P [Mon, 27 Aug 2007 15:47:19 +0000 (15:47 +0000)]
how to run testsuite (#304752)

17 years agoOUCH ! toplevel "make" doesn't rebuild tests/
Klaus Kaempf [Mon, 27 Aug 2007 15:46:08 +0000 (15:46 +0000)]
OUCH ! toplevel "make" doesn't rebuild tests/

17 years agofix the build :-(
Klaus Kaempf [Mon, 27 Aug 2007 15:43:42 +0000 (15:43 +0000)]
fix the build :-(

17 years agoAdded several additional flags from rpm-header to package object
Stefan Haas [Mon, 27 Aug 2007 15:40:31 +0000 (15:40 +0000)]
Added several additional flags from rpm-header to package object

17 years ago- Check architecture at handout() to prevent NULL ptr reference.
Klaus Kaempf [Mon, 27 Aug 2007 15:27:23 +0000 (15:27 +0000)]
- Check architecture at handout() to prevent NULL ptr reference.
- Bug 301286
- rev 6908

17 years agocheck architecture compatibility when handing out package (don't set _data to NULL)
Klaus Kaempf [Mon, 27 Aug 2007 15:24:57 +0000 (15:24 +0000)]
check architecture compatibility when handing out package (don't set _data to NULL)

17 years ago- Add ZConfig::overrideSystemArchitecture() to override zypp arch
Klaus Kaempf [Mon, 27 Aug 2007 15:12:22 +0000 (15:12 +0000)]
- 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
- Part of Bug 301286

17 years agotype fixed
Stefan Schubert [Mon, 27 Aug 2007 14:54:08 +0000 (14:54 +0000)]
type fixed

17 years agobug 271912
Stefan Schubert [Mon, 27 Aug 2007 13:54:55 +0000 (13:54 +0000)]
bug 271912

17 years agoThe solver generate an establish call for all
Stefan Schubert [Mon, 27 Aug 2007 13:53:26 +0000 (13:53 +0000)]
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

17 years agofix testcase broken by kkaempf commit 6883
Duncan Mac-Vicar P [Mon, 27 Aug 2007 08:15:57 +0000 (08:15 +0000)]
fix testcase broken by kkaempf commit 6883

17 years agoonly handout() compatible packages (#301286)
Klaus Kaempf [Sun, 26 Aug 2007 14:24:33 +0000 (14:24 +0000)]
only handout() compatible packages (#301286)

17 years agobump
Klaus Kaempf [Sun, 26 Aug 2007 13:55:00 +0000 (13:55 +0000)]
bump

17 years agofill location property (#303751)
Klaus Kaempf [Sun, 26 Aug 2007 13:48:58 +0000 (13:48 +0000)]
fill location property (#303751)

17 years agodrop packages of incompatible archs (1st half of #301286)
Klaus Kaempf [Sat, 25 Aug 2007 19:50:05 +0000 (19:50 +0000)]
drop packages of incompatible archs (1st half of #301286)

17 years agodont recompute known value
Klaus Kaempf [Sat, 25 Aug 2007 19:32:50 +0000 (19:32 +0000)]
dont recompute known value

17 years agoadd a couple of .basename() calls (#302059)
Klaus Kaempf [Sat, 25 Aug 2007 14:03:41 +0000 (14:03 +0000)]
add a couple of .basename() calls (#302059)

17 years agoThrow only for invalid signature, not for empty sig.
Duncan Mac-Vicar P [Fri, 24 Aug 2007 11:05:03 +0000 (11:05 +0000)]
Throw only for invalid signature, not for empty sig.

17 years agochanges
Duncan Mac-Vicar P [Fri, 24 Aug 2007 09:52:23 +0000 (09:52 +0000)]
changes

17 years ago- Check for YaST before doing anything
Duncan Mac-Vicar P [Fri, 24 Aug 2007 09:52:22 +0000 (09:52 +0000)]
- Check for YaST before doing anything

17 years agofix testcase
Duncan Mac-Vicar P [Fri, 24 Aug 2007 09:52:22 +0000 (09:52 +0000)]
fix testcase

17 years ago- fixed typo
Arvin Schnell [Fri, 24 Aug 2007 09:39:46 +0000 (09:39 +0000)]
- fixed typo

17 years ago- added remembering of exception history
Arvin Schnell [Fri, 24 Aug 2007 08:29:50 +0000 (08:29 +0000)]
- added remembering of exception history

17 years ago- Fixes for the checksum/signature subsystem (#302059)
Duncan Mac-Vicar P [Thu, 23 Aug 2007 22:38:52 +0000 (22:38 +0000)]
- Fixes for the checksum/signature subsystem (#302059)

17 years ago- Check that the signature exists before checking
Duncan Mac-Vicar P [Thu, 23 Aug 2007 22:38:44 +0000 (22:38 +0000)]
- Check that the signature exists before checking

17 years ago- don't run if YaST is in instsys mode (#297136)
Duncan Mac-Vicar P [Thu, 23 Aug 2007 22:38:42 +0000 (22:38 +0000)]
- don't run if YaST is in instsys mode (#297136)

17 years agotest for reading signature id
Duncan Mac-Vicar P [Thu, 23 Aug 2007 22:38:39 +0000 (22:38 +0000)]
test for reading signature id

17 years agoDon't lose the checkers when adding jobs.
Duncan Mac-Vicar P [Thu, 23 Aug 2007 22:38:37 +0000 (22:38 +0000)]
Don't lose the checkers when adding jobs.

1sr step to fix checksum and signature blockers

17 years agosynced changelog with autobuild
Martin Vidner [Thu, 23 Aug 2007 14:27:27 +0000 (14:27 +0000)]
synced changelog with autobuild

17 years agodon't package _build
Martin Vidner [Thu, 23 Aug 2007 14:07:50 +0000 (14:07 +0000)]
don't package _build

17 years agoduncan does not exist
Martin Vidner [Thu, 23 Aug 2007 13:40:04 +0000 (13:40 +0000)]
duncan does not exist

17 years ago6830
Stefan Schubert [Thu, 23 Aug 2007 11:53:47 +0000 (11:53 +0000)]
6830

17 years agoFlag info NEEDEDBY correctly if it will be used by freshen/supplement
Stefan Schubert [Thu, 23 Aug 2007 11:51:28 +0000 (11:51 +0000)]
Flag info NEEDEDBY correctly if it will be used by freshen/supplement

17 years agoDo not strip resolvables which have the same name but different kind
Stefan Schubert [Thu, 23 Aug 2007 11:49:46 +0000 (11:49 +0000)]
Do not strip resolvables which have the same name but different kind

17 years agouserfriendly messages
Stefan Schubert [Thu, 23 Aug 2007 08:20:31 +0000 (08:20 +0000)]
userfriendly messages

17 years agoDo not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
Martin Vidner [Wed, 22 Aug 2007 17:00:36 +0000 (17:00 +0000)]
Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
the Estonian locale (#302525).

17 years ago- added remembering of exception history at various places
Arvin Schnell [Wed, 22 Aug 2007 15:56:15 +0000 (15:56 +0000)]
- added remembering of exception history at various places

17 years ago- remember exception history
Arvin Schnell [Wed, 22 Aug 2007 15:24:21 +0000 (15:24 +0000)]
- remember exception history

17 years ago- remember exception history
Arvin Schnell [Wed, 22 Aug 2007 15:16:09 +0000 (15:16 +0000)]
- remember exception history

17 years ago- remember exception history
Arvin Schnell [Wed, 22 Aug 2007 15:12:29 +0000 (15:12 +0000)]
- remember exception history

17 years ago- remember exception history
Arvin Schnell [Wed, 22 Aug 2007 15:06:34 +0000 (15:06 +0000)]
- remember exception history

17 years ago6812
Stefan Schubert [Wed, 22 Aug 2007 14:52:48 +0000 (14:52 +0000)]
6812

17 years agoBugfixes concerning vendor handling:
Stefan Schubert [Wed, 22 Aug 2007 14:51:35 +0000 (14:51 +0000)]
Bugfixes concerning vendor handling:
- first bug:
 Installed A-1.0(vendor SuSE)
 Available A-2.0(other vendor)
 A will not be regarded as "unmaintained". So it will not be deleted.
- second bug:
 A need B-2.0. B-1.0 is installed but has another vendor. Report a
proper errmessage.
Testcase : solution-tests/vendor-test.xml

17 years agoFixed a typo in "requiremeMt"
Martin Vidner [Wed, 22 Aug 2007 12:05:19 +0000 (12:05 +0000)]
Fixed a typo in "requiremeMt"

17 years ago- fixed docu
Arvin Schnell [Wed, 22 Aug 2007 10:47:14 +0000 (10:47 +0000)]
- fixed docu

17 years agochanges
Duncan Mac-Vicar P [Tue, 21 Aug 2007 13:58:52 +0000 (13:58 +0000)]
changes

17 years ago- dont download HASH tags, (#300982)
Duncan Mac-Vicar P [Tue, 21 Aug 2007 13:58:48 +0000 (13:58 +0000)]
- dont download HASH tags, (#300982)

17 years agorevision 6794
Stefan Schubert [Tue, 21 Aug 2007 13:20:21 +0000 (13:20 +0000)]
revision 6794

17 years agoAdded explicitly_requested as parameter in ResolverContext::Uninstall
Stefan Schubert [Tue, 21 Aug 2007 13:16:55 +0000 (13:16 +0000)]
Added explicitly_requested as parameter in ResolverContext::Uninstall
Bug 299819

17 years agomake the {type,name,dir}_cache actually cache something
Klaus Kaempf [Tue, 21 Aug 2007 11:44:49 +0000 (11:44 +0000)]
make the {type,name,dir}_cache actually cache something
-> FIXME: Huge code duplication with CacheTypes.cc

17 years agochanges
Duncan Mac-Vicar P [Tue, 21 Aug 2007 11:17:01 +0000 (11:17 +0000)]
changes

17 years agotypos (#301331)
Duncan Mac-Vicar P [Tue, 21 Aug 2007 11:17:00 +0000 (11:17 +0000)]
typos (#301331)

17 years agochanges
Duncan Mac-Vicar P [Tue, 21 Aug 2007 11:17:00 +0000 (11:17 +0000)]
changes

17 years agochanges
Duncan Mac-Vicar P [Tue, 21 Aug 2007 11:07:53 +0000 (11:07 +0000)]
changes

17 years agoread only mode for source migration. This is fake, we actually add repos,
Duncan Mac-Vicar P [Tue, 21 Aug 2007 11:07:52 +0000 (11:07 +0000)]
read only mode for source migration. This is fake, we actually add repos,
but it should not harm

17 years agochanges
Duncan Mac-Vicar P [Tue, 21 Aug 2007 08:50:39 +0000 (08:50 +0000)]
changes

17 years ago- If no mount information is available, then parse all DU entries
Duncan Mac-Vicar P [Tue, 21 Aug 2007 08:50:38 +0000 (08:50 +0000)]
- If no mount information is available, then parse all DU entries

17 years ago3.18.2
Stefan Schubert [Mon, 20 Aug 2007 14:10:19 +0000 (14:10 +0000)]
3.18.2

17 years agotranslations added
Stefan Schubert [Mon, 20 Aug 2007 14:09:41 +0000 (14:09 +0000)]
translations added

17 years agoDo not regard explicit request in order to recognize updated packages
Stefan Schubert [Mon, 20 Aug 2007 14:05:46 +0000 (14:05 +0000)]
Do not regard explicit request in order to recognize updated packages
correctly. Bug 301676

17 years agoCall /sbin/yast2 with full path because of gnomesu (#269873).
Martin Vidner [Mon, 20 Aug 2007 13:38:47 +0000 (13:38 +0000)]
Call /sbin/yast2 with full path because of gnomesu (#269873).

17 years ago- changes
Duncan Mac-Vicar P [Mon, 20 Aug 2007 13:27:31 +0000 (13:27 +0000)]
- changes
- fix version:
  NOTE: when increasing 3.x.y to 3.(x+1) always set y to 0

17 years ago- add support for the HASH key. (#300982)
Duncan Mac-Vicar P [Mon, 20 Aug 2007 13:27:31 +0000 (13:27 +0000)]
- add support for the HASH key. (#300982)
- Use ContentFileParser in Downloader (instead of implementing
  the parser again, it has a reason, Downloader was written first)
- update testcases and data to cover the new HASH key

17 years ago- not needed
Duncan Mac-Vicar P [Mon, 20 Aug 2007 13:27:29 +0000 (13:27 +0000)]
- not needed

17 years agobump
Klaus Kaempf [Mon, 20 Aug 2007 12:28:28 +0000 (12:28 +0000)]
bump

17 years agosearch conjunctive on multiple string with iterateResolvablesByKindsAndStrings
Klaus Kaempf [Mon, 20 Aug 2007 12:28:16 +0000 (12:28 +0000)]
search conjunctive on multiple string with iterateResolvablesByKindsAndStrings

17 years agoadd FIXME for regexp usage of .*/. vs. sql usage of %/_
Klaus Kaempf [Mon, 20 Aug 2007 12:02:45 +0000 (12:02 +0000)]
add FIXME for regexp usage of .*/. vs. sql usage of %/_

17 years ago- unify query API for kind and name, summary, description
Klaus Kaempf [Mon, 20 Aug 2007 11:44:15 +0000 (11:44 +0000)]
- unify query API for kind and name, summary, description
  (incomplete)
- rev 6755, version 3.18.13

17 years agoboost & gcc are a funny couple regarding signed/nonsigned comparisons
Klaus Kaempf [Mon, 20 Aug 2007 11:43:31 +0000 (11:43 +0000)]
boost & gcc are a funny couple regarding signed/nonsigned comparisons

17 years ago- add iterateResolvablesByKindsAndName
Klaus Kaempf [Fri, 17 Aug 2007 10:31:52 +0000 (10:31 +0000)]
- add iterateResolvablesByKindsAndName
- rev 6735, version 3.17.13

17 years agobump
Klaus Kaempf [Fri, 17 Aug 2007 09:47:33 +0000 (09:47 +0000)]
bump

17 years ago- add reverse lookup for CacheTypes
Klaus Kaempf [Fri, 17 Aug 2007 09:44:37 +0000 (09:44 +0000)]
- add reverse lookup for CacheTypes
- fill kind and repository from 'resolvables' select
- implement interateResolvablesByKind
- rename queryByName to iterateResolvablesByName

17 years agoprovide kind in Resolvable data
Klaus Kaempf [Fri, 17 Aug 2007 09:43:23 +0000 (09:43 +0000)]
provide kind in Resolvable data

17 years agoshorten solver error messages Bug 259894
Stefan Schubert [Fri, 17 Aug 2007 08:38:27 +0000 (08:38 +0000)]
shorten solver error messages Bug 259894

17 years agoshorten solver error messages Bug 259894
Stefan Schubert [Fri, 17 Aug 2007 08:37:39 +0000 (08:37 +0000)]
shorten solver error messages Bug 259894

17 years agointerface was added -> 3.16.13
Klaus Kaempf [Thu, 16 Aug 2007 21:47:57 +0000 (21:47 +0000)]
interface was added -> 3.16.13

17 years ago- fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
Klaus Kaempf [Thu, 16 Aug 2007 21:45:52 +0000 (21:45 +0000)]
- fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
- install zypp/cache header files.

17 years agofix the sqlite3_bind() for query-by-name, the wildcards '%'
Klaus Kaempf [Thu, 16 Aug 2007 20:31:41 +0000 (20:31 +0000)]
fix the sqlite3_bind() for query-by-name, the wildcards '%'
 must be part of the value, not the sql statement
 see http://archives.devshed.com/forums/databases-124/problem-when-binding-with-like-1077713.html

17 years agomove the ProcessResolvable out of the struct
Klaus Kaempf [Thu, 16 Aug 2007 20:30:46 +0000 (20:30 +0000)]
move the ProcessResolvable out of the struct

17 years ago- discard pattern files with incompatbile architecture, both
Klaus Kaempf [Thu, 16 Aug 2007 15:23:38 +0000 (15:23 +0000)]
- discard pattern files with incompatbile architecture, both
  for download and for parsing. (#298716)

17 years ago- run sqlite asynchronously and add sql index files where
Klaus Kaempf [Thu, 16 Aug 2007 15:17:13 +0000 (15:17 +0000)]
- run sqlite asynchronously and add sql index files where
  appropriate, gives 6x performance on certain operations.
  Bumping cache schema version to 1004.
  (#300998)

17 years agofix String::endsWith
Klaus Kaempf [Thu, 16 Aug 2007 15:11:16 +0000 (15:11 +0000)]
fix String::endsWith

17 years ago6699
Stefan Schubert [Thu, 16 Aug 2007 09:17:07 +0000 (09:17 +0000)]
6699

17 years agoadded an _explicitly_requested in QueueItemConflict ( as already in
Stefan Schubert [Thu, 16 Aug 2007 09:16:09 +0000 (09:16 +0000)]
added an _explicitly_requested in QueueItemConflict ( as already in
QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
remove the conflicting item without an error message. Bug 299819

17 years ago.changes
Jan Kupec [Thu, 16 Aug 2007 06:43:38 +0000 (06:43 +0000)]
.changes

17 years ago- forgot to set default refresh policy in checkIfToRefreshMetadata()
Jan Kupec [Thu, 16 Aug 2007 06:41:59 +0000 (06:41 +0000)]
- forgot to set default refresh policy in checkIfToRefreshMetadata()

17 years ago- repo.refresh.delay default set to 10
Jan Kupec [Thu, 16 Aug 2007 05:24:54 +0000 (05:24 +0000)]
- repo.refresh.delay default set to 10

17 years agoversion
Jan Kupec [Wed, 15 Aug 2007 17:05:26 +0000 (17:05 +0000)]
version

17 years ago- couldn't find a reason why cpack puts some of the files from
Jan Kupec [Wed, 15 Aug 2007 17:04:14 +0000 (17:04 +0000)]
- couldn't find a reason why cpack puts some of the files from
  tests/repo subtree outside of the source tree, so i at least
  cleaned-up the CPACK_SOURCE_IGNORE_FILES.

17 years ago- some ignores added
Jan Kupec [Wed, 15 Aug 2007 15:47:29 +0000 (15:47 +0000)]
- some ignores added

17 years agoBugfix while regarding correct vendor in update
Stefan Schubert [Wed, 15 Aug 2007 13:33:19 +0000 (13:33 +0000)]
Bugfix while regarding correct vendor in update

17 years agoBugfix in regarding correct vendor while update
Stefan Schubert [Wed, 15 Aug 2007 13:31:23 +0000 (13:31 +0000)]
Bugfix in regarding correct vendor while update

17 years agochanges
Jan Kupec [Wed, 15 Aug 2007 12:53:41 +0000 (12:53 +0000)]
changes

17 years ago.changes
Jan Kupec [Wed, 15 Aug 2007 11:59:12 +0000 (11:59 +0000)]
.changes

17 years ago- touch the repo index file after checking if to refresh so that on the
Jan Kupec [Wed, 15 Aug 2007 11:46:17 +0000 (11:46 +0000)]
- touch the repo index file after checking if to refresh so that on the
  next check it gets the timestamp of last check (finished FATE #301991)

17 years ago- int touch(Pathname) added
Jan Kupec [Wed, 15 Aug 2007 11:38:57 +0000 (11:38 +0000)]
- int touch(Pathname) added

17 years agochanges
Stefan Schubert [Wed, 15 Aug 2007 10:38:54 +0000 (10:38 +0000)]
changes

17 years agogenerate a resolver problem if addRequires does not find a resovable
Stefan Schubert [Wed, 15 Aug 2007 10:37:48 +0000 (10:37 +0000)]
generate a resolver problem if addRequires does not find a resovable
#299486