[dm-devel] [PATCH 1/5] multipath-tools: delete spec/rpm traces from Makefile

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Jun 30 13:42:12 UTC 2016


spec file was deleted time ago.

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 Makefile | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Makefile b/Makefile
index 06f50c8..bd7cfc1 100644
--- a/Makefile
+++ b/Makefile
@@ -60,8 +60,6 @@ recurse_uninstall:
 	done
 
 clean:	recurse_clean
-	rm -f multipath-tools.spec
-	rm -rf rpms
 
 install:	recurse_install
 
@@ -73,10 +71,3 @@ TAGS:
 	etags -a libmultipath/*.h
 	etags -a multipathd/*.c
 	etags -a multipathd/*.h
-
-release:
-	sed -e "s/__VERSION__/${VERSION}/" \
-	multipath-tools.spec.in > multipath-tools.spec
-
-rpm: release
-	rpmbuild -bb multipath-tools.spec
-- 
2.7.4




More information about the dm-devel mailing list