Jan Kupec [Fri, 21 Sep 2007 09:13:19 +0000 (09:13 +0000)]
version
Jan Kupec [Thu, 20 Sep 2007 15:41:33 +0000 (15:41 +0000)]
changes
Jan Kupec [Thu, 20 Sep 2007 15:37:19 +0000 (15:37 +0000)]
- don't probe the repository type upon saving if disabled (#326769)
Michael Andres [Thu, 20 Sep 2007 13:35:21 +0000 (13:35 +0000)]
- Avoid calling rpm repeatedly in case of an error. This is fault-prone,
esp. if the error occurred executing the packages post-install script.
Michael Andres [Thu, 20 Sep 2007 09:20:26 +0000 (09:20 +0000)]
- If a package is deselected by user, apply this soft lock to all
available versions of this package.
Stefan Schubert [Wed, 19 Sep 2007 15:46:34 +0000 (15:46 +0000)]
Update: Do not set an item to installation if there has been already set
one for installation which has the same NVA. Bug 326286
Stefan Schubert [Wed, 19 Sep 2007 15:44:39 +0000 (15:44 +0000)]
Update: Do not set an item to installation if there has been already set
one for installation which has the same NVA. Bug 326286
Michael Andres [Wed, 19 Sep 2007 13:34:05 +0000 (13:34 +0000)]
changes
Michael Andres [Wed, 19 Sep 2007 12:23:17 +0000 (12:23 +0000)]
Enable package cache during commit.
Stefan Schubert [Tue, 18 Sep 2007 12:01:47 +0000 (12:01 +0000)]
version 3.24.2
Stefan Schubert [Tue, 18 Sep 2007 12:00:24 +0000 (12:00 +0000)]
Do not regarding requirements for packages which will be deleted in the
same solver run. Bug 310618
Stefan Schubert [Mon, 17 Sep 2007 17:33:03 +0000 (17:33 +0000)]
new translations added
Jan Kupec [Mon, 17 Sep 2007 14:55:48 +0000 (14:55 +0000)]
- don't download filelists in the test either
Jan Kupec [Mon, 17 Sep 2007 14:37:56 +0000 (14:37 +0000)]
changes
Jan Kupec [Mon, 17 Sep 2007 14:33:00 +0000 (14:33 +0000)]
- don't download filelists.xml.gz (#307105)
Michael Andres [Mon, 17 Sep 2007 13:54:41 +0000 (13:54 +0000)]
changes
Michael Andres [Mon, 17 Sep 2007 13:54:23 +0000 (13:54 +0000)]
Improve estimated diskusage while there is no valid solver result.
Stefan Schubert [Mon, 17 Sep 2007 13:23:10 +0000 (13:23 +0000)]
Bugfix in vendor change of a required resolvable (Correct error message)
Bug 310455
Stefan Schubert [Mon, 17 Sep 2007 13:20:17 +0000 (13:20 +0000)]
Bugfix in vendor change of a required resolvable (Correct error message)
Bug 310455
Michael Andres [Mon, 17 Sep 2007 12:19:24 +0000 (12:19 +0000)]
Update ZYPP_CACHE_SCHEMA_VERSION
Ladislav Slezak [Mon, 17 Sep 2007 10:38:25 +0000 (10:38 +0000)]
- fixed DU parsing in inst-sys (#308659)
- revision 7256
Michael Andres [Fri, 14 Sep 2007 21:14:12 +0000 (21:14 +0000)]
changes
Michael Andres [Fri, 14 Sep 2007 21:13:47 +0000 (21:13 +0000)]
- Fixed YUM parser, database schema, RepoImpl, PatchRpm and DeltaRpm
to parse, store and provide patch/delta rpms name edition and architecture,
filtering incomatible archs.
- Fixed DeltaCandidates to filter patch/delta rpms that done match the target
packages NVRA.
Michael Andres [Fri, 14 Sep 2007 15:32:39 +0000 (15:32 +0000)]
Provide repo::makeDeltaCandidates templates for convenient construction from
any Repository container or iterator pair.
Michael Andres [Fri, 14 Sep 2007 15:30:23 +0000 (15:30 +0000)]
backup
Michael Andres [Thu, 13 Sep 2007 16:02:13 +0000 (16:02 +0000)]
changes
Michael Andres [Thu, 13 Sep 2007 16:01:54 +0000 (16:01 +0000)]
- On update do not delete unmaintained non-SuSE packages.
Stefan Schubert [Thu, 13 Sep 2007 13:26:10 +0000 (13:26 +0000)]
new translations
Duncan Mac-Vicar P [Thu, 13 Sep 2007 11:35:10 +0000 (11:35 +0000)]
changes
Ladislav Slezak [Thu, 13 Sep 2007 11:08:56 +0000 (11:08 +0000)]
- ZYppImpl::getPartitions() - don't return the current partitioning
when the partitioning hasn't been set - fixes DU parsing in
inst-sys (#308659)
Duncan Mac-Vicar P [Thu, 13 Sep 2007 09:30:12 +0000 (09:30 +0000)]
changes
Duncan Mac-Vicar P [Wed, 12 Sep 2007 21:21:19 +0000 (21:21 +0000)]
- throw a FileCheck exception if the file verification fails. Solves
a old hack in zypper
Michael Andres [Wed, 12 Sep 2007 17:06:01 +0000 (17:06 +0000)]
changes
Michael Andres [Wed, 12 Sep 2007 17:05:40 +0000 (17:05 +0000)]
- Various disk space calculation fixes. Susetags, plaindir and rpmdb
now provide more detailed disk usage information.
Yum metadata don't, so we book the package size to '/'. (#308362)
Michael Andres [Wed, 12 Sep 2007 16:40:04 +0000 (16:40 +0000)]
- Adapt test: Susetags DU parser no longer stores all entries, but just up to level 3.
Michael Andres [Wed, 12 Sep 2007 16:37:50 +0000 (16:37 +0000)]
Add one more level of DU info stored.
Michael Andres [Wed, 12 Sep 2007 16:36:18 +0000 (16:36 +0000)]
If switching to UI status S_Update, tag the installed item as to be deleted by SOLVER
(unless installOnly is set). This way we will get a better disk usage result, even if
no autosolving is on. The next solver run will reset and recompute this setting anyway.
Duncan Mac-Vicar P [Wed, 12 Sep 2007 15:57:05 +0000 (15:57 +0000)]
better handling of exceptions here, remembering all errors.
Michael Andres [Wed, 12 Sep 2007 15:26:40 +0000 (15:26 +0000)]
Fixed RpmHeader to provide correct DU data.
Michael Andres [Wed, 12 Sep 2007 15:24:20 +0000 (15:24 +0000)]
- Assert assert leading and trailing '/' on pathnames in ctor.
- Remove empty dummy operator= causing data loss
Michael Andres [Wed, 12 Sep 2007 15:20:11 +0000 (15:20 +0000)]
remove obsolete logline
Michael Andres [Wed, 12 Sep 2007 15:17:53 +0000 (15:17 +0000)]
Fix du entries. Need to store all parent entries as well.
Michael Andres [Wed, 12 Sep 2007 15:15:55 +0000 (15:15 +0000)]
Store DU entries, if they are equal to or parent of a mountpoint. If no
mountpoints are available limit DU entries to depth 3.
Michael Andres [Wed, 12 Sep 2007 15:11:12 +0000 (15:11 +0000)]
avoid excessive warnings about skipped files in multiarch repos
Stefan Schubert [Wed, 12 Sep 2007 13:49:27 +0000 (13:49 +0000)]
Regarding keep state while recycle old valid solver results. Bug 286889
Stefan Schubert [Wed, 12 Sep 2007 13:48:13 +0000 (13:48 +0000)]
Regarding keep state while recycle old valid solver results. Bug 286889
Jan Kupec [Wed, 12 Sep 2007 10:25:42 +0000 (10:25 +0000)]
changes
Jan Kupec [Wed, 12 Sep 2007 10:23:56 +0000 (10:23 +0000)]
- report 100% progress on finish (bug #309431)
Stefan Schubert [Tue, 11 Sep 2007 15:26:31 +0000 (15:26 +0000)]
7191
Stefan Schubert [Tue, 11 Sep 2007 15:25:16 +0000 (15:25 +0000)]
Update: rename language packages --> take that package which fits to the
selected language Bug 308098
Duncan Mac-Vicar P [Tue, 11 Sep 2007 14:13:32 +0000 (14:13 +0000)]
changes
Duncan Mac-Vicar P [Tue, 11 Sep 2007 14:13:31 +0000 (14:13 +0000)]
- restore deltas and patches from the cache (#309124)
Michael Andres [Tue, 11 Sep 2007 13:01:52 +0000 (13:01 +0000)]
changes
Michael Andres [Tue, 11 Sep 2007 13:01:30 +0000 (13:01 +0000)]
- Don't fail if a product is deleted multiple times (e.g. due to
obsoletes and an explicit deleted request). (#308746)
Jan Kupec [Tue, 11 Sep 2007 11:53:32 +0000 (11:53 +0000)]
.changes
Jan Kupec [Tue, 11 Sep 2007 11:52:41 +0000 (11:52 +0000)]
- SYSCONFDIR variable added for /etc
Michael Andres [Tue, 11 Sep 2007 11:40:18 +0000 (11:40 +0000)]
Log filesystem operations as milestone
Stefan Schubert [Tue, 11 Sep 2007 10:18:31 +0000 (10:18 +0000)]
uninstallable resolvable -->suggested solution: delete; Bug 308164
Stefan Schubert [Tue, 11 Sep 2007 10:17:51 +0000 (10:17 +0000)]
uninstallable resolvable -->suggested solution: delete; Bug 308164
Duncan Mac-Vicar P [Tue, 11 Sep 2007 09:49:39 +0000 (09:49 +0000)]
- test case fot isExist()
Stefan Haas [Tue, 11 Sep 2007 08:40:28 +0000 (08:40 +0000)]
Added std-constructor
Stefan Schubert [Mon, 10 Sep 2007 14:50:25 +0000 (14:50 +0000)]
3.22.6
Stefan Schubert [Mon, 10 Sep 2007 14:49:54 +0000 (14:49 +0000)]
3.22.6
Stefan Schubert [Mon, 10 Sep 2007 14:19:53 +0000 (14:19 +0000)]
new translations
Stefan Schubert [Mon, 10 Sep 2007 14:18:44 +0000 (14:18 +0000)]
new translations
Ladislav Slezak [Mon, 10 Sep 2007 13:53:08 +0000 (13:53 +0000)]
- fixed disk usage counting of updated packages (#308362)
Stefan Schubert [Mon, 10 Sep 2007 12:18:23 +0000 (12:18 +0000)]
r 7160
Stefan Schubert [Mon, 10 Sep 2007 12:16:36 +0000 (12:16 +0000)]
- Splitting packages: Take the package with the best
architecture,edition ONLY; Bug 308591
Ladislav Slezak [Mon, 10 Sep 2007 09:05:47 +0000 (09:05 +0000)]
- properly report fallback disk usage size (in kB instead of bytes)
when disk usage is not known (YUM repos) (#308475)
Michael Andres [Fri, 7 Sep 2007 13:26:56 +0000 (13:26 +0000)]
changes
Michael Andres [Fri, 7 Sep 2007 13:26:40 +0000 (13:26 +0000)]
- Install a sample /etc/zypp.conf. (#306615)
- Fixed missing soversion symlink in package.
Stefan Haas [Fri, 7 Sep 2007 11:59:14 +0000 (11:59 +0000)]
return was on the wrong place
Stefan Schubert [Fri, 7 Sep 2007 11:04:24 +0000 (11:04 +0000)]
RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
308252
Stefan Schubert [Fri, 7 Sep 2007 11:03:17 +0000 (11:03 +0000)]
RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
308252
Stefan Haas [Fri, 7 Sep 2007 11:00:32 +0000 (11:00 +0000)]
stop if no db connection
Stefan Haas [Fri, 7 Sep 2007 10:17:31 +0000 (10:17 +0000)]
changed CMakeLists.txt
Stefan Haas [Fri, 7 Sep 2007 10:14:47 +0000 (10:14 +0000)]
changed to cmake
Stefan Schubert [Fri, 7 Sep 2007 10:02:12 +0000 (10:02 +0000)]
logging additional vendor
Stefan Schubert [Thu, 6 Sep 2007 16:22:56 +0000 (16:22 +0000)]
7132
Stefan Schubert [Thu, 6 Sep 2007 16:19:52 +0000 (16:19 +0000)]
if there is a candidate which is already selected for installation -->
take thatone #308082
Stefan Haas [Thu, 6 Sep 2007 15:00:17 +0000 (15:00 +0000)]
added swig-file + several changes
Michael Andres [Thu, 6 Sep 2007 12:30:02 +0000 (12:30 +0000)]
add newline at eof
Michael Andres [Thu, 6 Sep 2007 12:21:20 +0000 (12:21 +0000)]
changes
Michael Andres [Thu, 6 Sep 2007 12:21:06 +0000 (12:21 +0000)]
- Work arround installed patterns providing an empty vendor string. (#307743)
Michael Andres [Thu, 6 Sep 2007 12:20:35 +0000 (12:20 +0000)]
- Let the solver treat vendor suse and opensuse as equivalent.
Stefan Schubert [Thu, 6 Sep 2007 10:34:29 +0000 (10:34 +0000)]
Checking item before evaluating the concerning vendor
Stefan Schubert [Thu, 6 Sep 2007 10:33:05 +0000 (10:33 +0000)]
checking item before evaluate the concerning vendor
Stefan Schubert [Thu, 6 Sep 2007 09:05:14 +0000 (09:05 +0000)]
r 7117
Duncan Mac-Vicar P [Thu, 6 Sep 2007 00:24:02 +0000 (00:24 +0000)]
changes
Duncan Mac-Vicar P [Thu, 6 Sep 2007 00:23:59 +0000 (00:23 +0000)]
- Fix for bug #307163 - empty package descriptions
a.k.a shared tag not 100% implemented
Note: calling the same query in recursive manner is tricky.
All the tips to get my testcase to pass, where here:
http://www.sqlite.org/cvstrac/wiki?p=LibraryRoutineCalledOutOfSequence
Duncan Mac-Vicar P [Thu, 6 Sep 2007 00:23:51 +0000 (00:23 +0000)]
test case and reproduced bug # 307163 : empty package descriptions
Stefan Schubert [Wed, 5 Sep 2007 15:53:10 +0000 (15:53 +0000)]
r 7113
Stefan Schubert [Wed, 5 Sep 2007 15:52:16 +0000 (15:52 +0000)]
- logging "reverse" NEEDED_BY in the detail description of solver
problems.
- improved error message if a requiremnt is not fulfilled Bug 307743
- Add "ignore" option to the solution if a requirement is not fulfilled
Bug 304276
Jan Kupec [Wed, 5 Sep 2007 12:56:18 +0000 (12:56 +0000)]
- correct compiler flags
Jan Kupec [Wed, 5 Sep 2007 12:47:12 +0000 (12:47 +0000)]
version
Jan Kupec [Wed, 5 Sep 2007 12:38:27 +0000 (12:38 +0000)]
changes
Jan Kupec [Wed, 5 Sep 2007 12:32:41 +0000 (12:32 +0000)]
- fixed the order of operands of susetags local metadata status
computation (part of bug #304310)
Stefan Schubert [Tue, 4 Sep 2007 10:09:42 +0000 (10:09 +0000)]
7103
Stefan Schubert [Tue, 4 Sep 2007 10:08:57 +0000 (10:08 +0000)]
comparing vendor with VendorAttr::equivalent
Michael Andres [Tue, 4 Sep 2007 08:40:41 +0000 (08:40 +0000)]
backup