From: Thomas Lamprecht Date: Mon, 27 Jul 2015 14:25:46 +0000 (+0200) Subject: gfs2-utils: update package control files X-Git-Url: https://git.proxmox.com/?p=gfs2-utils.git;a=commitdiff_plain;h=2e33af16a7d5f8714d7948ed468f53225cec1018 gfs2-utils: update package control files Updated debian package control files and Makefile to build GFS2-3.1.8 for Proxmox VE 4. We use the following gfs2-utils sources for this build: gfs2-utils.git: 3.1.8 tag Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 101cdc2..3acf18d 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -RELEASE=3.0 +RELEASE=4.0 PACKAGE=gfs2-utils PKGREL=1 -GFSUVER=3.1.3 -GFSUDIR=gfs2-utils +GFSUVER=3.1.8 +GFSUDIR=gfs2-utils-${GFSUVER} GFSUSRC=gfs2-utils-${GFSUVER}.tar.gz GITVERSION:=$(shell cat .git/refs/heads/master) diff --git a/debian/changelog b/debian/changelog index 1b6aa0a..4bb8086 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -gfs2-utils (3.1.3-1) unstable; urgency=low +gfs2-utils (3.1.8-1) unstable; urgency=low - * Initial release + * bump to version 3.1.8, compiling for PVE4 -- Proxmox Support Team Thu, 16 Feb 2012 13:44:11 +0100 diff --git a/debian/control b/debian/control index 6199451..8a348ff 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: gfs2-utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, psmisc, redhat-cluster-pve +Depends: ${shlibs:Depends}, ${misc:Depends}, psmisc, python, corosync Description: Global file system 2 tools The Global File System allows a cluster of machines to concurrently access shared storage hardware like SANs or iSCSI and network block devices. GFS diff --git a/debian/copyright b/debian/copyright index 281b00f..6d617c0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Proxmox Support Team on thu, 16 Feb 2012 + Proxmox Support Team on mon, 27 Jul 2015 It was downloaded from: diff --git a/debian/docs b/debian/docs index 1729ad5..8dfca40 100644 --- a/debian/docs +++ b/debian/docs @@ -1,5 +1,4 @@ README.build -doc/usage.txt doc/gfs2.txt doc/journaling.txt debian/SOURCE diff --git a/debian/rules b/debian/rules index d8ae795..5256dca 100755 --- a/debian/rules +++ b/debian/rules @@ -18,14 +18,12 @@ BUILDDIR=debian/gfs2-utils override_dh_auto_install: $(MAKE) install DESTDIR=$(BUILDROOT)/$(BUILDDIR) - rmdir $(BUILDDIR)/var/run/cluster - # we do not install upstream doc, instead we use # dh_installdocs and dh_installexamples to copy files rm -rf $(BUILDDIR)/usr/share/doc/gfs2-utils dh_installdocs - install -D -m 755 gfs2/init.d/gfs2-cluster $(BUILDDIR)/etc/init.d/gfs2-cluster + install -D -m 755 gfs2/init.d/gfs2 $(BUILDDIR)/etc/init.d/gfs2 - dh_installinit --onlyscripts --init-script=gfs2-cluster \ No newline at end of file + dh_installinit --onlyscripts --init-script=gfs2