Accepting request 1151131 from home:dimstar:rpm4.20:c

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151131
OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=220
This commit is contained in:
Danilo Spinella 2024-02-26 11:01:58 +00:00 committed by Git OBS Bridge
parent 66fd5c96b4
commit a4bc57d2e4
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 10:51:55 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Jan 22 15:39:47 UTC 2024 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -103,15 +103,15 @@ overloaded in settings.
%prep
%setup -q -n %{name}-%{name}-%{cronie_version}
%patch3 -p1
%patch4
%patch5 -p1
%patch -P 3 -p1
%patch -P 4
%patch -P 5 -p1
cp %{SOURCE7} ./cron_to_cronie.README
%patch13 -p1
%patch -P 13 -p1
%if 0%{?suse_version} > 1500
%patch14 -p1
%patch -P 14 -p1
%endif
%patch16 -p1
%patch -P 16 -p1
%build
# fill macro CRON_VERSION it is used in top three lines of crontab file,should be reworked