]> git.proxmox.com Git - zfsonlinux.git/commitdiff
update to 0.6.5.4
authorDietmar Maurer <dietmar@proxmox.com>
Sun, 17 Jan 2016 14:31:25 +0000 (15:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 17 Jan 2016 14:32:47 +0000 (15:32 +0100)
Makefile
pkg-spl.tar.gz
pkg-zfs.tar.gz
spl-changelog.Debian
zfs-changelog.Debian

index cc304db131b92000dc18b5ebf0860b86f4a6e807..38bfd8b47fb3efb2012aed379f341cf993a676a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ RELEASE=3.4
 # also update version in 
 # zfs-changelog.Debian and spl-changelog.Debian
 ZFSVER=0.6.5
-ZFSPKGREL=1~wheezy
-SPLPKGREL=1~wheezy
+ZFSPKGREL=2~wheezy
+SPLPKGREL=2~wheezy
 ZFSPKGVER=${ZFSVER}-${ZFSPKGREL}
 SPLPKGVER=${ZFSVER}-${SPLPKGREL}
 
@@ -65,15 +65,26 @@ download:
        rm -rf pkg-spl pkg-zfs ${SPLSRC} ${ZFSSRC}
        # list tags with:  git tag --list 'master/*'
        git clone https://github.com/zfsonlinux/pkg-spl.git
-       #cd pkg-spl; git fetch --tags
+       cd pkg-spl; git checkout spl-0.6.5-release
+       cd pkg-spl; git pull --no-edit git://github.com/zfsonlinux/spl.git spl-0.6.5-release
        cd pkg-spl; git checkout master/debian/wheezy/0.6.5-1-wheezy
-       ## udate manually to 0.6.4.1 for now
-       #cd pkg-spl; git checkout upstream
-       #cd pkg-spl; git pull git://github.com/zfsonlinux/spl.git master
-       #cd pkg-spl; git checkout master/debian/wheezy/0.6.4-1-wheezy
-       #cd pkg-spl; git        merge upstream -m "merge upstream"
+       # manual merge spl-0.6.5-release
+       cd pkg-spl; git merge --no-edit spl-0.6.5-release
        git clone https://github.com/zfsonlinux/pkg-zfs.git
-       cd pkg-zfs; git checkout master/debian/wheezy/0.6.5.2-2-wheezy 
+       cd pkg-zfs; git checkout -b zfs-0.6.5.4
+       cd pkg-zfs; git pull --no-edit git://github.com/zfsonlinux/zfs.git zfs-0.6.5-release
+       cp pkg-zfs/etc/init.d/zfs-import.in zfs-import.in.backup
+       cd pkg-zfs; git checkout master/debian/wheezy/0.6.5.2-2-wheezy
+       mkdir pkg-zfs/etc/init.d/
+       # hack to resolve merger conflict
+       cp zfs-import.in.backup pkg-zfs/etc/init.d/zfs-import.in
+       cd pkg-zfs; git add etc/init.d/zfs-import.in; git commit -m "fake add to allow merge"
+       # ignore etc/init.d/zfs-import.in
+       cd pkg-zfs; git merge --no-edit zfs-0.6.5.4
+       # remove stale file after merge
+       rm pkg-zfs/etc/init.d/zfs-import.in;
+       rmdir pkg-zfs/etc/init.d
+       rm zfs-import.in.backup
        tar czf ${SPLSRC} pkg-spl
        tar czf ${ZFSSRC} pkg-zfs
 
index 75a3fa2dd13aba8a91f9072e0cd00cd6316d230f..45785f480ba34a335b61a4ce2a103279dd2cd0ae 100644 (file)
Binary files a/pkg-spl.tar.gz and b/pkg-spl.tar.gz differ
index e88a875071b05230c66c36099f0c90ee820c5106..f3f50a86fadf86ea754121218112f19b78794463 100644 (file)
Binary files a/pkg-zfs.tar.gz and b/pkg-zfs.tar.gz differ
index d0b184f74111fd4f74882d41289d1040dc0deb51..10cc480822a48506fd2b6c67fc7b81b9abad36e4 100644 (file)
@@ -1,3 +1,9 @@
+spl-linux (0.6.5-2~wheezy) unstable; urgency=low
+
+  * update to 0.6.5.4
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 17 Jan 2016 14:44:31 +0100
+
 spl-linux (0.6.5-1~wheezy) unstable; urgency=low
 
   * update to master/debian/wheezy/0.6.5-1-wheezy
index 25d568ee3ef79329c29925a477ba7fa3242d7895..659efea53fc9c8bace87c24c90afe41f82011b5e 100644 (file)
@@ -1,3 +1,9 @@
+zfs-linux (0.6.5-2~wheezy) unstable; urgency=low
+
+  * update to 0.6.5.4
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 17 Jan 2016 14:44:55 +0100
+
 zfs-linux (0.6.5-1~wheezy) unstable; urgency=low
 
   * update to master/debian/wheezy/0.6.5.2-2-wheezy