Accepting request 1073524 from devel:microos

OBS-URL: https://build.opensuse.org/request/show/1073524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aardvark-dns?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2023-03-21 16:44:28 +00:00 committed by Git OBS Bridge
commit 13d101fd91
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 17 11:30:46 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
- Fix libexecdir issue on Leap and SLE
-------------------------------------------------------------------
Tue Feb 14 10:53:26 UTC 2023 - Danish Prakash <danish.prakash@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package aardvark-dns
#
# Copyright (c) SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -40,16 +40,13 @@ It can forward other requests to configured resolvers.
mkdir .cargo
cp %{SOURCE2} .cargo/config
%build
cargo build --release
mkdir -p bin
cp target/release/%{name} bin/
%install
%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix}
%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir}
%files
%license LICENSE