Imported Upstream version 14.45.14 upstream/14.45.14
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 2 Sep 2019 07:08:57 +0000 (16:08 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 2 Sep 2019 07:08:57 +0000 (16:08 +0900)
VERSION.cmake
package/libzypp.changes
zypp/RepoManager.cc

index 9f2ebf2..b3c68e6 100644 (file)
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "14")
 SET(LIBZYPP_COMPATMINOR "39")
 SET(LIBZYPP_MINOR "45")
-SET(LIBZYPP_PATCH "13")
+SET(LIBZYPP_PATCH "14")
 #
-# LAST RELEASED: 14.45.13 (39)
+# LAST RELEASED: 14.45.14 (39)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======
index f6ee65d..bc27655 100644 (file)
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Jul 18 11:43:23 CEST 2018 - ma@suse.de
+
+- RepoManager: Explicitly request repo2solv to generate application
+  pseudo packages.
+- version 14.45.14 (39)
+
+-------------------------------------------------------------------
 Wed Jul 18 10:04:45 CEST 2018 - ma@suse.de
 
 - Prefer calling "repo2solv" rather than "repo2solv.sh"
index 219a2f2..6e2f579 100644 (file)
@@ -1333,6 +1333,7 @@ namespace zypp
         cmd.push_back( "-o" );
         cmd.push_back( solvfile.asString() );
        cmd.push_back( "-X" );  // autogenerate pattern from pattern-package
+        cmd.push_back( "-A" ); // autogenerate application pseudo packages
 
         if ( repokind == RepoType::RPMPLAINDIR )
         {