From 1a5d9c5b02349c34532e4c6aba07f869828be790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Wed, 20 Sep 2017 13:29:06 +0300 Subject: [PATCH] os-prober fix pisi-check fail and update. --- system/boot/os-prober/actions.py | 5 +++-- system/boot/os-prober/pspec.xml | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/system/boot/os-prober/actions.py b/system/boot/os-prober/actions.py index 2f477281..69e770a3 100644 --- a/system/boot/os-prober/actions.py +++ b/system/boot/os-prober/actions.py @@ -26,5 +26,6 @@ def install(): pisitools.insinto("/usr/lib/%s" % d, "%s/common/*" % d) if shelltools.isDirectory("%s/x86" % d): pisitools.insinto("/usr/lib/%s" % d, "%s/x86/*" % d) - shelltools.touch("labels") - pisitools.insinto("/var/lib/os-prober/", "labels") + + # shelltools.touch("labels") + pisitools.dodir("/var/lib/os-prober") diff --git a/system/boot/os-prober/pspec.xml b/system/boot/os-prober/pspec.xml index abb54a4b..5415f866 100644 --- a/system/boot/os-prober/pspec.xml +++ b/system/boot/os-prober/pspec.xml @@ -12,7 +12,7 @@ app:console Utility to detect other OSes on a set of drives os-probe detects other OSes available on a system and outputs the results in a generic machine-readable format. Support for new OSes and Linux distributions can be added easily. - http://http.debian.net/debian/pool/main/o/os-prober/os-prober_1.74.tar.xz + http://http.debian.net/debian/pool/main/o/os-prober/os-prober_1.76.tar.xz os-prober @@ -25,6 +25,13 @@ + + 2017-09-20 + 1.76 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-02-11 1.74