platform/upstream/libzypp.git
14 years agoAllow to query installed packages only.
Michael Andres [Fri, 11 Sep 2009 13:18:59 +0000 (15:18 +0200)]
Allow to query installed packages only.

14 years agoAdd zypp.conf option commit.downloadMode to set the default commit download policy.
Michael Andres [Fri, 11 Sep 2009 13:12:07 +0000 (15:12 +0200)]
Add zypp.conf option commit.downloadMode to set the default commit download policy.

14 years agoMove DownloadMode into its own header file and add deserialization.
Michael Andres [Fri, 11 Sep 2009 12:57:41 +0000 (14:57 +0200)]
Move DownloadMode into its own header file and add deserialization.

14 years agoCheckAccessDeleted: Ignore mmapped files below /dev
Michael Andres [Fri, 11 Sep 2009 10:29:53 +0000 (12:29 +0200)]
CheckAccessDeleted: Ignore mmapped files below /dev

14 years agoDeprecate MediaAccess::downloads (accidentally deleted)
Michael Andres [Fri, 11 Sep 2009 08:18:56 +0000 (10:18 +0200)]
Deprecate MediaAccess::downloads (accidentally deleted)

14 years agochanges 6.15.0 6.15.0
Michael Andres [Thu, 10 Sep 2009 17:15:59 +0000 (19:15 +0200)]
changes 6.15.0

14 years agoSupport nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)
Michael Andres [Thu, 10 Sep 2009 17:15:43 +0000 (19:15 +0200)]
Support nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)

Also deprecate MediaManager and MediaAccess url scheme classification
methods. They are now directly provided by class Url (schemeIs*).

14 years agoUrl: Add tests schemeIsLocal,Remote,Volatile,Downloading and scheme snfs4
Michael Andres [Thu, 10 Sep 2009 17:10:44 +0000 (19:10 +0200)]
Url: Add tests schemeIsLocal,Remote,Volatile,Downloading and scheme snfs4

14 years agoShow buildtime in output
Michael Andres [Thu, 10 Sep 2009 14:28:19 +0000 (16:28 +0200)]
Show buildtime in output

14 years agoPerform Resolver::doUpgrade even if target is not initialized.
Michael Andres [Thu, 10 Sep 2009 14:27:52 +0000 (16:27 +0200)]
Perform Resolver::doUpgrade even if target is not initialized.

It's sufficient if a targets solv file is present in the pool,
as if used with testcases.

14 years agoResert linewriter in LogControl dtor.
Michael Andres [Thu, 10 Sep 2009 12:45:06 +0000 (14:45 +0200)]
Resert linewriter in LogControl dtor.

14 years agoProxyInfoSysconfig: take care variables get initialized.
Michael Andres [Thu, 10 Sep 2009 09:46:32 +0000 (11:46 +0200)]
ProxyInfoSysconfig: take care variables get initialized.

14 years agoRemove unneeded DefaultFalseBool.
Michael Andres [Thu, 10 Sep 2009 09:43:42 +0000 (11:43 +0200)]
Remove unneeded DefaultFalseBool.

14 years agochanges 6.14.3 6.14.3
Michael Andres [Wed, 9 Sep 2009 13:23:34 +0000 (15:23 +0200)]
changes 6.14.3

14 years agoAdd Capability::guessPackageSpec parser also supporting "name-ver-rel.arch" formats.
Michael Andres [Wed, 9 Sep 2009 13:23:08 +0000 (15:23 +0200)]
Add Capability::guessPackageSpec parser also supporting "name-ver-rel.arch" formats.

14 years agoDisambiguate aliases when loading testsetup repos.
Michael Andres [Wed, 9 Sep 2009 13:22:28 +0000 (15:22 +0200)]
Disambiguate aliases when loading testsetup repos.

