mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Update to parted-3.6.
This commit is contained in:
parent
d129835cfa
commit
a3be1210ad
@ -38,6 +38,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>April 10th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to parted-3.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;17914">#17914</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>April 10th, 2023</para>
|
||||
<itemizedlist>
|
||||
|
@ -51,7 +51,7 @@
|
||||
<!ENTITY mdadm-version "4.2">
|
||||
<!ENTITY ntfs-3g-version "2022.10.3">
|
||||
<!ENTITY gptfdisk-version "1.0.9">
|
||||
<!ENTITY parted-version "3.5">
|
||||
<!ENTITY parted-version "3.6">
|
||||
<!ENTITY reiser-version "3.6.27">
|
||||
<!ENTITY smartmontools-version "7.3">
|
||||
<!ENTITY sshfs-version "3.7.3">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY parted-download-http "&gnu-http;/parted/parted-&parted-version;.tar.xz">
|
||||
<!ENTITY parted-download-ftp "&gnu-ftp;/parted/parted-&parted-version;.tar.xz">
|
||||
<!ENTITY parted-md5sum "336fde60786d5855b3876ee49ef1e6b2">
|
||||
<!ENTITY parted-md5sum "93d2d8f22baebc5eb65b85da05a79e4e">
|
||||
<!ENTITY parted-size "1.8 MB">
|
||||
<!ENTITY parted-buildsize "33 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
|
||||
<!ENTITY parted-buildsize "29 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
|
||||
<!ENTITY parted-time "0.3 SBU (additional 3.6 SBU for the tests)">
|
||||
]>
|
||||
|
||||
@ -140,9 +140,10 @@ makeinfo --plaintext -o doc/parted.txt doc/parted.texi</userinput></screen>
|
||||
PDF and Postscript documentation issue the following commands:
|
||||
</para>
|
||||
|
||||
<screen remap="doc"><userinput>texi2pdf -o doc/parted.pdf doc/parted.texi &&
|
||||
texi2dvi -o doc/parted.dvi doc/parted.texi &&
|
||||
dvips -o doc/parted.ps doc/parted.dvi</userinput></screen>
|
||||
<screen remap="doc"><userinput>cp build-aux/texinfo.tex doc &&
|
||||
texi2pdf -o doc/parted.pdf doc/parted.texi &&
|
||||
texi2dvi -o doc/parted.dvi doc/parted.texi &&
|
||||
dvips -o doc/parted.ps doc/parted.dvi</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue, as the <systemitem
|
||||
@ -156,7 +157,12 @@ dvips -o doc/parted.ps doc/parted.dvi</userinput></screen>
|
||||
"FS test with sector size != 512". This is expected since the same tests
|
||||
are run with simulated sector of 1024, 2048, and 4096 bytes; only the
|
||||
last group of tests is done with simulated sector size of 512, so that
|
||||
less tests are skipped.-->
|
||||
less tests are skipped.
|
||||
|
||||
When I ran these tests over ssh, it really made my xfce environment
|
||||
unusable. Restarting xfce fixed things, but I don't want to retry
|
||||
right now. - Bruce
|
||||
-->
|
||||
<note>
|
||||
<para>
|
||||
Many tests are skipped if not run as the <systemitem
|
||||
|
Loading…
Reference in New Issue
Block a user