Public bug reported:

A merge of fence-agents appears to be available presently.
Upstream: tbd
Debian:   4.12.1-1    4.12.1-2~exp1
Ubuntu:   4.12.1-2~exp1ubuntu4


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

If this merge pulls in a new upstream version, also consider adding an
entry to the Oracular Release Notes:
https://discourse.ubuntu.com/c/release/38


### New Debian Changes ###

fence-agents (4.12.1-1) unstable; urgency=medium

  * New upstream version 4.12.1 (Closes: #1029768)

 -- Valentin Vidic <[email protected]>  Sat, 28 Jan 2023 09:06:44 +0100

fence-agents (4.12.0-1) unstable; urgency=medium

  [ Lucas Kanashiro ]
  * d/rules: use $DEB_HOST_ARCH variable to detect host architecture
  * d/rules: disable -Wstringop-truncation in s390x to fix a FTBFS with GCC 12

  [ Valentin Vidic ]
  * New upstream version 4.12.0
  * Refresh patches for new version
  * Update Debian copyright year
  * Update Standards-Version to 4.6.2
  * Update metadata test for new version
  * Create temporary directory for agents
  * Leave zvm agent enabled
  * Generate secret key on package install

 -- Valentin Vidic <[email protected]>  Sat, 14 Jan 2023 15:44:02 +0100

fence-agents (4.11.0-1) unstable; urgency=medium

  * New upstream version 4.11.0
  * Refresh patches for new version
  * Create packages for fence-virt and fence-virtd
  * Update watch file url
  * Update Debian copyright
  * Update Standards-Version to 4.6.0
  * Cleanup lintian-overrides
  * Fix lintian warning for syslog.target
  * Replace deprecated logging.warn calls
  * Ignore warnings in metadata output

 -- Valentin Vidic <[email protected]>  Sun, 01 May 2022 17:51:59 +0200

fence-agents (4.7.1-1) unstable; urgency=medium

  * New upstream version 4.7.1
  * Update dependencies for new version

 -- Valentin Vidic <[email protected]>  Mon, 08 Feb 2021 20:32:01 +0100

fence-agents (4.7.0-1) unstable; urgency=medium

  * New upstream version 4.7.0
  * Run delay test using dash again
  * Update watch file version
  * Include pkgconfig in the package

 -- Valentin Vidic <[email protected]>  Thu, 10 Dec 2020 21:25:57 +0100

fence-agents (4.6.0-3) unstable; urgency=medium

  * Run delay test using bash (Closes: #975543)
  * Update Standards-Version to 4.5.1

 -- Valentin Vidic <[email protected]>  Tue, 01 Dec 2020 22:28:44 +0100

fence-agents (4.6.0-2) unstable; urgency=medium

  [ Rafael David Tinoco ]
  * d/t/metadata: force gawk and fix warning message

  [ Valentin Vidic ]
  * Cleanup unused lintian-overrides
  * Fix failing reproducible build with some locales
  * Run delay test in parallel to save time

 -- Valentin Vidic <[email protected]>  Sat, 17 Oct 2020 11:15:38 +0200

fence-agents (4.6.0-1) unstable; urgency=medium

  * New upstream version 4.6.0
  * Refresh patches for new version
  * Update lintian-overrides for new version
  * Fix awk warning in autopkgtest

 -- Valentin Vidic <[email protected]>  Wed, 02 Sep 2020 22:27:26 +0200

fence-agents (4.5.2-3) unstable; urgency=medium

  * Move fence_kdump_send to /usr/libexec
  * Remove Build-Depends on openstack modules
  * Remove explicit dh_missing call
  * Fix package description
  * Add comment why tests are disabled during build

 -- Valentin Vidic <[email protected]>  Sat, 16 May 2020 12:13:29 +0200

fence-agents (4.5.2-2) unstable; urgency=medium

  [ Valentin Vidic ]
  * Enable CI on salsa
  * Fix lintian manpage warnings
  * Move testing to autopkgtest
  * Fix build error on autodetect agents


### Old Ubuntu Delta ###

fence-agents (4.12.1-2~exp1ubuntu4) noble; urgency=medium

  * d/p/fence_azure_arm-fix-get-virtual-machines-call: fix get virtual machines
    call to match API changes in python3-azure. This fixes the otherwise
    completely broken Azure fence agent.

 -- Robie Basak <[email protected]>  Tue, 16 Apr 2024 13:38:28
+0000

fence-agents (4.12.1-2~exp1ubuntu3) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <[email protected]>  Mon, 08 Apr 2024 17:57:24
+0200

fence-agents (4.12.1-2~exp1ubuntu2) mantic; urgency=medium

  * d/control: demote ipmitool and sbd dependencies to Suggests.
    fence-agents-{ipmilan,sbd} depend on packages in universe, instead of
    promoting them to main let's change the relationship to Suggests.
  * d/t/control: use needs-recommends restrictions since @recommends@ is not
    supported. In the autopkgtest version used in the Ubuntu infrastructure,
    the @recommends@ in Depends does not work. For now, let's use the deprecated
    needs-recommends restriction.

 -- Lucas Kanashiro <[email protected]>  Thu, 13 Jul 2023 17:51:39
-0300

fence-agents (4.12.1-2~exp1ubuntu1) mantic; urgency=medium

  * Merge with Debian experimental (LP: #2018071). Remaining changes:
    - d/t/delay: Reduce minimum delay when running on ppc64el.
    - Create the fence-agents-base binary package.
      This is a metapackage to install all the agents curated by the
      Ubuntu Server team.
    - Rename fence-agents with non-curated agents to fence-agents-extra.
      This is a metapackage to install all the agents non-curated by the
      Ubuntu Server team.
    - Create a transitional binary package called fence-agents.
      It depends on both fence-agents-{base,extra}.
  * Dropped:
    - d/rules: install files in debian/fence-agents instead of debian/tmp.
    - Create the fence-agents-common binary package with files to be
      shared by agents.
    - Update the way agents description are added to the package
      description to support the split.
    - d/curated-agents: add set of curated agents to the -base package.
      They are: fence_scsi, fence_mpath, fence_sbd, fence_ipmilan and
      friends (fence_idrac, fence_ilo3, fence_ilo4, fence_ilo5, fence_imm,
      and fence_ipmilanplus).
    - d/control: suggest dependecies of agents in the -base package
      (LP #1863677).

 -- Lucas Kanashiro <[email protected]>  Thu, 06 Jul 2023 17:56:39
-0300

** Affects: fence-agents (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: needs-merge upgrade-software-version

** Changed in: fence-agents (Ubuntu)
    Milestone: None => ubuntu-24.05

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064402

Title:
  Merge fence-agents from Debian unstable for oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fence-agents/+bug/2064402/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to