14 years agoTag exception text for translation. (bnc #537086)
Michael Andres [Tue, 8 Sep 2009 14:09:49 +0000 (16:09 +0200)]
Tag exception text for translation. (bnc #537086)

14 years agobackup
Michael Andres [Tue, 8 Sep 2009 14:08:53 +0000 (16:08 +0200)]
backup

14 years agoRephrase solver resolution to point out if a package will break. (bnc #520083)
Michael Andres [Mon, 7 Sep 2009 15:32:04 +0000 (17:32 +0200)]
Rephrase solver resolution to point out if a package will break. (bnc #520083)

14 years agochanges
Michael Andres [Mon, 7 Sep 2009 15:13:34 +0000 (17:13 +0200)]
changes

14 years agoFix resolution to force installation even if dependencies are missing. (bnc #531564)
Michael Andres [Mon, 7 Sep 2009 15:12:48 +0000 (17:12 +0200)]
Fix resolution to force installation even if dependencies are missing. (bnc #531564)

14 years agofix tools to compile
Michael Andres [Fri, 4 Sep 2009 11:02:31 +0000 (13:02 +0200)]
fix tools to compile

14 years agofix tools to compile
Michael Andres [Fri, 4 Sep 2009 10:27:03 +0000 (12:27 +0200)]
fix tools to compile

14 years agochanges 6.14.1 6.14.1
Michael Andres [Fri, 4 Sep 2009 10:20:42 +0000 (12:20 +0200)]
changes 6.14.1

14 years agoLock rpms architecture only on distupgrade of the running system. (bnc #458520)
Michael Andres [Fri, 4 Sep 2009 10:19:24 +0000 (12:19 +0200)]
Lock rpms architecture only on distupgrade of the running system. (bnc #458520)

14 years agoProvide the target root via ZConfig::systemRoot.
Michael Andres [Fri, 4 Sep 2009 10:15:47 +0000 (12:15 +0200)]
Provide the target root via ZConfig::systemRoot.

14 years agoLet TestSetup autoload an available @System/solv as Target.
Michael Andres [Fri, 4 Sep 2009 10:14:53 +0000 (12:14 +0200)]
Let TestSetup autoload an available @System/solv as Target.

14 years agodone
Michael Andres [Fri, 4 Sep 2009 07:42:31 +0000 (09:42 +0200)]
done

14 years agomake factory gcc happy
Michael Andres [Thu, 3 Sep 2009 13:18:26 +0000 (15:18 +0200)]
make factory gcc happy

14 years agochanges 6.14.0 6.14.0
Michael Andres [Thu, 3 Sep 2009 11:42:51 +0000 (13:42 +0200)]
changes 6.14.0

14 years agoFix serialization and restore of predicated PoolQueries.
Michael Andres [Thu, 3 Sep 2009 11:32:40 +0000 (13:32 +0200)]
Fix serialization and restore of predicated PoolQueries.

14 years agoFix PoolQuery comparison (bnc #528755)
Michael Andres [Wed, 2 Sep 2009 13:50:13 +0000 (15:50 +0200)]
Fix PoolQuery comparison (bnc #528755)

14 years agoNew class Str (string building convenience) and appendEscaped.
Michael Andres [Thu, 3 Sep 2009 11:30:24 +0000 (13:30 +0200)]
New class Str (string building convenience) and appendEscaped.

14 years agoAdd AttrMatcher == != and < (for std::container)
Michael Andres [Wed, 2 Sep 2009 13:46:47 +0000 (15:46 +0200)]
Add AttrMatcher == != and < (for std::container)

14 years agouse regex query and enhance output
Michael Andres [Tue, 1 Sep 2009 15:38:53 +0000 (17:38 +0200)]
use regex query and enhance output

14 years agoFall back to package selection if no packages are passed on the commandline.
Michael Andres [Mon, 31 Aug 2009 13:24:06 +0000 (15:24 +0200)]
Fall back to package selection if no packages are passed on the commandline.

14 years agochanges 6.13.3 6.13.3
Michael Andres [Mon, 31 Aug 2009 12:04:51 +0000 (14:04 +0200)]
changes 6.13.3

14 years agoUse empty arch as default arg, not noarch.
Michael Andres [Mon, 31 Aug 2009 10:13:17 +0000 (12:13 +0200)]
Use empty arch as default arg, not noarch.

14 years agoImprove capability parsing by avoiding regex and try/catch
Michael Andres [Fri, 28 Aug 2009 16:03:55 +0000 (18:03 +0200)]
Improve capability parsing by avoiding regex and try/catch

14 years agochanges
Duncan Mac-Vicar P [Fri, 28 Aug 2009 15:34:44 +0000 (17:34 +0200)]
changes

14 years agoDon't fail if kpackagekit is not installed (bnc #529510)
Duncan Mac-Vicar P [Fri, 28 Aug 2009 15:32:52 +0000 (17:32 +0200)]
Don't fail if kpackagekit is not installed (bnc #529510)

14 years agoProvide non-throwing Rel::parseFrom(std::string)
Michael Andres [Fri, 28 Aug 2009 14:36:06 +0000 (16:36 +0200)]
Provide non-throwing Rel::parseFrom(std::string)

14 years agoBuildRequires: libsatsolver-devel >= 0.14.5 (need SOLVER_SOLVABLE_REPO)
Michael Andres [Fri, 28 Aug 2009 09:11:09 +0000 (11:11 +0200)]
BuildRequires:  libsatsolver-devel >= 0.14.5 (need SOLVER_SOLVABLE_REPO)

14 years agoTune CheckAccessDeleted to focus on libraries and executables.
Michael Andres [Wed, 26 Aug 2009 13:57:07 +0000 (15:57 +0200)]
Tune CheckAccessDeleted to focus on libraries and executables.

14 years agoAdapt to changed satsolver API
Michael Andres [Tue, 25 Aug 2009 13:10:00 +0000 (15:10 +0200)]
Adapt to changed satsolver API

14 years agoInstall new headers.
Ján Kupec [Fri, 7 Aug 2009 11:59:32 +0000 (13:59 +0200)]
Install new headers.

14 years agofix specfile
Michael Andres [Fri, 7 Aug 2009 10:35:21 +0000 (12:35 +0200)]
fix specfile

14 years agobackup
Michael Andres [Fri, 7 Aug 2009 10:28:18 +0000 (12:28 +0200)]
backup

14 years agoCheckAccessDeleted::findService interface for testing.
Michael Andres [Fri, 7 Aug 2009 10:28:12 +0000 (12:28 +0200)]
CheckAccessDeleted::findService interface for testing.

14 years agofix makefile
Michael Andres [Fri, 7 Aug 2009 09:29:16 +0000 (11:29 +0200)]
fix makefile

14 years agoadjust include files
Michael Andres [Fri, 7 Aug 2009 07:23:38 +0000 (09:23 +0200)]
adjust include files

14 years agoAdd class CheckAccessDeleted and command zypp-CheckAccessDeleted.
Michael Andres [Thu, 6 Aug 2009 16:25:55 +0000 (18:25 +0200)]
Add class CheckAccessDeleted and command zypp-CheckAccessDeleted.

- Provide class CheckAccessDeleted and command zypp-CheckAccessDeleted
  to check for running processes which access meanwhile deleted files or
  libraries.  This may be used after commit, when trying to figure out
  which services need to be restated. (fate #300763).

14 years agoAdd compat Misc.h
Michael Andres [Tue, 4 Aug 2009 14:31:55 +0000 (16:31 +0200)]
Add compat Misc.h

14 years agoCreate misc subdirectory
Michael Andres [Tue, 4 Aug 2009 14:18:36 +0000 (16:18 +0200)]
Create misc subdirectory

14 years agochanges 6.13.0 6.13.0
Michael Andres [Mon, 3 Aug 2009 16:47:58 +0000 (18:47 +0200)]
changes 6.13.0

14 years agoNew Resolver::addUpgradeRepo to perform a dist upgrade restricted to certain reposito...
Michael Andres [Mon, 3 Aug 2009 16:45:39 +0000 (18:45 +0200)]
New Resolver::addUpgradeRepo to perform a dist upgrade restricted to certain repositories.

14 years agoUse IdStrings for vendor equivalence detection.
Michael Andres [Mon, 3 Aug 2009 11:53:35 +0000 (13:53 +0200)]
Use IdStrings for vendor equivalence detection.

14 years agochanges 6.12.0 6.12.0
Michael Andres [Fri, 31 Jul 2009 16:12:20 +0000 (18:12 +0200)]
changes 6.12.0

14 years agoTake solver_allowVendorChange option into account when computing the Selectables...
Michael Andres [Fri, 31 Jul 2009 16:12:00 +0000 (18:12 +0200)]
Take solver_allowVendorChange option into account when computing the Selectables default candidate.

14 years agoRemoving a package lock was not counted as state change (bnc #501850)
Michael Andres [Fri, 31 Jul 2009 16:08:15 +0000 (18:08 +0200)]
Removing a package lock was not counted as state change (bnc #501850)

14 years agowrite to stdout
Michael Andres [Fri, 31 Jul 2009 14:32:09 +0000 (16:32 +0200)]
write to stdout

14 years agoRemove confusing newlines in vendor change info (bnc #503859)
Michael Andres [Fri, 31 Jul 2009 13:59:16 +0000 (15:59 +0200)]
Remove confusing newlines in vendor change info (bnc #503859)

14 years agoDecrease logging
Michael Andres [Fri, 31 Jul 2009 13:29:15 +0000 (15:29 +0200)]
Decrease logging

14 years agoadapt to satsolver changes
Michael Andres [Thu, 30 Jul 2009 13:37:48 +0000 (15:37 +0200)]
adapt to satsolver changes

14 years agochanges 6.11.4 6.11.4
Michael Andres [Wed, 29 Jul 2009 11:39:07 +0000 (13:39 +0200)]
changes 6.11.4

14 years agoNo need to manually detect the location of aria2 binary.
Michael Andres [Wed, 29 Jul 2009 11:34:49 +0000 (13:34 +0200)]
No need to manually detect the location of aria2 binary.

14 years agoAvoid deadlock after fork and failed exec. (bnc 493152)
Michael Andres [Wed, 29 Jul 2009 10:50:05 +0000 (12:50 +0200)]
Avoid deadlock after fork and failed exec. (bnc 493152)

14 years agochanges
Ján Kupec [Tue, 28 Jul 2009 21:00:12 +0000 (23:00 +0200)]
changes

14 years agoDon't check for aria2c if not using it.
Ján Kupec [Tue, 28 Jul 2009 20:59:35 +0000 (22:59 +0200)]
Don't check for aria2c if not using it.

14 years agoFixed download rate reporting (bnc #513944)
Ján Kupec [Tue, 28 Jul 2009 20:54:38 +0000 (22:54 +0200)]
Fixed download rate reporting (bnc #513944)

- Fixed parsing of download rate report changed in aria2 1.4.0

14 years agochanges 6.11.2 6.11.2
Michael Andres [Mon, 27 Jul 2009 14:07:34 +0000 (16:07 +0200)]
changes 6.11.2

14 years agoCreate LogControlImpl on demand instead of using a static var.
Michael Andres [Mon, 27 Jul 2009 13:53:39 +0000 (15:53 +0200)]
Create LogControlImpl on demand instead of using a static var.

14 years agoPrint satsolver version (runtime/compiletime).
Michael Andres [Mon, 27 Jul 2009 13:28:22 +0000 (15:28 +0200)]
Print satsolver version (runtime/compiletime).

14 years agoExternalProgram: add command output redirection to stream.
Michael Andres [Thu, 23 Jul 2009 08:10:39 +0000 (10:10 +0200)]
ExternalProgram: add command output redirection to stream.

14 years agoNew misc::defaultLoadSystem convenience to create the ZYpp instance and load target...
Michael Andres [Wed, 22 Jul 2009 22:31:41 +0000 (00:31 +0200)]
New misc::defaultLoadSystem convenience to create the ZYpp instance and load target and enabled repositories.

14 years agoAdd \bZYppFactory::haveZYpp test whether the ZYpp instance is already created.
Michael Andres [Wed, 22 Jul 2009 22:30:15 +0000 (00:30 +0200)]
Add \bZYppFactory::haveZYpp test whether the ZYpp instance is already created.

14 years agoIn ExternalProgram::close discard any output instead of simply closing the pipe.
Michael Andres [Wed, 22 Jul 2009 16:31:38 +0000 (18:31 +0200)]
In ExternalProgram::close discard any output instead of simply closing the pipe.

14 years agoAdd class InstanceId: Build string to identify/retrieve a specific Solvable.
Michael Andres [Wed, 22 Jul 2009 13:29:49 +0000 (15:29 +0200)]
Add class InstanceId: Build string to identify/retrieve a specific Solvable.

14 years agochanges
Michael Andres [Tue, 21 Jul 2009 09:16:53 +0000 (11:16 +0200)]
changes

14 years agochanges 6.11.0 6.11.0
Michael Andres [Mon, 20 Jul 2009 22:01:52 +0000 (00:01 +0200)]
changes 6.11.0

14 years agoFill package cache according to download mode
Michael Andres [Mon, 20 Jul 2009 21:31:42 +0000 (23:31 +0200)]
Fill package cache according to download mode

14 years agoAdjust commit workflow to strengthen dry-run and use a single package cache.
Michael Andres [Mon, 20 Jul 2009 15:28:02 +0000 (17:28 +0200)]
Adjust commit workflow to strengthen dry-run and use a single package cache.

14 years agoAdd download policies to ZYppCommitPolicy.
Michael Andres [Mon, 20 Jul 2009 12:32:17 +0000 (14:32 +0200)]
Add download policies to ZYppCommitPolicy.

14 years agoRevert "backup"
Michael Andres [Mon, 20 Jul 2009 15:44:02 +0000 (17:44 +0200)]
Revert "backup"

This reverts commit d292b070d31b363571c18ae77cd407ad7a8e47e1.

14 years agobackup
Michael Andres [Mon, 20 Jul 2009 15:41:00 +0000 (17:41 +0200)]
backup

14 years agosupport --root
Michael Andres [Mon, 20 Jul 2009 11:18:28 +0000 (13:18 +0200)]
support --root

14 years agoNo need to explicitly unload the target before reloading it.
Michael Andres [Mon, 20 Jul 2009 11:17:17 +0000 (13:17 +0200)]
No need to explicitly unload the target before reloading it.

14 years agoFix FindSatsolver cmake file
Michael Andres [Mon, 20 Jul 2009 11:16:29 +0000 (13:16 +0200)]
Fix FindSatsolver cmake file

14 years agoState satsolver version in logfile.
Michael Andres [Thu, 16 Jul 2009 15:39:05 +0000 (17:39 +0200)]
State satsolver version in logfile.

14 years ago- add support to the package-manager script to use kpackagekit
Duncan Mac-Vicar P [Thu, 16 Jul 2009 15:09:05 +0000 (17:09 +0200)]
- add support to the package-manager script to use kpackagekit
  or gnome-packagekit if available, which allows to install local
  rpms with one click from file manager following desktop policies
  and fetching other dependencies if required.
  (fate #306526)
- version 6.10.5 (10)

14 years agoInclude vendor in output
Michael Andres [Thu, 16 Jul 2009 14:58:45 +0000 (16:58 +0200)]
Include vendor in output

14 years agoNew solver.upgradeTestcasesToKeep option in zypp.conf.
Michael Andres [Thu, 16 Jul 2009 14:32:07 +0000 (16:32 +0200)]
New solver.upgradeTestcasesToKeep option in zypp.conf.

It tells how many dist upgrade solver testcases should be kept
on the system. Per default just the last two are kept.

15 years agoDon't write a solver testcase when solving for dist upgrade, but when actually commit...
Michael Andres [Wed, 15 Jul 2009 15:59:56 +0000 (17:59 +0200)]
Don't write a solver testcase when solving for dist upgrade, but when actually committing.

15 years agoAdd new string Match::Mode STRINGSTART and STRINGEND.
Michael Andres [Wed, 15 Jul 2009 14:51:30 +0000 (16:51 +0200)]
Add new string Match::Mode STRINGSTART and STRINGEND.

15 years agoMerge branch 'master' of ssh://git@git.opensuse.org/projects/zypp/libzypp
Ján Kupec [Wed, 15 Jul 2009 12:40:08 +0000 (14:40 +0200)]
Merge branch 'master' of ssh://git@git.opensuse.org/projects/zypp/libzypp

15 years agochanges
Ján Kupec [Wed, 15 Jul 2009 12:39:40 +0000 (14:39 +0200)]
changes

15 years agoLog redirections when cURL media backend is used (fate #305320).
Ján Kupec [Wed, 15 Jul 2009 12:36:32 +0000 (14:36 +0200)]
Log redirections when cURL media backend is used (fate #305320).

15 years agoFix accidentally disabled code.
Michael Andres [Wed, 15 Jul 2009 11:14:39 +0000 (13:14 +0200)]
Fix accidentally disabled code.

15 years agoSupport "product version" detection on systems not using /etc/product.d/baseproduct.
Michael Andres [Tue, 14 Jul 2009 16:20:45 +0000 (18:20 +0200)]
Support "product version" detection on systems not using /etc/product.d/baseproduct.

On RHEL, Fedora and others the "product version" is determined by the first package
providing 'redhat-release'. This value is not hardcoded in YUM and can be configured
with the $distroverpkg variable. We use ZConfig::distroverpkg for this.

15 years agoEnable examples directory
Michael Andres [Tue, 14 Jul 2009 15:58:48 +0000 (17:58 +0200)]
Enable examples directory