From f9a8b2af9fa046bae12967fec3468f82245d4ac41e891b98aad36a52b419275a Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 11 May 2020 08:03:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmvn?expand=0&rev=40 --- xmvn-connector-aether.spec | 2 +- xmvn-connector-gradle.spec | 2 +- xmvn-connector-ivy.spec | 2 +- xmvn-mojo.spec | 2 +- xmvn-parent.spec | 2 +- xmvn-tools.spec | 2 +- xmvn.changes | 5 +++++ xmvn.spec | 4 ++-- 8 files changed, 13 insertions(+), 8 deletions(-) diff --git a/xmvn-connector-aether.spec b/xmvn-connector-aether.spec index 972cfab..ca36194 100644 --- a/xmvn-connector-aether.spec +++ b/xmvn-connector-aether.spec @@ -1,7 +1,7 @@ # # spec file for package xmvn-connector-aether # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/xmvn-connector-gradle.spec b/xmvn-connector-gradle.spec index 82c05f4..655ce2e 100644 --- a/xmvn-connector-gradle.spec +++ b/xmvn-connector-gradle.spec @@ -1,7 +1,7 @@ # # spec file for package xmvn-connector-gradle # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/xmvn-connector-ivy.spec b/xmvn-connector-ivy.spec index 21627e1..7b39160 100644 --- a/xmvn-connector-ivy.spec +++ b/xmvn-connector-ivy.spec @@ -1,7 +1,7 @@ # # spec file for package xmvn-connector-ivy # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/xmvn-mojo.spec b/xmvn-mojo.spec index fd86aaf..fce7f53 100644 --- a/xmvn-mojo.spec +++ b/xmvn-mojo.spec @@ -1,7 +1,7 @@ # # spec file for package xmvn-mojo # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/xmvn-parent.spec b/xmvn-parent.spec index 2ad3606..25a4a0b 100644 --- a/xmvn-parent.spec +++ b/xmvn-parent.spec @@ -1,7 +1,7 @@ # # spec file for package xmvn-parent # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/xmvn-tools.spec b/xmvn-tools.spec index a3ab1f6..287cb28 100644 --- a/xmvn-tools.spec +++ b/xmvn-tools.spec @@ -1,7 +1,7 @@ # # spec file for package xmvn-tools # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/xmvn.changes b/xmvn.changes index 487285d..755445e 100644 --- a/xmvn.changes +++ b/xmvn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 11 08:02:12 UTC 2020 - Fridrich Strba + +- Do not use %%pretrans + ------------------------------------------------------------------- Thu Nov 21 14:12:45 UTC 2019 - Fridrich Strba diff --git a/xmvn.spec b/xmvn.spec index feb4f7e..1456ef3 100644 --- a/xmvn.spec +++ b/xmvn.spec @@ -1,7 +1,7 @@ # # spec file for package xmvn # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -91,7 +91,7 @@ install -d -m 755 %{buildroot}%{_datadir}/%{name}/conf/ cp -P ${maven_home}/conf/settings.xml %{buildroot}%{_datadir}/%{name}/conf/ cp -P ${maven_home}/bin/m2.conf %{buildroot}%{_datadir}/%{name}/bin/ -%pretrans minimal +%pre minimal if [ -L %{_datadir}/%{name}/conf/logging ]; then rm -f %{_datadir}/%{name}/conf/logging fi