[Mono-bugs] [Bug 576827] New: RPM template deps are incorrect for webapps created for RHEL/CentOS

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 3 17:58:50 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=576827

http://bugzilla.novell.com/show_bug.cgi?id=576827#c0


           Summary: RPM template deps are incorrect for webapps created
                    for RHEL/CentOS
    Classification: Mono
           Product: Mono: Tools
           Version: MonoVS 2.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Visual Studio Integration
        AssignedTo: jpobst at novell.com
        ReportedBy: mchristensen at novell.com
         QAContact: mono-bugs at lists.ximian.com
                CC: ajorgensen at novell.com
          Found By: Component Test
           Blocker: ---


Description of Problem:

The file /opt/novell/mono/lib/monotools-server/templates/aspnet.spec.tt
included in the RHEL/CentOS contains a hard-coded dependency for
apache2-mod_mono-addon.  This package does not exist on RHEL/CentOS because
their apache RPM naming conventions differ from SuSE.  The package on
RHEL/CentOS is named mod_mono-addon.

So, we either need to dynamically determine the platform we're running on and
use platform specific macros or have two sets of template files.  This may
involve more than just the ASP.NET apps. There is no guarantee that any package
will ever be named the same between the two distributions.  Two separate sets
of templates or two macro namespaces may need to be used.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list