From 5e66d8738e191f02faa09115002f40edf5410bbf Mon Sep 17 00:00:00 2001 From: KuiperZone Date: Mon, 1 May 2023 14:36:09 +0100 Subject: [PATCH] Version 1.3.1 --- CHANGES | 2 +- Deploy/PupNet.metainfo.xml | 8 ++++++++ PupNet.pupnet.conf | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9f0851c..11b47aa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ + VERSION 1.3.1; TBD -- Bugfix: Fix package creation when file path of contents contain spaces (enclose file path with quotes when executing chmod). +- Bugfix: Fix package creation when file path of contents contain spaces (enclose file path with quotes when executing chmod) + VERSION 1.3.0; 2023-04-18 - Added RpmAutoProv and RpmAutoReq properties to configuration diff --git a/Deploy/PupNet.metainfo.xml b/Deploy/PupNet.metainfo.xml index 3efffb3..fe0bda2 100644 --- a/Deploy/PupNet.metainfo.xml +++ b/Deploy/PupNet.metainfo.xml @@ -66,6 +66,14 @@ + + +
    +
  • Bugfix: Fix package creation when file path of contents contain spaces (enclose file path with quotes when executing chmod)
  • +
+
+
+
    diff --git a/PupNet.pupnet.conf b/PupNet.pupnet.conf index 379f5ee..4d29987 100644 --- a/PupNet.pupnet.conf +++ b/PupNet.pupnet.conf @@ -21,7 +21,7 @@ AppId = zone.kuiper.pupnet # brackets to denote package release, i.e. '1.2.3[1]'. Release refers to a change to the deployment # package, rather the application. If release part is absent (i.e. '1.2.3'), the release value defaults # to '1'. Note that the version-release value given here may be overridden from the command line. -AppVersionRelease = 1.3.0[1] +AppVersionRelease = 1.3.1[1] # Mandatory single line application description. AppShortSummary = Cross-platform deployment utility which packages your .NET project as a ready-to-ship installation file in a single step.