From 8e653e6c3a4edbf16460196d6353543a8f73225b Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Mon, 10 Jul 2023 00:03:07 -0500 Subject: [PATCH 1/3] Fix stable-rpm action name and bump revision (#12) --- .github/workflows/build-stable-rpm.yaml | 2 +- module.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-stable-rpm.yaml b/.github/workflows/build-stable-rpm.yaml index cdb3f7f..6015644 100644 --- a/.github/workflows/build-stable-rpm.yaml +++ b/.github/workflows/build-stable-rpm.yaml @@ -1,4 +1,4 @@ -name: "build-devel-rpm" +name: "build-stable-rpm" on: push: diff --git a/module.info b/module.info index b1500f0..c9f30f1 100644 --- a/module.info +++ b/module.info @@ -2,4 +2,4 @@ name=Jailkit desc=Jailkit Jail Manager os_support=*-linux category=system -version=0.9 +version=1.0 From fd7db9ffed741f97d52d83671771ef4a020fe8b1 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Mon, 9 Oct 2023 19:42:00 -0500 Subject: [PATCH 2/3] Undo that dumb boilerplate, gotta figure out a better way (#14) --- jailkit-lib.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jailkit-lib.pl b/jailkit-lib.pl index eb387e8..e8640f3 100644 --- a/jailkit-lib.pl +++ b/jailkit-lib.pl @@ -17,11 +17,7 @@ =head1 jailkit-lib.pl =cut BEGIN { push(@INC, ".."); } -if (eval {require WebminCore;1;} ne 1) { - exit 1; -} else { - WebminCore->import(); -} +eval "use WebminCore;"; init_config(); From 3dc3df501e3da2535017755092a382e88450dba6 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Mon, 9 Oct 2023 20:40:42 -0500 Subject: [PATCH 3/3] Mark stable version 1.1 (#15) --- module.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.info b/module.info index c9f30f1..709068b 100644 --- a/module.info +++ b/module.info @@ -2,4 +2,4 @@ name=Jailkit desc=Jailkit Jail Manager os_support=*-linux category=system -version=1.0 +version=1.1