Dominique Leuenberger 2015-05-08 20:09:15 +00:00 committed by Git OBS Bridge
parent 9a6e36d6e3
commit 58a2be2086
2 changed files with 9 additions and 3 deletions

View File

@ -22,7 +22,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
RPMMD=/repodata/
RPMMD=/repodata
YAST2=/suse/setup/descr
# Cleanup existing appdata found on the system
@ -35,8 +35,8 @@ done
while ([ "$1" = "-R" ]); do
case $4 in
rpm-md)
if appstream-util validate-relax --nonet "$6$RPMMD/*appdata.xml.gz" 2>&1 > /dev/null; then
appstream-util install-origin "$2" "$6$RPMMD/*appdata.xml.gz" $6$RPMMD/*app-icons.tar.gz 2>&1 > /dev/null
if appstream-util validate-relax --nonet "$6$RPMMD/"*appdata.xml.gz 2>&1 > /dev/null; then
appstream-util install-origin "$2" "$6$RPMMD/"*appdata.xml.gz "$6$RPMMD/"*app-icons.tar.gz 2>&1 > /dev/null
fi
;;
yast2)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 8 20:08:01 UTC 2015 - dimstar@opensuse.org
- Fix installation of rpm-md provided metadata (expanding globs
inside quotes does not work).
-------------------------------------------------------------------
Thu Apr 23 07:23:16 UTC 2015 - dimstar@opensuse.org