Skip to content

Commit

Permalink
Mark /etc/rpc as %config
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Jun 10, 2010
1 parent ae5a8c0 commit 79f7625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 79f7625

Please sign in to comment.