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> 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 # 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 # 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
@ -40,16 +40,13 @@ It can forward other requests to configured resolvers.
mkdir .cargo mkdir .cargo
cp %{SOURCE2} .cargo/config cp %{SOURCE2} .cargo/config
%build %build
cargo build --release cargo build --release
mkdir -p bin mkdir -p bin
cp target/release/%{name} bin/ cp target/release/%{name} bin/
%install %install
%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} %make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir}
%files %files
%license LICENSE %license LICENSE