ClearFoundation Tracker - ClearOS
View Issue Details
0007041ClearOSclearos-releasepublic2016-01-14 14:582016-02-02 10:30
user2 
 
normalminoralways
closedopen 
7.1.0 
7.2.0 
0007041: Re-implement forward compatible exclude lists
In ClearOS 6, the yum exclude lists look like:

  exclude=clamav-* ...

In ClearOS 7, this was changed (no tracker) to an explicit list:

  exclude=clamav clamav-data clamav-data-empty ... and a bunch more clamav packages

The former has the advantage of being forward compatible to upstream packaging changes. The disadvantage is the possibility of excluding too much if a new similarly named package comes along. However, this would only have the effect of excluding a package in the future.

The latter has the advantage of being an explicit list that won't catch similarly named packages. The disadvantage: when upstream package changes occur (e.g. Samba in CentOS 7.2), ugly error messages like this occur:

Error: Package: samba-common-tools-4.2.3-11.el7_2.x86_64 (clearos-centos-updates)
           Requires: libwbclient = 4.2.3-11.el7_2
           Installed: libwbclient-4.2.3-10.2.v7.x86_64 (@private-clearcenter-verified-updates)
               libwbclient = 4.2.3-10.2.v7
           Available: libwbclient-4.1.12-23.v7.x86_64 (clearos)
               libwbclient = 4.1.12-23.v7
Error: Package: samba-common-libs-4.2.3-11.el7_2.x86_64 (clearos-centos-updates)
           Requires: libwbclient = 4.2.3-11.el7_2
           Installed: libwbclient-4.2.3-10.2.v7.x86_64 (@private-clearcenter-verified-updates)
               libwbclient = 4.2.3-10.2.v7
           Available: libwbclient-4.1.12-23.v7.x86_64 (clearos)
               libwbclient = 4.1.12-23.v7
Error: Package: samba-client-libs-4.2.3-11.el7_2.x86_64 (clearos-centos-updates)
           Requires: libwbclient = 4.2.3-11.el7_2
           Installed: libwbclient-4.2.3-10.2.v7.x86_64 (@private-clearcenter-verified-updates)
               libwbclient = 4.2.3-10.2.v7
           Available: libwbclient-4.1.12-23.v7.x86_64 (clearos)
               libwbclient = 4.1.12-23.v7
Error: Package: samba-libs-4.2.3-10.2.v7.x86_64 (@private-clearcenter-verified-updates)
           Requires: samba-client-libs = 4.2.3-10.2.v7
           Removing: samba-client-libs-4.2.3-10.2.v7.x86_64 (@private-clearcenter-verified-updates)
               samba-client-libs = 4.2.3-10.2.v7
           Updated By: samba-client-libs-4.2.3-11.el7_2.x86_64 (clearos-centos-updates)
               samba-client-libs = 4.2.3-11.el7_2
           Available: samba-client-libs-4.2.3-10.el7.i686 (clearos-centos)
               samba-client-libs = 4.2.3-10.el7
Error: Package: samba-winbind-clients-4.2.3-10.2.v7.x86_64 (@private-clearcenter-verified-updates)
           Requires: samba-client-libs = 4.2.3-10.2.v7
           Removing: samba-client-libs-4.2.3-10.2.v7.x86_64 (@private-clearcenter-verified-updates)
               samba-client-libs = 4.2.3-10.2.v7
           Updated By: samba-client-libs-4.2.3-11.el7_2.x86_64 (clearos-centos-updates)
               samba-client-libs = 4.2.3-11.el7_2
           Available: samba-client-libs-4.2.3-10.el7.i686 (clearos-centos)
               samba-client-libs = 4.2.3-10.el7
Error: Package: samba-client-libs-4.2.3-11.el7_2.x86_64 (clearos-centos-updates)
           Requires: samba-common = 4.2.3-11.el7_2
           Installed: samba-common-4.2.3-10.2.v7.noarch (@private-clearcenter-verified-updates)
               samba-common = 4.2.3-10.2.v7
           Available: samba-common-4.1.12-23.v7.x86_64 (clearos)
               samba-common = 4.1.12-23.v7

No tags attached.
Issue History
2016-01-14 14:58user2New Issue
2016-01-14 15:00user2Description Updatedbug_revision_view_page.php?rev_id=771#r771
2016-01-14 21:15user2Statusnew => confirmed
2016-01-20 20:12user2Statusconfirmed => resolved
2016-02-02 10:30user2Statusresolved => closed

There are no notes attached to this issue.