# changes file. See './mkChangelog -h' for help.
#
SET(LIBZYPP_MAJOR "5")
-SET(LIBZYPP_COMPATMINOR "12")
-SET(LIBZYPP_MINOR "12")
-SET(LIBZYPP_PATCH "1")
+SET(LIBZYPP_COMPATMINOR "13")
+SET(LIBZYPP_MINOR "13")
+SET(LIBZYPP_PATCH "0")
#
# LAST RELEASED: 5.12.0 (12)
# (The number in parenthesis is LIBZYPP_COMPATMINOR)
std::string Target::targetDistributionRelease() const
{ return _pimpl->targetDistributionRelease(); }
- std::string Target::targetDistributionFlavor() const
- { return _pimpl->targetDistributionFlavor(); }
-
std::string Target::anonymousUniqueId() const
{ return _pimpl->anonymousUniqueId(); }
* Used for registration.
*/
std::string targetDistributionRelease() const;
-
- /** This is \c register.flavor attribute of the installed base product.
- * Used for registration.
- */
- std::string targetDistributionFlavor() const;
//@}
/**
std::string TargetImpl::targetDistributionRelease() const
{ return rpmdb2solvAttr( "register.release", _root ); }
- std::string TargetImpl::targetDistributionFlavor() const
- { return rpmdb2solvAttr( "register.flavor", _root ); }
-
///////////////////////////////////////////////////////////////////
std::string TargetImpl::anonymousUniqueId() const
/** \copydoc Target::targetDistributionRelease()*/
std::string targetDistributionRelease() const;
- /** \copydoc Target::targetDistributionFlavor() */
- std::string targetDistributionFlavor() const;
-
protected:
/** Path to the target */
Pathname _root;