Change logs for mdadm source package in Lunar

  • mdadm (4.2-5ubuntu2) lunar; urgency=medium
    
      * Add scripts/init-top/00_mount_efivarfs, mounting efivarfs. (LP: #1993541)
    
     -- Cyrus Lien <email address hidden>  Tue, 11 Apr 2023 11:22:59 +0800
  • mdadm (4.2-5ubuntu1) lunar; urgency=medium
    
      * Merge from Debian unstable, remaining changes:
        - Ship finalrd hook.
        - Do not install mdadm-shutdown.service on Ubuntu.
        - Drop broken and unused init scripts in favor of native systemd units,
          which can cause failure to reconfigure mdadm package under certain
          confiment types.
        - Drop /etc/cron.d/mdadm and migrate to systemd mdcheck_start|continue
          timer units.
        - Drop /etc/cron.daily/mdadm and migrate to system mdmonitor-oneshot
          timer unit.
        - mdcheck_start.timer configures the mdcheck on a first sunday of the
          month, with a randomized start delay of up to 24h, and runs for at
          most 6h. mdcheck_continue.timer kicks off daily, with a randomized
          start delay of up to 12h, and continues mdcheck for at most 6h.
        - mdmonitor-oneshot.timer runs daily, with a randomized start delay of
          up to 24h.
        - One can use systemd drop-ins to change .timer units timings, set
          environmental variables to decrease/increase the length of checking,
          or start the checks by hand. Previously used checkarray is still
          available, albeit not used by timer units.
        - Above ensures that previous daily / monthly checks are performed, but
          are randomized, such that performance is not as impacted across a
          cluster of machines.
        - Honor the debconf daily autoscan setting in the systemd timer.
        - d/p/mdcheck-fix-empty-spaces-in-timer-unit-files.patch:
          - The spaces were causing a FTBFS situation, triggered by
            dh_installsystemd not finding units.
        - Mention mdmonitor-oneshot.service instead of /etc/cron.daily/mdadm
          in /etc/default/mdadm
      * Dropped changes, included in Debian:
        - Install /usr/share/apport/package-hooks/source_mdadm.py with install
          instead of a second call to dh_install, which clears the execute
          permission on /usr/share/mdadm/mdcheck
        - Drop /lib/udev/rules.d/64-md-raid-assembly.rules from mdadm-udeb,
          no longer built
        - Ship /etc/mdadm directory again to prevent dpkg warning:
          unable to delete old directory '/etc/mdadm': Directory not empty
        - Display $(DEB_VENDOR) $(DEB_VERSION) in mdadm --version output
    
    mdadm (4.2-5) sid; urgency=medium
    
      * Uploading to sid.
      * Adopting package (Closes: #1009983).
    
    mdadm (4.2-4) unstable; urgency=medium
    
      * QA upload
    
      [ Debian Janitor ]
      * Remove constraints unnecessary since buster
      * Add missing ${misc:Depends} to Depends for mdadm-udeb.
      * Remove 1 obsolete maintscript entry.
    
      [ Graham Inggs ]
      * Ship /etc/mdadm directory again to prevent dpkg warning:
        unable to delete old directory '/etc/mdadm': Directory not empty
        (Closes: #1004475)
      * Display $(DEB_VENDOR) $(DEB_VERSION) in mdadm --version output
        (Closes: #1000663)
      * Drop /lib/udev/rules.d/64-md-raid-assembly.rules from Ubuntu's
        mdadm-udeb, no longer built there
      * Install Ubuntu's Apport package hook with install instead of
        a second call to dh_install, which clears the execute permission
        on /usr/share/mdadm/mdcheck
      * Bump Standards-Version to 4.6.1, no changes
    
     -- Graham Inggs <email address hidden>  Wed, 08 Mar 2023 07:35:24 +0000
  • mdadm (4.2-3ubuntu1) kinetic; urgency=medium
    
      * Merge from Debian unstable, remaining changes:
        - Ship finalrd hook.
        - Do not install mdadm-shutdown.service on Ubuntu.
        - Drop broken and unused init scripts in favor of native systemd units,
          which can cause failure to reconfigure mdadm package under certain
          confiment types.
        - Drop /etc/cron.d/mdadm and migrate to systemd mdcheck_start|continue
          timer units.
        - Drop /etc/cron.daily/mdadm and migrate to system mdmonitor-oneshot
          timer unit.
        - mdcheck_start.timer configures the mdcheck on a first sunday of the
          month, with a randomized start delay of up to 24h, and runs for at
          most 6h. mdcheck_continue.timer kicks off daily, with a randomized
          start delay of up to 12h, and continues mdcheck for at most 6h.
        - mdmonitor-oneshot.timer runs daily, with a randomized start delay of
          up to 24h.
        - One can use systemd drop-ins to change .timer units timings, set
          environmental variables to decrease/increase the length of checking,
          or start the checks by hand. Previously used checkarray is still
          available, albeit not used by timer units.
        - Above ensures that previous daily / monthly checks are performed, but
          are randomized, such that performance is not as impacted across a
          cluster of machines.
        - Honor the debconf daily autoscan setting in the systemd timer.
        - d/p/mdcheck-fix-empty-spaces-in-timer-unit-files.patch:
          - The spaces were causing a FTBFS situation, triggered by
            dh_installsystemd not finding units.
        - Mention mdmonitor-oneshot.service instead of /etc/cron.daily/mdadm
          in /etc/default/mdadm
      * Install /usr/share/apport/package-hooks/source_mdadm.py with install
        instead of a second call to dh_install, which clears the execute
        permission on /usr/share/mdadm/mdcheck
      * Drop /lib/udev/rules.d/64-md-raid-assembly.rules from mdadm-udeb,
        no longer built
      * Ship /etc/mdadm directory again to prevent dpkg warning:
        unable to delete old directory '/etc/mdadm': Directory not empty,
        see #1004475
      * Display $(DEB_VENDOR) $(DEB_VERSION) in mdadm --version output,
        see #1000663
    
    mdadm (4.2-3) unstable; urgency=medium
    
      * Orphan.
      * Point Vcs fields to 'debian' namespace on Salsa.
    
    mdadm (4.2-2) unstable; urgency=medium
    
      * Add host name to default value for MAILFROM address. (See: #1006464)
    
    mdadm (4.2-1) unstable; urgency=medium
    
      * New upstream release.
      * Fix typo in manual page. (Closes: #1003226)
      * Set upstream's home page to Linux Raid Wiki.
      * Adjust Lintian override for new install location.
      * Bump Standards-Version to 4.6.0.
      * Reorder patches for easier submission upstream.
      * Refresh Debian patches.
    
    mdadm (4.2~rc2-7) unstable; urgency=medium
    
      * In initramfs, load efivarfs module, which has a new name. (Closes: #995047)
    
    mdadm (4.2~rc2-6) unstable; urgency=medium
    
      * Pass proper build flags to make.
    
    mdadm (4.2~rc2-5) unstable; urgency=medium
    
      * Use dh sequencer.
    
    mdadm (4.2~rc2-4) unstable; urgency=medium
    
      * Generate config even when SOURCE_DATE_EPOCH is not set; fixup to 04adb527.
       (Closes: #992853)
    
    mdadm (4.2~rc2-3) unstable; urgency=medium
    
      * Add support for 'repair' action to checkarray. (Closes: #772465)
      * Use a reproducible timestamp in mkconf; delete temporary file in initramfs.
       (Closes: #982607)
      * Adjust character set of Swedish debconf translation; no string changes.
        (Closes: #972357)
      * Update the Czech translations of debconf messages. (Closes: #972440)
      * Drop version check in postinst for an upload predating the release of oldstable.
      * Add a file with upstream metadata providing the information sought by DEP-12.
      * Fix typo in manual page.
      * Refresh Debian patches.
    
     -- Graham Inggs <email address hidden>  Wed, 25 May 2022 09:01:14 +0000