Accepting request 695824 from home:jengelh:branches:GNOME:Factory
- Move libraries into the standard dir (/usr/lib*). nss_winbind already lives there, which I take as an indicator this move will work. OBS-URL: https://build.opensuse.org/request/show/695824 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nss-mdns?expand=0&rev=18
This commit is contained in:
parent
144a6e6463
commit
d27268435a
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 18:12:46 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Move libraries into the standard dir (/usr/lib*).
|
||||
nss_winbind already lives there, which I take as an indicator
|
||||
this move will work.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 20:11:00 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -52,9 +52,7 @@ hostnames and addresses and makes use of its superior record cacheing.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--libdir=/%{_lib} \
|
||||
%{nil}
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -83,11 +81,11 @@ fi
|
||||
%license LICENSE
|
||||
%doc README.md NEWS.md ACKNOWLEDGEMENTS.md
|
||||
%{_sbindir}/nss-mdns-config
|
||||
/%{_lib}/libnss_mdns.so.2
|
||||
/%{_lib}/libnss_mdns_minimal.so.2
|
||||
/%{_lib}/libnss_mdns4.so.2
|
||||
/%{_lib}/libnss_mdns4_minimal.so.2
|
||||
/%{_lib}/libnss_mdns6.so.2
|
||||
/%{_lib}/libnss_mdns6_minimal.so.2
|
||||
%{_libdir}/libnss_mdns.so.2
|
||||
%{_libdir}/libnss_mdns_minimal.so.2
|
||||
%{_libdir}/libnss_mdns4.so.2
|
||||
%{_libdir}/libnss_mdns4_minimal.so.2
|
||||
%{_libdir}/libnss_mdns6.so.2
|
||||
%{_libdir}/libnss_mdns6_minimal.so.2
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user