From 8b6070109666d4d09045f5de0242ff61185b532824b450f7c373a7c3b5a065eb Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Wed, 9 Jun 2021 11:27:54 +0000 Subject: [PATCH] Accepting request 898316 from home:lnussel:usrmove - install to /usr (boo#1029961) OBS-URL: https://build.opensuse.org/request/show/898316 OBS-URL: https://build.opensuse.org/package/show/Base:System/biosdevname?expand=0&rev=81 --- biosdevname.changes | 5 +++++ biosdevname.spec | 10 +++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/biosdevname.changes b/biosdevname.changes index f18dc75..db896a9 100644 --- a/biosdevname.changes +++ b/biosdevname.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 8 09:39:44 UTC 2021 - Ludwig Nussel + +- install to /usr (boo#1029961) + ------------------------------------------------------------------- Fri Sep 18 08:37:25 UTC 2020 - Sebastian Parschauer diff --git a/biosdevname.spec b/biosdevname.spec index b5d02ee..e85020e 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,7 +1,7 @@ # # spec file for package biosdevname # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,21 +74,17 @@ You can enable/disable usage of biosdevname with boot option sed -i -e 's#@@BIOSDEVNAME_RULEDEST@@#'%{_udevrulesdir}'/71-biosdevname.rules#' configure.ac autoreconf -fi %configure \ - --disable-rpath \ - --prefix=/ \ - --bindir=/bin \ - --sbindir=/sbin + --disable-rpath make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm %{buildroot}/sbin/%{name}S || : %files %defattr(-,root,root,-) %license COPYING %doc README -/sbin/%{name} +%{_sbindir}/%{name} %{_udevrulesdir}/71-biosdevname.rules %{_mandir}/man1/*