[freeside-commits] freeside/install/rpm freeside.spec, 1.1.4.30, 1.1.4.31
Richard Siddall
rsiddall at wavetail.420.am
Mon Apr 20 13:56:00 PDT 2009
Update of /home/cvs/cvsroot/freeside/install/rpm
In directory wavetail.420.am:/tmp/cvs-serv20911/freeside-1.7/install/rpm
Modified Files:
Tag: FREESIDE_1_7_BRANCH
freeside.spec
Log Message:
Acceptance testing of the RPM build system flushed out a place where /bin/rm
stops for input if you're running /bin/su as another user to do the build.
Adding a -f flag to stop it asking for input.
Index: freeside.spec
===================================================================
RCS file: /home/cvs/cvsroot/freeside/install/rpm/Attic/freeside.spec,v
retrieving revision 1.1.4.30
retrieving revision 1.1.4.31
diff -u -d -r1.1.4.30 -r1.1.4.31
--- freeside.spec 16 Apr 2009 03:57:30 -0000 1.1.4.30
+++ freeside.spec 20 Apr 2009 20:55:57 -0000 1.1.4.31
@@ -135,7 +135,7 @@
%prep
%setup -q
-%{__rm} bin/pod2x # Only useful to Ivan Kohler now
+%{__rm} -f bin/pod2x # Only useful to Ivan Kohler now
perl -pi -e 's|/usr/local/bin|%{_bindir}|g' FS/Makefile.PL
# RPM handles changing file ownership, so Makefile shouldn't
perl -pi -e 's/\s+-o\s+(freeside|root)(\s+-g\s+\$\{\w+\})?\s+/ /g' Makefile
More information about the freeside-commits
mailing list