RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Bernhard Rosenkraenzer
Root: /v/rpm/cvs Email: bero@rpm5.org
Module: rpm Date: 12-Oct-2007 19:58:07
Branch: HEAD Handle: 2007101218580700
Modified files:
rpm CHANGES configure.ac
Log:
Add Ark Linux as RPMCANONVENDOR
Submitted by: bero
Summary:
Revision Changes Path
1.1673 +1 -0 rpm/CHANGES
2.242 +2 -1 rpm/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.1672 -r1.1673 CHANGES
--- rpm/CHANGES 12 Oct 2007 17:09:40 -0000 1.1672
+++ rpm/CHANGES 12 Oct 2007 17:58:07 -0000 1.1673
@@ -1,4 +1,5 @@
4.5 -> 5.0:
+ - bero: Detect Ark Linux as RPMCANONVENDOR
- rpm.org: have selinux disabled imply RPMTRANS_FLAG_NOCONTEXTS.
- jbj: plug --rebuilddb memory leaks. headerGetExtension() est arrive!
- jbj: fix: set FD_CLOEXEC in Open() and fdDup().
@@ .
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.241 -r2.242 configure.ac
--- rpm/configure.ac 6 Oct 2007 16:00:06 -0000 2.241
+++ rpm/configure.ac 12 Oct 2007 17:58:07 -0000 2.242
@@ -1105,7 +1105,7 @@
esac
RPMCANONVENDOR="$target_vendor"
case "${target_vendor}" in
-unknown|pc|ibm|redhat|pld|mandrake|conectiva|lvr|yellowdog|caos|crux)
+unknown|pc|ibm|redhat|pld|mandrake|conectiva|lvr|yellowdog|caos|crux|ark)
test -f /etc/redhat-release && RPMCANONVENDOR=redhat
test -f /etc/pld-release && RPMCANONVENDOR=pld
test -f /etc/mandrake-release && RPMCANONVENDOR=mandrake
@@ -1114,6 +1114,7 @@
test -f /etc/yellowdog-release && RPMCANONVENDOR=yellowdog
test -f /etc/caos-release && RPMCANONVENDOR=caos
test -f /usr/bin/crux && RPMCANONVENDOR=crux
+ test -f /etc/ark-release && RPMCANONVENDOR=ark
;;
esac
RPMCANONOS="$target_os_noversion"
@@ .
Received on Fri Oct 12 19:58:07 2007