yali blkid-run.patch rebuild
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff -Nuar a/yali/storage/storageset.py b/yali/storage/storageset.py
|
||||
--- a/yali/storage/storageset.py 2022-05-24 12:50:17.000000000 +0300
|
||||
+++ b/yali/storage/storageset.py 2022-08-20 12:57:14.912919918 +0300
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
def __init__(self, chroot="/"):
|
||||
self.devices = {}
|
||||
- self.path = os.path.join(chroot, "etc/blkid/blkid.tab")
|
||||
+ self.path = os.path.join(chroot, "run/blkid/blkid.tab")
|
||||
|
||||
def parse(self):
|
||||
with open(self.path) as blkidTab:
|
||||
@@ -24,6 +24,7 @@
|
||||
<Patches>
|
||||
<!--Patch>no_old_filesdb.patch</Patch-->
|
||||
<Patch>fix_find_device.patch</Patch>
|
||||
<Patch>blkid-run.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -92,6 +93,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="21">
|
||||
<Date>2022-08-20</Date>
|
||||
<Version>3.3.7.0</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="20">
|
||||
<Date>2022-05-24</Date>
|
||||
<Version>3.3.7.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user