Imported Upstream version 1.11.56 85/109385/1 upstream/1.11.56
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 10 Jan 2017 05:29:07 +0000 (14:29 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 10 Jan 2017 05:29:08 +0000 (14:29 +0900)
Change-Id: If39a6d279bc45fe6fc4a352e4b217464fc2cb2ed
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
VERSION.cmake
doc/zypper.8
doc/zypper.8.txt
package/zypper.changes

index fc11fbf..9fb056e 100644 (file)
@@ -34,7 +34,7 @@
 #
 SET(VERSION_MAJOR "1")
 SET(VERSION_MINOR "11")
-SET(VERSION_PATCH "55")
+SET(VERSION_PATCH "56")
 
-# LAST RELEASED: 1.11.55
+# LAST RELEASED: 1.11.56
 #=======
index fe3849a..040d148 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: zypper
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/18/2016
+.\"      Date: 06/17/2016
 .\"    Manual: ZYPPER
 .\"    Source: SUSE Linux
 .\"  Language: English
 .\"
-.TH "ZYPPER" "8" "05/18/2016" "SUSE Linux" "ZYPPER"
+.TH "ZYPPER" "8" "06/17/2016" "SUSE Linux" "ZYPPER"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -1277,7 +1277,7 @@ Useful together with dependency options, otherwise searching in package name is
 .PP
 \fB\-f\fR, \fB\-\-file\-list\fR
 .RS 4
-Search in file list of packages\&.
+Search in the file list of packages\&. Note that the full file list is available for installed packages only\&. For remote packages only an abstract of their file list is available within the metadata (files containing /etc/, /bin/, or /sbin/)\&.
 .RE
 .PP
 \fB\-d\fR, \fB\-\-search\-descriptions\fR
index 2745042..8dbc045 100644 (file)
@@ -698,7 +698,7 @@ Query Commands
                Useful together with dependency options, otherwise searching in package name is default.
 
        *-f*, *--file-list*::
-               Search in file list of packages.
+               Search in the file list of packages. Note that the full file list is available for installed packages only. For remote packages only an abstract of their file list is available within the metadata (files containing /etc/, /bin/, or /sbin/).
 
        *-d*, *--search-descriptions*::
                Search also in summaries and descriptions.
index 90ac0e1..aa4d574 100644 (file)
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri Jun 17 15:04:21 CEST 2016 - ma@suse.de
+
+- man: Mention known limitations when searching with --file-list
+  (bsc#982379)
+- version 1.11.56
+
+-------------------------------------------------------------------
 Wed May 18 12:37:18 CEST 2016 - ma@suse.de
 
 - Do not require --ignore-unknown in non interactive remove-command