Support "product version" detection on systems not using /etc/product.d/baseproduct.
authorMichael Andres <ma@suse.de>
Tue, 14 Jul 2009 16:20:45 +0000 (18:20 +0200)
committerMichael Andres <ma@suse.de>
Tue, 14 Jul 2009 16:20:45 +0000 (18:20 +0200)
commit9c862b0dba932136e3b782bc116da1369bf0e93e
treefdf2e3b384ae8e3c9b390a805c6ea4cd04e99fa4
parent8fd10cc4dd7709a73a2ba7df7d1f759c5ab38e00
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.
VERSION.cmake
package/libzypp.changes
zypp/ZConfig.cc
zypp/ZConfig.h
zypp/target/TargetImpl.cc