SHA256
1
0
forked from pool/horst

Accepting request 1149036 from home:dimstar:rpm4.20:h

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149036
OBS-URL: https://build.opensuse.org/package/show/network:utilities/horst?expand=0&rev=10
This commit is contained in:
Dirk Mueller 2024-02-22 09:25:22 +00:00 committed by Git OBS Bridge
parent 93a2283ab2
commit 70f1cff3b8
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 22 07:58:44 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 17 13:15:17 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de> Fri Dec 17 13:15:17 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -41,8 +41,8 @@ deep packet inspection and has features for ad-hoc (IBSS) mode and
mesh networks. mesh networks.
%prep %prep
%setup -q %autosetup -p1
%patch0 -p1
if [ -z "$SOURCE_DATE_EPOCH" ]; then if [ -z "$SOURCE_DATE_EPOCH" ]; then
# Remove build time references so build-compare can do its work # Remove build time references so build-compare can do its work
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')