asl-2.2.2-1 builds for F11 and F12 please update and rebuild

Atomic repository announcements, new release notifications and other news regarding the atomic yum repository.
aus-city
Forum Regular
Forum Regular
Posts: 685
Joined: Thu Oct 26, 2006 11:56 pm

asl-2.2.2-1 builds for F11 and F12 please update and rebuild

Unread post by aus-city »

Scott,

I put in a bug, but as now asl-web supports F11 and F12, this package is not fully F11 and F12 ready.

Bug in the EOL detection is still broken in asl-2.2.2-1 it detects F11 as F1 and EOL is triggered.

/var/asl/lib/functions need to be updated:

elif egrep -q "^Fedora.*11" $RELEASE ; then
DIST="fedora/11"
elif egrep -q "^Fedora.*12" $RELEASE ; then
DIST="fedora/12"

also the actual asl detection for EOL needs to be updated and rebuilt:

/var/asl/lib/modules/general_check

To allow F11 and F12

Cross reference for you the bug is # 1759
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: asl-2.2.2-1 builds for F11 and F12 please update and rebuild

Unread post by scott »

Well, ASL itsef doesn't actually support F11 & F12 yet . Its just most of the way there with the support components. Unfortunately it turned out that F11 and 12 aren't similar enough where it counted to one another to get two birds with one stone, so its going to take longer than I expected.
Post Reply