3
0

Accepting request 922128 from devel:kubic

- Install into _libdir [bsc#1191070]

OBS-URL: https://build.opensuse.org/request/show/922128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnss_usrfiles?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-10-04 16:39:13 +00:00 committed by Git OBS Bridge
parent 3adf8a1bf9
commit d4f25a834b
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 29 08:29:56 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- Install into _libdir [bsc#1191070]
-------------------------------------------------------------------
Wed Aug 21 13:28:54 CEST 2019 - kukuk@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libnss_usrfiles
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@ -44,12 +44,12 @@ group, rpc, services, protocols and more.
%setup -q
%build
%configure --libdir=/%{_lib}
%configure
make %{?_smp_mflags}
%install
%make_install
rm -v %{buildroot}/%{_lib}/%{name}.{a,la,so}
rm -v %{buildroot}%{_libdir}/%{name}.{a,la,so}
%post -n libnss_usrfiles2 -p /sbin/ldconfig
@ -58,6 +58,6 @@ rm -v %{buildroot}/%{_lib}/%{name}.{a,la,so}
%files -n libnss_usrfiles2
%license COPYING
%doc README.md
/%{_lib}/libnss_usrfiles.so.2*
%{_libdir}/libnss_usrfiles.so.2*
%changelog