From 5f220179a9c702b4ed19e70bff2f78dc1cc6cbf5599215bb1632b3fcf205de09 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 13 Jan 2025 14:42:24 +0000 Subject: [PATCH] Accepting request 1236852 from home:bmwiedemann:branches:devel:languages:perl delete leftover old version to avoid race condition (boo#1102408) OBS-URL: https://build.opensuse.org/request/show/1236852 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libconfigfile?expand=0&rev=15 --- perl-libconfigfile.changes | 5 +++++ perl-libconfigfile.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/perl-libconfigfile.changes b/perl-libconfigfile.changes index cd16558..1ba8efb 100644 --- a/perl-libconfigfile.changes +++ b/perl-libconfigfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 10 12:12:05 UTC 2025 - Bernhard Wiedemann + +- delete leftover old version to avoid race condition (boo#1102408) + ------------------------------------------------------------------- Sun Aug 28 18:41:32 UTC 2011 - andrea.turrini@gmail.com diff --git a/perl-libconfigfile.spec b/perl-libconfigfile.spec index 3e999d3..0b119c7 100644 --- a/perl-libconfigfile.spec +++ b/perl-libconfigfile.spec @@ -22,7 +22,7 @@ Name: perl-libconfigfile Summary: Parses simple configuration files Version: 1.1.1 Release: 151 -License: GPLv2+ +License: GPL-2.0+ Group: Development/Libraries/Perl Url: http://packages.qa.debian.org/libc/libconfigfile-perl.html Source0: libconfigfile-perl_%{version}.tar.gz @@ -47,6 +47,8 @@ Authors: %prep %setup -q -n libconfigfile-perl-%{version} +# delete leftover old version to not cause race conditions on which ConfigFile.pm gets installed +rm -r libconfigfile-perl-1.1 %build perl Makefile.PL