From: Dietmar Maurer Date: Wed, 18 Dec 2013 05:22:50 +0000 (+0100) Subject: update to 4.0.5 X-Git-Url: https://git.proxmox.com/?p=fence-agents-pve.git;a=commitdiff_plain;h=550426e9d00eeb6bd3bf77a2663aa73971991d57 update to 4.0.5 --- diff --git a/Makefile b/Makefile index 5d242fb..6990f89 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ RELEASE=3.1 PACKAGE=fence-agents-pve -PKGREL=2 -FAVER=4.0.0 +PKGREL=1 +FAVER=4.0.5 FADIR=fence-agents-${FAVER} -FASRC=${FADIR}.tar.gz +FASRC=${FADIR}.tar.xz ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) diff --git a/debian/changelog b/debian/changelog index bde73cc..d846df7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +fence-agents-pve (4.0.5-1) unstable; urgency=low + + * update to 4.0.5 + + * remove patch fix-rh-bug-999146-fencing-snmp-py.patch (now upstream) + + * new agent fence_hds_cb (Hitachi compute blade 2000) + + * new agent fence_hpblade (HP BladeSystem) + + * new_agent fence_ipdu (iPDU fencing agent for model 46M4002) + + * new agent fence_netio (Koukaam NETIO-230B PDU) + + * remove fence_na (no longer available) + + -- Proxmox Support Team Wed, 18 Dec 2013 06:16:25 +0100 + fence-agents-pve (4.0.0-2) unstable; urgency=low * fix https://bugzilla.redhat.com/show_bug.cgi?id=999146 diff --git a/debian/patches/series b/debian/patches/series index 8f787af..64ae7f2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -fix-rh-bug-999146-fencing-snmp-py.patch +# nothing to do \ No newline at end of file diff --git a/debian/rules b/debian/rules index 57a6d32..9e61fc7 100755 --- a/debian/rules +++ b/debian/rules @@ -22,18 +22,21 @@ drac5 \ eaton_snmp \ egenera \ eps \ +hds_cb \ +hpblade \ ibmblade \ ifmib \ ilo \ ilo_mp \ intelmodular \ +ipdu \ ipmilan \ ldom \ lib \ lpar \ manual \ mcdata \ -node_assassin \ +netio \ nss_wrapper \ rackswitch \ rsa \ diff --git a/fence-agents-4.0.0.tar.gz b/fence-agents-4.0.0.tar.gz deleted file mode 100644 index 1520fb9..0000000 Binary files a/fence-agents-4.0.0.tar.gz and /dev/null differ diff --git a/fence-agents-4.0.5.tar.xz b/fence-agents-4.0.5.tar.xz new file mode 100644 index 0000000..5e49562 Binary files /dev/null and b/fence-agents-4.0.5.tar.xz differ