From: Andreas Schwab Date: Thu, 10 Jun 2010 12:31:12 +0000 (+0200) Subject: Mark /etc/rpc as %config X-Git-Tag: fedora/glibc-2.12.90-3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f76251ff8e058d661883c7f519efd41d15e7c0;p=thirdparty%2Fglibc.git Mark /etc/rpc as %config --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index f84cf9509d6..39da27029f3 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -593,7 +593,7 @@ rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo # languages very well, temporarily disable LIB_LANG='' sed -e "$LIB_LANG" -e "$SHARE_LANG" \ - -e '\,/etc/\(localtime\|nsswitch.conf\|ld\.so\.conf\|ld\.so\.cache\|default\),d' \ + -e '\,/etc/\(localtime\|nsswitch.conf\|ld\.so\.conf\|ld\.so\.cache\|default\|rpc\),d' \ -e '\,/%{_lib}/lib\(pcprofile\|memusage\)\.so,d' \ -e '\,bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\),d' } | sort > rpm.filelist @@ -957,6 +957,7 @@ rm -f *.filelist* %verify(not md5 size mtime) %config(noreplace) /etc/localtime %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf +%verify(not md5 size mtime) %config(noreplace) /etc/rpc %dir /etc/ld.so.conf.d %dir %{_prefix}/libexec/getconf %dir %{_prefix}/%{_lib}/gconv