RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Pinto Elia Root: /v/rpm/cvs Email: [email protected] Module: rpm Date: 06-May-2011 17:46:35 Branch: HEAD Handle: 2011050615463500 Modified files: rpm CHANGES configure.ac Log: add preliminary change for momonga buildboot Summary: Revision Changes Path 1.3624 +1 -0 rpm/CHANGES 2.488 +2 -1 rpm/configure.ac ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/CHANGES ============================================================================ $ cvs diff -u -r1.3623 -r1.3624 CHANGES --- rpm/CHANGES 6 May 2011 15:44:33 -0000 1.3623 +++ rpm/CHANGES 6 May 2011 15:46:35 -0000 1.3624 @@ -1,4 +1,5 @@ 5.4.0 -> 5.4.1: + - devzero2000: add preliminary change for momonga buildboot - devzero2000: in configure.ac distinguish properly redhat from fedora - devzero2000: update devtool.conf with lovelock. Add another autofu switch (--enable-rpm-lua-extensions-based-on-rpmlib) where appropiate @@ . patch -p0 <<'@@ .' Index: rpm/configure.ac ============================================================================ $ cvs diff -u -r2.487 -r2.488 configure.ac --- rpm/configure.ac 6 May 2011 15:44:33 -0000 2.487 +++ rpm/configure.ac 6 May 2011 15:46:35 -0000 2.488 @@ -1968,7 +1968,8 @@ esac RPMCANONVENDOR="$target_vendor" case "${target_vendor}" in -unknown|pc|ibm|redhat|pld|mandriva|conectiva|lvr|yellowdog|caos|crux|ark) +unknown|pc|ibm|redhat|pld|mandriva|conectiva|lvr|yellowdog|caos|crux|ark|momonga) + test -f /etc/momonga-release && RPMCANONVENDOR=momonga test -f /etc/fedora-release && RPMCANONVENDOR=fedora test -f /etc/redhat-release && RPMCANONVENDOR=redhat test -f /etc/pld-release && RPMCANONVENDOR=pld @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository [email protected]
