View | Details | Raw Unified | Return to bug 1220499
Collapse All | Expand All

(-)SLES-release.spec.in (-1 / +1 lines)
Lines 138-144 Link Here
138
    PRODLINK=`readlink -f /etc/products.d/baseproduct`
138
    PRODLINK=`readlink -f /etc/products.d/baseproduct`
139
    PRODLINK=`basename $PRODLINK`
139
    PRODLINK=`basename $PRODLINK`
140
    # bsc#1091952
140
    # bsc#1091952
141
    if [ $PRODLINK  == "SUSE_SLES.prod" -o $PRODLINK == "openSUSE.prod" ]; then
141
    if [ $PRODLINK  == "SUSE_SLES.prod" -o $PRODLINK == "openSUSE.prod" -o $PRODLINK == "SLE_HPC.prod" ]; then
142
      ln -sf SLES.prod /etc/products.d/baseproduct
142
      ln -sf SLES.prod /etc/products.d/baseproduct
143
    fi
143
    fi
144
    # bsc#1057321
144
    # bsc#1057321
(-)package-groups.changes (+6 lines)
Lines 1-3 Link Here
1
-------------------------------------------------------------------
2
Wed Feb 28 11:08:12 UTC 2024 - Egbert Eich <eich@suse.com>
3
4
- Make sure baseproduct link is changed from SLE_HPC to SLES
5
  (bsc#1220499).
6
1
-------------------------------------------------------------------
7
-------------------------------------------------------------------
2
Thu Feb 15 18:08:01 UTC 2024 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
8
Thu Feb 15 18:08:01 UTC 2024 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
3
9

Return to bug 1220499