Bug 124746

Summary: Name recognition of caos for the build of rpm.
Product: [Fedora] Fedora Reporter: Greg Kurtzer <gmkurtzer>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: herrold
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-29 13:50:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Greg Kurtzer 2004-05-29 02:52:25 UTC
--- rpm-4.3.1/configure.ac      2004-05-28 18:44:55.000000000 -0700
+++ rpm-4.3.1/configure.ac.new  2004-05-28 18:45:13.000000000 -0700
@@ -1126,6 +1126,7 @@
        test -f /etc/conectiva-release &&       RPMCANONVENDOR=conectiva
        test -f /etc/lvr-release &&             RPMCANONVENDOR=lvr
        test -f /etc/yellowdog-release &&       RPMCANONVENDOR=yellowdog
+        test -f /etc/caos-release &&            RPMCANONVENDOR=caos
        ;;
 esac
 RPMCANONOS="$build_os_noversion"
                                                                     
                                     
Pretty silly patch... Let me know if you need more. ;)
                                                                     
                                     
Thanks!

Comment 1 Jeff Johnson 2004-05-29 13:50:38 UTC
Perhaps silly, but "official" and trackable because you made
the report. E.g. it's now clear that "caos" rather than "cAos"
is desired.

Added in CVS, all of -r {rpm-4_2,rpm-4_3,HEAD) branches.