Merge pull request #1049 from Rmys/master
os-prober rebuild diğer sistemleri görmüyor
This commit is contained in:
Executable → Regular
+7
-1
@@ -9,6 +9,11 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
#pisilinux icin grub2 olarak ayarla
|
||||||
|
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")
|
shelltools.unlink("Makefile")
|
||||||
autotools.make("newns")
|
autotools.make("newns")
|
||||||
|
|
||||||
@@ -16,7 +21,8 @@ def install():
|
|||||||
pisitools.dodoc("debian/copyright", "debian/changelog", "README")
|
pisitools.dodoc("debian/copyright", "debian/changelog", "README")
|
||||||
pisitools.dobin("os-prober")
|
pisitools.dobin("os-prober")
|
||||||
pisitools.dobin("linux-boot-prober")
|
pisitools.dobin("linux-boot-prober")
|
||||||
pisitools.insinto("/usr/lib/os-prober", "newns")
|
#pisitools.insinto("/usr/lib/os-prober", "newns")
|
||||||
|
pisitools.doexe("newns", "/usr/lib/os-prober/")
|
||||||
pisitools.insinto("/usr/share/os-prober", "common.sh")
|
pisitools.insinto("/usr/share/os-prober", "common.sh")
|
||||||
for d in ("os-probes",
|
for d in ("os-probes",
|
||||||
"os-probes/mounted",
|
"os-probes/mounted",
|
||||||
|
|||||||
Executable → Regular
+22
-2
@@ -12,7 +12,20 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Utility to detect other OSes on a set of drives</Summary>
|
<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>
|
<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://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.77.tar.xz</Archive>
|
<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>
|
||||||
</Source>
|
</Source>
|
||||||
<Package>
|
<Package>
|
||||||
<Name>os-prober</Name>
|
<Name>os-prober</Name>
|
||||||
@@ -25,7 +38,14 @@
|
|||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
<History>
|
<History>
|
||||||
<Update release="8">
|
<Update release="9">
|
||||||
|
<Date>2020-02-02</Date>
|
||||||
|
<Version>1.77</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="8">
|
||||||
<Date>2019-12-26</Date>
|
<Date>2019-12-26</Date>
|
||||||
<Version>1.77</Version>
|
<Version>1.77</Version>
|
||||||
<Comment>Version bump</Comment>
|
<Comment>Version bump</Comment>
|
||||||
|
|||||||
Reference in New Issue
Block a user