From bd0fd1c4c32864414b60b51828c79198503cb3f6 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 7 Oct 2011 08:37:17 -0400 Subject: * Added support for yum libraries (if available and configured). This can dramatically reduce memory usage, and fixed several bugs: * #1014 (Package plugin can't resolve dependencies for rpms with Require: tags for full paths that aren't Provided explicitly) * #991 (Dependency Resolution difference between Package and yum) * #996 (Packages high memory usage) * Added support for Yum package groups when using yum libraries (#1039) * Fixed #911 (bcfg2 output for wrong package version with Packages is misleading) * YUMng turns down the Yum debug level itself depending on the debug/verbosity level requested by bcfg2 so you don't have to reduce the Yum debug level on a global basis * Added support for Pulp repositories, including registering Pulp consumers and binding to repositories * Added ability to disable magic OS groups --- schemas/base.xsd | 2 +- schemas/bundle.xsd | 10 ++++++---- schemas/deps.xsd | 6 +++--- schemas/packages.xsd | 8 ++++---- schemas/pkgtype.xsd | 10 +++++++++- 5 files changed, 23 insertions(+), 13 deletions(-) (limited to 'schemas') diff --git a/schemas/base.xsd b/schemas/base.xsd index e8d677737..91b7ac8f5 100644 --- a/schemas/base.xsd +++ b/schemas/base.xsd @@ -16,7 +16,7 @@ - + diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 2dd77e9af..6b32434be 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -20,11 +20,12 @@ - + Abstract implementation of a Package entry. The full - specification will be included in Rules. + specification will be generated by a plugin such as + Packages. @@ -145,11 +146,12 @@ - + Abstract implementation of a Package entry. The full - specification will be included in Rules. + specification will be generated by a plugin such as + Packages. diff --git a/schemas/deps.xsd b/schemas/deps.xsd index 539d9a7e4..b1400c320 100644 --- a/schemas/deps.xsd +++ b/schemas/deps.xsd @@ -9,7 +9,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/schemas/packages.xsd b/schemas/packages.xsd index 8b5f31118..9f16a23c0 100644 --- a/schemas/packages.xsd +++ b/schemas/packages.xsd @@ -17,7 +17,7 @@ - + @@ -26,14 +26,14 @@ - - - + diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd index 6c3821f82..23768e518 100644 --- a/schemas/pkgtype.xsd +++ b/schemas/pkgtype.xsd @@ -13,6 +13,13 @@ + + + + + + + @@ -38,7 +45,8 @@ - + + -- cgit v1.2.3-1-g7c22