]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- package dbupgrade.sh
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 25 Nov 2012 18:38:33 +0000 (19:38 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 25 Nov 2012 18:38:33 +0000 (19:38 +0100)
rpm.spec

index 7e9ce6e7286c8204fb6824fecd27e01cc97f4eb1..e2d1dc627257db0c95f17cbc6a79d713a3ea68ad 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -90,6 +90,7 @@ Source25:     %{name}-php-requires.php
 Source26:      rpmdb_checkversion.c
 Source27:      macros.lang
 Source28:      rpmdb_reset.c
+Source29:      dbupgrade.sh
 Patch0:                %{name}-branch.patch
 Patch1:                %{name}-man_pl.patch
 Patch2:                %{name}-popt-aliases.patch
@@ -1140,6 +1141,7 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/rpm/sysinfo/Requirename
 
 install tools/rpmdb_checkversion $RPM_BUILD_ROOT%{_rpmlibdir}/bin
 install tools/rpmdb_reset $RPM_BUILD_ROOT%{_rpmlibdir}/bin
+install %{SOURCE29} $RPM_BUILD_ROOT%{_rpmlibdir}/bin/dbupgrade.sh
 
 # create macro loading wrappers for backward compatibility
 for m in gstreamer java mono perl php python; do
@@ -1295,6 +1297,7 @@ find %{_rpmlibdir} -name '*-linux' -type l | xargs rm -f
 
 %dir %{_rpmlibdir}/bin
 %attr(755,root,root) %{_rpmlibdir}/bin/dbconvert
+%attr(755,root,root) %{_rpmlibdir}/bin/dbupgrade.sh
 %attr(755,root,root) %{_rpmlibdir}/bin/rpmdb_checkversion
 %attr(755,root,root) %{_rpmlibdir}/bin/rpmdb_reset
 
This page took 0.037419 seconds and 4 git commands to generate.