From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../attachments/20110207/ffe03f31/attachment.html | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20110207/ffe03f31/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20110207/ffe03f31/attachment.html') diff --git a/zarb-ml/mageia-sysadm/attachments/20110207/ffe03f31/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110207/ffe03f31/attachment.html new file mode 100644 index 000000000..da2d555b6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110207/ffe03f31/attachment.html @@ -0,0 +1,77 @@ + + + +[480] use --nodeps when unpacking srpm + + + + +
+
+
Revision
480
+
Author
boklm
+
Date
2011-02-07 18:03:57 +0100 (Mon, 07 Feb 2011)
+
+ +

Log Message

+
use --nodeps when unpacking srpm
+ +

Modified Paths

+ + +
+
+Modified: build_system/mgarepo/trunk/MgaRepo/simplerpm.py
+===================================================================
+--- build_system/mgarepo/trunk/MgaRepo/simplerpm.py	2011-02-07 16:39:17 UTC (rev 479)
++++ build_system/mgarepo/trunk/MgaRepo/simplerpm.py	2011-02-07 17:03:57 UTC (rev 480)
+@@ -14,7 +14,7 @@
+             self.epoch = None
+ 
+     def unpack(self, topdir):
+-        execcmd(("rpm -i --define '_sourcedir %s/SOURCES' " + 
++        execcmd(("rpm -i --nodeps --define '_sourcedir %s/SOURCES' " + 
+         "--define '_specdir %s/SPECS' --define '_patchdir %s/SOURCES' %s")
+         % (topdir, topdir, topdir, self.filename))
+ 
+
+
+ + + \ No newline at end of file -- cgit v1.2.1