[packages/rpm-build-tools] fix md5 symlink

glen glen at pld-linux.org
Fri Jun 7 15:47:47 CEST 2013


commit 6e0b69d537c9a1e043f653ce88592eebcde317e9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Jun 7 16:47:19 2013 +0300

    fix md5 symlink

 builder.sh           | 5 ++++-
 rpm-build-tools.spec | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rpm-build-tools.spec b/rpm-build-tools.spec
index 63c1109..948c0bd 100644
--- a/rpm-build-tools.spec
+++ b/rpm-build-tools.spec
@@ -6,7 +6,7 @@ Summary(ru.UTF-8):	Скрипты и утилиты, необходимые дл
 Summary(uk.UTF-8):	Скрипти та утиліти, необхідні для побудови пакетів
 Name:		rpm-build-tools
 Version:	4.5
-Release:	9
+Release:	10
 License:	GPL
 Group:		Applications/File
 Group:		Base
diff --git a/builder.sh b/builder.sh
index 5b5f58a..bfb1b97 100755
--- a/builder.sh
+++ b/builder.sh
@@ -2095,9 +2095,12 @@ init_rpm_dir() {
 	if [ ! -e ../rpm-build-tools ]; then
 		git clone  ${GIT_SERVER}/${PACKAGES_DIR}/rpm-build-tools.git ../rpm-build-tools
 	fi
-	for a in adapter builder fetchsrc_request; do
+	for a in adapter builder fetchsrc_request md5; do
 		ln -sf ../rpm-build-tools/${a}.sh $a
 	done
+	for a in md5; do
+		ln -sf ../rpm-build-tools/${a} $a
+	done
 	ln -sf ../rpm-build-tools/mirrors mirrors
 	init_builder
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/6e0b69d537c9a1e043f653ce88592eebcde317e9



More information about the pld-cvs-commit mailing list