Dne 30.1.2018 v 09:15 Florian Weimer napsal(a): > On 01/30/2018 09:02 AM, Vít Ondruch wrote: >> ~~~ >> >> + /usr/lib/rpm/redhat/brp-ldconfig >> /sbin/ldconfig: Warning: ignoring configuration file that cannot be >> opened: /etc/ld.so.conf: No such file or directory >> >> ~~~ >> >> >> What is this ^^? Should I be worried about it? > > Context? ldconfig definitely shouldn't print /etc/ld.so.conf. > > Thanks, > Florian Local build of Ruby: ~~~ diff --git a/ruby.spec b/ruby.spec index 6eff5d9..e7b5114 100644 --- a/ruby.spec +++ b/ruby.spec @@ -21,7 +21,7 @@ %endif -%global release 87 +%global release 88 %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} # The RubyGems library has to stay out of Ruby directory three, since the @@ -742,10 +742,6 @@ sed -i '/def test_mdns_each_address$/,/^ end$/ s/^/#/' test/resolv/test_mdns.rb make check TESTS="-v $DISABLE_TESTS" -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig - %files %license BSDL %license COPYING @@ -1062,6 +1058,9 @@ make check TESTS="-v $DISABLE_TESTS" %{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec %changelog +* Tue Jan 30 2018 Vít Ondruch <vondruch@xxxxxxxxxx> - 2.5.0-88 +- Drop obsolete ldconfig scriptlets. + * Tue Jan 09 2018 Vít Ondruch <vondruch@xxxxxxxxxx> - 2.5.0-87 - Fix segfaults during generating of documentation. ~~~ Vít _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx