]> git.proxmox.com Git - lvm.git/commitdiff
bump version to 2.02.168-pve1
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 20 Mar 2017 08:31:27 +0000 (09:31 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 20 Mar 2017 09:17:35 +0000 (10:17 +0100)
Makefile
changelog.Debian [new file with mode: 0644]

index 9050065a6cda74ebc6d69f15b18fba5a0f83d04e..903fc85e01c2a302cd69ac5d21b3417623b77323 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ ${DEBS}: ${LVMSRC}
        for pkg in $(LVMPKGLIST) $(DMPKGLIST); do echo "debian/SOURCE" >> $(LVMDIR)/debian/$${pkg}.docs; done
        cp -v patchdir/*.patch ${LVMDIR}/debian/patches
        cat patchdir/series >> ${LVMDIR}/debian/patches/series
+       mv ${LVMDIR}/debian/changelog ${LVMDIR}/debian/changelog.org
+       cat changelog.Debian ${LVMDIR}/debian/changelog.org > ${LVMDIR}/debian/changelog
        cd ${LVMDIR}; dpkg-buildpackage -b -uc -us
 
 .PHONY: download
diff --git a/changelog.Debian b/changelog.Debian
new file mode 100644 (file)
index 0000000..7230d19
--- /dev/null
@@ -0,0 +1,7 @@
+lvm2 (2.02.168-pve1) unstable; urgency=medium
+
+  * Refresh PVE patches on top of Debian Stretch package
+
+  * Rebuild for PVE 5.0
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Mar 2017 09:56:27 +0100