Changeset 213d18c


Ignore:
Timestamp:
11/16/2022 07:17:43 AM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
7b9b069
Parents:
fc255ea
Message:

Update to LVM2-2.03.17

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rfc255ea r213d18c  
    4343    -->
    4444    <listitem>
     45      <para>November 16th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to LVM2-2.03.17. Fixes
     49          <ulink url="&blfs-ticket-root;17286">#17286</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 15th, 2022</para>
    4656      <itemizedlist>
  • packages.ent

    rfc255ea r213d18c  
    4343<!ENTITY fuse3-version                "3.12.0">
    4444<!ENTITY jfsutils-version             "1.1.15">
    45 <!ENTITY lvm2-version                 "2.03.16">
     45<!ENTITY lvm2-version                 "2.03.17">
    4646<!ENTITY mdadm-version                "4.2">
    4747<!ENTITY ntfs-3g-version              "2022.10.3">
  • postlfs/filesystems/lvm2.xml

    rfc255ea r213d18c  
    77  <!ENTITY lvm2-download-http "https://sourceware.org/ftp/lvm2/LVM2.&lvm2-version;.tgz">
    88  <!ENTITY lvm2-download-ftp  "ftp://sourceware.org/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "6728bfc66ffc554ba9fc9ae47edd53c5">
    10   <!ENTITY lvm2-size          "2.5 MB">
    11   <!ENTITY lvm2-buildsize     "37 MB (add 19 MB for tests; transient files can grow up to around 800 MB in the /tmp directory during tests)">
     9  <!ENTITY lvm2-md5sum        "cf6927fcf772b15d5b00f4db938f496a">
     10  <!ENTITY lvm2-size          "2.6 MB">
     11  <!ENTITY lvm2-buildsize     "45 MB (add 25 MB for tests; transient files can grow up to around 800 MB in the /tmp directory during tests)">
    1212  <!-- My build size was 124 MB with tests, but I'll leave this here. -renodr
    1313       The files in /tmp are transient. I monitor /tmp with a loop during
     
    175175
    176176<screen role="root"
    177         remap="test"><userinput>LC_ALL=en_US.UTF-8 make S=lvconvert-repair-replace check_local</userinput></screen>
    178 
    179     <para>
    180       The <command>S=...</command> option allows to skip tests. The
    181       <command>lvconvert-repair-replace</command> test has been reported
    182       to hang.
     177        remap="test"><userinput>LC_ALL=en_US.UTF-8 make check_local</userinput></screen>
     178
     179    <para>
     180      Some tests may hang. In this case they can be skipped by adding
     181      <command>S=&lt;testname&gt;</command> to the <command>make</command>
     182      command.
    183183      Other targets are available and can be listed with
    184184      <command>make -C test help</command>. The test timings are very dependent
     
    206206    Results for LVM2.2.03.16:
    207207    ### 395 tests: 241 passed, 145 skipped, 0 timed out, 1 warned, 8 failed
     208
     209    Results for LVM2.2.03.17:
     210    ### 403 tests: 333 passed, 61 skipped, 0 timed out, 3 warned, 6 failed
    208211    -->
    209212
     
    250253
    251254<screen role="root" revision="sysv"><userinput>make install
    252 rm /usr/lib/udev/rules.d/69-dm-lvm.rules</userinput></screen>
     255rm -fv /usr/lib/udev/rules.d/69-dm-lvm.rules</userinput></screen>
    253256
    254257<screen role="root" revision="systemd"><userinput>make install
Note: See TracChangeset for help on using the changeset viewer.