]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- move /etc/rpm to rpm-base
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Aug 2008 12:25:29 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.914

rpm.spec

index c52aa011b328ca2c9b361d5f87764b4940933c50..893b5e21fcfc1afc295f14819b7fd79da83c4a88 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -1107,7 +1107,6 @@ find %{_rpmlibdir} -name '*-linux' -type l | xargs rm -f
 #%attr(755,root,root) %{_bindir}/rpmsign
 #%attr(755,root,root) %{_bindir}/rpmverify
 
-%dir %{_sysconfdir}/rpm
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rpm/macros
 %dir %{_sysconfdir}/rpm/sysinfo
 # these are ok to be replaced
@@ -1145,6 +1144,7 @@ find %{_rpmlibdir} -name '*-linux' -type l | xargs rm -f
 
 %files base
 %defattr(644,root,root,755)
+%dir %{_sysconfdir}/rpm
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rpm
 %dir %{_rpmlibdir}
 %attr(755,root,root) %{_bindir}/banner.sh
This page took 0.03553 seconds and 4 git commands to generate.