forked from pool/unzip
Accepting request 1149382 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1149382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unzip?expand=0&rev=49
This commit is contained in:
commit
e3efc3f2fb
@ -6,5 +6,5 @@ cp unzip.changes unzip-rcc.changes
|
|||||||
sed -i -e 's,Name: .*,Name: unzip-rcc,' unzip-rcc.spec
|
sed -i -e 's,Name: .*,Name: unzip-rcc,' unzip-rcc.spec
|
||||||
sed -i -e 's,%bcond_with rcc,%bcond_without rcc,' unzip-rcc.spec
|
sed -i -e 's,%bcond_with rcc,%bcond_without rcc,' unzip-rcc.spec
|
||||||
|
|
||||||
osc service localrun format_spec_file
|
osc service run format_spec_file
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 15:26:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 09:17:32 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
Mon Sep 26 09:17:32 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package unzip-rcc
|
# spec file for package unzip-rcc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -66,7 +66,7 @@ Patch24: CVE-2022-0530.patch
|
|||||||
# PATCH-FIX-UPSTREAM danilo.spinella@suse.com CVE-2022-0529 bsc#1196180
|
# PATCH-FIX-UPSTREAM danilo.spinella@suse.com CVE-2022-0529 bsc#1196180
|
||||||
Patch25: CVE-2022-0529.patch
|
Patch25: CVE-2022-0529.patch
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Recommends: %{_name}-doc
|
Recommends: %{_name}-doc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -91,30 +91,30 @@ functionality. This version can also extract encrypted archives.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}%{fileversion}
|
%setup -q -n %{_name}%{fileversion}
|
||||||
%patch0
|
%patch -P 0
|
||||||
%patch1
|
%patch -P 1
|
||||||
%patch3
|
%patch -P 3
|
||||||
%patch4
|
%patch -P 4
|
||||||
%patch5
|
%patch -P 5
|
||||||
%patch8
|
%patch -P 8
|
||||||
%if %{with rcc}
|
%if %{with rcc}
|
||||||
%patch10
|
%patch -P 10
|
||||||
%endif
|
%endif
|
||||||
%patch11
|
%patch -P 11
|
||||||
%patch12
|
%patch -P 12
|
||||||
%patch13 -p1
|
%patch -P 13 -p1
|
||||||
%patch14 -p1
|
%patch -P 14 -p1
|
||||||
%patch15 -p1
|
%patch -P 15 -p1
|
||||||
%patch16 -p1
|
%patch -P 16 -p1
|
||||||
%patch17 -p1
|
%patch -P 17 -p1
|
||||||
%patch18 -p1
|
%patch -P 18 -p1
|
||||||
%patch19 -p0
|
%patch -P 19 -p0
|
||||||
%patch20 -p1
|
%patch -P 20 -p1
|
||||||
%patch21 -p1
|
%patch -P 21 -p1
|
||||||
%patch22 -p1
|
%patch -P 22 -p1
|
||||||
%patch23 -p1
|
%patch -P 23 -p1
|
||||||
%patch24 -p1
|
%patch -P 24 -p1
|
||||||
%patch25 -p1
|
%patch -P 25 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export RPM_OPT_FLAGS="%{optflags} \
|
export RPM_OPT_FLAGS="%{optflags} \
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 15:26:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 09:17:32 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
Mon Sep 26 09:17:32 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
48
unzip.spec
48
unzip.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package unzip
|
# spec file for package unzip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -66,7 +66,7 @@ Patch24: CVE-2022-0530.patch
|
|||||||
# PATCH-FIX-UPSTREAM danilo.spinella@suse.com CVE-2022-0529 bsc#1196180
|
# PATCH-FIX-UPSTREAM danilo.spinella@suse.com CVE-2022-0529 bsc#1196180
|
||||||
Patch25: CVE-2022-0529.patch
|
Patch25: CVE-2022-0529.patch
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Recommends: %{_name}-doc
|
Recommends: %{_name}-doc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -91,30 +91,30 @@ functionality. This version can also extract encrypted archives.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}%{fileversion}
|
%setup -q -n %{_name}%{fileversion}
|
||||||
%patch0
|
%patch -P 0
|
||||||
%patch1
|
%patch -P 1
|
||||||
%patch3
|
%patch -P 3
|
||||||
%patch4
|
%patch -P 4
|
||||||
%patch5
|
%patch -P 5
|
||||||
%patch8
|
%patch -P 8
|
||||||
%if %{with rcc}
|
%if %{with rcc}
|
||||||
%patch10
|
%patch -P 10
|
||||||
%endif
|
%endif
|
||||||
%patch11
|
%patch -P 11
|
||||||
%patch12
|
%patch -P 12
|
||||||
%patch13 -p1
|
%patch -P 13 -p1
|
||||||
%patch14 -p1
|
%patch -P 14 -p1
|
||||||
%patch15 -p1
|
%patch -P 15 -p1
|
||||||
%patch16 -p1
|
%patch -P 16 -p1
|
||||||
%patch17 -p1
|
%patch -P 17 -p1
|
||||||
%patch18 -p1
|
%patch -P 18 -p1
|
||||||
%patch19 -p0
|
%patch -P 19 -p0
|
||||||
%patch20 -p1
|
%patch -P 20 -p1
|
||||||
%patch21 -p1
|
%patch -P 21 -p1
|
||||||
%patch22 -p1
|
%patch -P 22 -p1
|
||||||
%patch23 -p1
|
%patch -P 23 -p1
|
||||||
%patch24 -p1
|
%patch -P 24 -p1
|
||||||
%patch25 -p1
|
%patch -P 25 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export RPM_OPT_FLAGS="%{optflags} \
|
export RPM_OPT_FLAGS="%{optflags} \
|
||||||
|
Loading…
Reference in New Issue
Block a user