Public bug reported:

Scheduled-For: ubuntu-25.06
Ubuntu: 2.03.27-1ubuntu1
Debian Unstable: 2.03.31-2

A new release of lvm2 is available for merging from Debian Unstable.

If it turns out this needs a sync rather than a merge, please change the
tag 'dcr-merge' to 'dcr-sync', and (optionally) update the title as
desired.

If this merge pulls in a new upstream version, also consider adding an
entry to the questing Release Notes:
https://discourse.ubuntu.com/t/questing-quokka-release-notes/

### New Debian Changes ###

lvm2 (2.03.31-2) unstable; urgency=medium

  * Ask build system to install stuff writable. (closes: #1104357)

 -- Bastian Blank <wa...@debian.org>  Mon, 05 May 2025 20:14:18 +0200

lvm2 (2.03.31-1) unstable; urgency=medium

  * New upstream release.

  [ Luke W Faraone ]
  * Include lvresize_fs_helper (Closes: #1068733)

 -- Bastian Blank <wa...@debian.org>  Mon, 03 Mar 2025 22:04:46 +0100


### Old Ubuntu Delta ###

lvm2 (2.03.27-1ubuntu1) plucky; urgency=medium

  * Merge with Debian unstable (LP: #2097540). Remaining changes:
    - Lower libdevmapper1.02.1's Depends: dmsetup to a Recommends:. This
      breaks the circular dependency that causes upgrade failures. As dmsetup
      is "Priority: required", this has no other practical consequences.
      (Debian #586424)
    - Add debian/initramfs-tools/lvm2/scripts/init-bottom/lvm2: We cannot
      properly synthesize LVM LV change events with udevadm trigger, so if we
      use LVM, we need to let it finish; otherwise we get missing LV symlinks.
    - Add enable-issue-discards.patch: Enable "issue_discards" option by
      default to trim SSDs when changing PVs. This option has no effect if the
      kernel or the drive does not support trimming, so it's safe to enable by
      default. (Debian #717313)
    - debian/rules:
      - Copy .po file to .pot file for Rosetta (Ubuntu specific).
    - debian/initramfs-tools/lvm2/hooks/lvm2: depend on udev since we ship
      udev rules.
    - Do not start lvm2-monitor in containers (LP #1576341)
    - d/control: add thin-provisioning-tools build-dep as configure wants it
      around for some checks at build time.
    - Don't build udeb targets.
  * Dropped changes fixed upstream:
    - Apply upstream patch (trimmed) to fix FTBFS with autoconf 2.72 (ensures
      @EGREP@ and @GREP@ get substituted with their path). (LP #2083302)
      + d/p/autoconf-2.72-grep-egrep.patch
    - Cherry-pick upstream change for libdm returning wrong error code when
      dm-verity key cannot be found (LP #2054620) (included in >= 2.03.24)
    - initramfs-tools hook: Combine calls to manual_add_modules (LP #2065180)
      + This is no longer needed since initramfs-tools 0.143. Plucky has
        initramfs-tools 0.145.
      + 
https://salsa.debian.org/kernel-team/initramfs-tools/-/merge_requests/114

 -- Olivier Gayot <olivier.ga...@canonical.com>  Thu, 06 Feb 2025
13:40:22 +0100

** Affects: lvm2 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: dcr-merge

** Changed in: lvm2 (Ubuntu)
    Milestone: None => ubuntu-25.06

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lvm2 in Ubuntu.
https://bugs.launchpad.net/bugs/2112040

Title:
  Merge lvm2 from Debian Unstable for questing

Status in lvm2 package in Ubuntu:
  New

Bug description:
  Scheduled-For: ubuntu-25.06
  Ubuntu: 2.03.27-1ubuntu1
  Debian Unstable: 2.03.31-2

  A new release of lvm2 is available for merging from Debian Unstable.

  If it turns out this needs a sync rather than a merge, please change
  the tag 'dcr-merge' to 'dcr-sync', and (optionally) update the title
  as desired.

  If this merge pulls in a new upstream version, also consider adding an
  entry to the questing Release Notes:
  https://discourse.ubuntu.com/t/questing-quokka-release-notes/

  ### New Debian Changes ###

  lvm2 (2.03.31-2) unstable; urgency=medium

    * Ask build system to install stuff writable. (closes: #1104357)

   -- Bastian Blank <wa...@debian.org>  Mon, 05 May 2025 20:14:18 +0200

  lvm2 (2.03.31-1) unstable; urgency=medium

    * New upstream release.

    [ Luke W Faraone ]
    * Include lvresize_fs_helper (Closes: #1068733)

   -- Bastian Blank <wa...@debian.org>  Mon, 03 Mar 2025 22:04:46 +0100


  ### Old Ubuntu Delta ###

  lvm2 (2.03.27-1ubuntu1) plucky; urgency=medium

    * Merge with Debian unstable (LP: #2097540). Remaining changes:
      - Lower libdevmapper1.02.1's Depends: dmsetup to a Recommends:. This
        breaks the circular dependency that causes upgrade failures. As dmsetup
        is "Priority: required", this has no other practical consequences.
        (Debian #586424)
      - Add debian/initramfs-tools/lvm2/scripts/init-bottom/lvm2: We cannot
        properly synthesize LVM LV change events with udevadm trigger, so if we
        use LVM, we need to let it finish; otherwise we get missing LV symlinks.
      - Add enable-issue-discards.patch: Enable "issue_discards" option by
        default to trim SSDs when changing PVs. This option has no effect if the
        kernel or the drive does not support trimming, so it's safe to enable by
        default. (Debian #717313)
      - debian/rules:
        - Copy .po file to .pot file for Rosetta (Ubuntu specific).
      - debian/initramfs-tools/lvm2/hooks/lvm2: depend on udev since we ship
        udev rules.
      - Do not start lvm2-monitor in containers (LP #1576341)
      - d/control: add thin-provisioning-tools build-dep as configure wants it
        around for some checks at build time.
      - Don't build udeb targets.
    * Dropped changes fixed upstream:
      - Apply upstream patch (trimmed) to fix FTBFS with autoconf 2.72 (ensures
        @EGREP@ and @GREP@ get substituted with their path). (LP #2083302)
        + d/p/autoconf-2.72-grep-egrep.patch
      - Cherry-pick upstream change for libdm returning wrong error code when
        dm-verity key cannot be found (LP #2054620) (included in >= 2.03.24)
      - initramfs-tools hook: Combine calls to manual_add_modules (LP #2065180)
        + This is no longer needed since initramfs-tools 0.143. Plucky has
          initramfs-tools 0.145.
        + 
https://salsa.debian.org/kernel-team/initramfs-tools/-/merge_requests/114

   -- Olivier Gayot <olivier.ga...@canonical.com>  Thu, 06 Feb 2025
  13:40:22 +0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/2112040/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to