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

rpm.spec

index b9dcd233b9eeebd0f9f0e21c2cc045613e1b82d4..a3758834d9a63f25b3d16e43f911c46c3c799944 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -35,7 +35,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.5
-Release:       0.34
+Release:       0.36
 License:       LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
@@ -1069,7 +1069,6 @@ find %{_rpmlibdir} -name '*-linux' -type l | xargs rm -f
 %doc RPM-GPG-KEY
 %attr(755,root,root) /bin/rpm
 
-%dir %{_sysconfdir}/rpm
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rpm/macros
 %dir %{_sysconfdir}/rpm/sysinfo
 # these are ok to be replaced
@@ -1105,6 +1104,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.094104 seconds and 4 git commands to generate.