os-prober 1.77
This commit is contained in:
Regular → Executable
+1
-6
@@ -9,10 +9,6 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def build():
|
||||
shelltools.system("sed -i -e 's|grub-probe|grub2-probe|g' os-probes/common/50mounted-tests \
|
||||
linux-boot-probes/common/50mounted-tests")
|
||||
shelltools.system("sed -i -e 's|grub-mount|grub2-mount|g' os-probes/common/50mounted-tests \
|
||||
linux-boot-probes/common/50mounted-tests common.sh")
|
||||
shelltools.unlink("Makefile")
|
||||
autotools.make("newns")
|
||||
|
||||
@@ -20,8 +16,7 @@ def install():
|
||||
pisitools.dodoc("debian/copyright", "debian/changelog", "README")
|
||||
pisitools.dobin("os-prober")
|
||||
pisitools.dobin("linux-boot-prober")
|
||||
#pisitools.insinto("/usr/lib/os-prober", "newns")
|
||||
pisitools.doexe("newns", "/usr/lib/os-prober/")
|
||||
pisitools.insinto("/usr/lib/os-prober", "newns")
|
||||
pisitools.insinto("/usr/share/os-prober", "common.sh")
|
||||
for d in ("os-probes",
|
||||
"os-probes/mounted",
|
||||
|
||||
Regular → Executable
+6
-19
@@ -12,20 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Utility to detect other OSes on a set of drives</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="604118a2c85c019f26429d836053675f76a46063" type="tarxz">http://cdn-fastly.deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.77.tar.xz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">fedora/os-prober-bootpart-name-fix.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-btrfsfix.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-factor-out-logger.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-factored-logger-efi-fix.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-gentoo-fix.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-grepfix.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-grub2-parsefix.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-mdraidfix.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-mounted-partitions-fix.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-no-dummy-mach-kernel.patch</Patch>
|
||||
<Patch level="1">fedora/os-prober-umount-fix.patch</Patch>
|
||||
</Patches>
|
||||
<Archive sha1sum="604118a2c85c019f26429d836053675f76a46063" type="tarxz">http://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.77.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>os-prober</Name>
|
||||
@@ -38,12 +25,12 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2019-10-10</Date>
|
||||
<Update release="8">
|
||||
<Date>2019-12-26</Date>
|
||||
<Version>1.77</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2018-07-15</Date>
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user