]> git.pld-linux.org Git - packages/pld-builder.git/commitdiff
- chroot R mount (for /proc) for java builds
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Feb 2009 02:31:01 +0000 (02:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add procmailrc

Changed files:
    pld-builder.spec -> 1.54

pld-builder.spec

index d038f972d38c0b03c82af5522c9955038f6ddef2..d72207a4c4baf23f2f38bf8497ee660a128c8e23 100644 (file)
@@ -2,7 +2,7 @@ Summary:        PLD RPM builder environment
 Summary(pl.UTF-8):     Środowisko budowniczego pakietów RPM dla PLD
 Name:          pld-builder
 Version:       0.2
-Release:       0.55
+Release:       0.56
 License:       GPL
 Group:         Development/Building
 Source0:       %{name}-%{version}.tar.bz2
@@ -74,6 +74,7 @@ Requires(pre):        /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
 Requires:      bash
+Requires:      mount
 Requires:      poldek >= 0.21-0.20070703.00.16
 Requires:      rpm-build
 Requires:      tmpwatch
@@ -125,6 +126,24 @@ MAILTO=root
 #0 0 * * * chroot /home/users/builder/chroot-ac nice -n 19 tmpwatch -m 240 /var/cache/%{name}/ready
 EOF
 
+cat <<'EOF' > procmailrc
+LOGFILE=procmail.log
+
+#:0 c
+#mail.copy
+
+:0
+* ^X-New-PLD-Builder:
+| %{_datadir}/bin/request-handler.sh
+
+:0
+* ^FROM_MAILER
+/dev/null
+
+#:0
+#!root@example.org
+EOF
+
 cat <<'EOF' > rpm.macros
 # rpm macros for pld builder chroot
 
This page took 0.06642 seconds and 4 git commands to generate.