From 362a8ec3f18ab87daa6b06269219cf1bf32b9b0f Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 11 Aug 2020 12:26:22 +0200 Subject: [PATCH 1/2] AutoYaST: Added supplements: autoyast(vpn) into the spec file in order to install this packages if the section has been defined in the AY configuration file (bsc#1146494). --- package/yast2-vpn.changes | 8 ++++++++ package/yast2-vpn.spec | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package/yast2-vpn.changes b/package/yast2-vpn.changes index e547ce6..d9c6ad0 100644 --- a/package/yast2-vpn.changes +++ b/package/yast2-vpn.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Aug 11 12:25:45 CEST 2020 - schubi@suse.de + +- AutoYaST: Added supplements: autoyast(vpn) into the spec file + in order to install this packages if the section has been defined + in the AY configuration file (bsc#1146494). +- 4.2.5 + ------------------------------------------------------------------- Wed Feb 26 10:27:01 CET 2020 - schubi@suse.de diff --git a/package/yast2-vpn.spec b/package/yast2-vpn.spec index addac4c..d836ddd 100644 --- a/package/yast2-vpn.spec +++ b/package/yast2-vpn.spec @@ -17,7 +17,7 @@ Name: yast2-vpn -Version: 4.2.4 +Version: 4.3.0 Release: 0 Url: https://github.com/yast/yast-vpn Source0: %{name}-%{version}.tar.bz2 @@ -39,6 +39,8 @@ PreReq: %fillup_prereq Requires: yast2 >= 4.2.67 Requires: yast2-ruby-bindings +Supplements: autoyast(vpn) + BuildArch: noarch %description From 479cae3dcc75ed7d139c46b6903079e1c52fbcb5 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 11 Aug 2020 12:27:42 +0200 Subject: [PATCH 2/2] version --- package/yast2-vpn.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/yast2-vpn.changes b/package/yast2-vpn.changes index d9c6ad0..bc8cd62 100644 --- a/package/yast2-vpn.changes +++ b/package/yast2-vpn.changes @@ -4,7 +4,7 @@ Tue Aug 11 12:25:45 CEST 2020 - schubi@suse.de - AutoYaST: Added supplements: autoyast(vpn) into the spec file in order to install this packages if the section has been defined in the AY configuration file (bsc#1146494). -- 4.2.5 +- 4.3.0 ------------------------------------------------------------------- Wed Feb 26 10:27:01 CET 2020 - schubi@suse.de