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: 12-May-2011 12:01:48 Branch: HEAD Handle: 2011051210014800 Modified files: rpm CHANGES configure.ac Log: begin to put the preliminary check for SUSE Summary: Revision Changes Path 1.3639 +1 -0 rpm/CHANGES 2.491 +1 -0 rpm/configure.ac ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/CHANGES ============================================================================ $ cvs diff -u -r1.3638 -r1.3639 CHANGES --- rpm/CHANGES 12 May 2011 07:54:56 -0000 1.3638 +++ rpm/CHANGES 12 May 2011 10:01:48 -0000 1.3639 @@ -1,4 +1,5 @@ 5.4.0 -> 5.4.1: + - devzero2000: begin to put the preliminary check for SUSE - afb: yaml: fix changelog entry markup - afb: hdrfmt.c: add ISO-8601 date format - afb: yaml: use !!timestamp for timestamps @@ . patch -p0 <<'@@ .' Index: rpm/configure.ac ============================================================================ $ cvs diff -u -r2.490 -r2.491 configure.ac --- rpm/configure.ac 11 May 2011 07:55:06 -0000 2.490 +++ rpm/configure.ac 12 May 2011 10:01:48 -0000 2.491 @@ -1969,6 +1969,7 @@ RPMCANONVENDOR="$target_vendor" case "${target_vendor}" in unknown|pc|ibm|redhat|pld|mandriva|conectiva|lvr|yellowdog|caos|crux|ark|momonga|openmamba) + test -f /etc/SuSE-release && RPMCANONVENDOR=suse test -f /etc/momonga-release && RPMCANONVENDOR=momonga test -f /etc/fedora-release && RPMCANONVENDOR=fedora test -f /etc/redhat-release && RPMCANONVENDOR=redhat @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository [email protected]
