#1672 Please change dist -> distprefix for Proposed Updates SIG
Closed: Fixed with Explanation 24 days ago by arrfab. Opened a month ago by salimma.

In #1614 we asked for Proposed Updates SIG to be set up with a custom %dist

Turns out distprefix is a better call (see explanation in #1671)

So we should no longer override the dist tags (but just inherit the default)

%dist ~proposed.el9
%dist ~proposed.el10

and set %distprefix ~proposed for both EL9 and EL10

Thanks!


Metadata Update from @arrfab:
- Issue assigned to arrfab

a month ago

Metadata Update from @arrfab:
- Issue tagged with: cbs, high-gain, medium-trouble

a month ago

new distprefix macro is added but per discussion on Matrix, dist is now set {el9,el10} as otherwise it would inherit dist macro for stream, and el9s/el10s

for i in 9 10 ; do cbs taginfo proposed_updates${i}s-packages-main-el${i}s-build|grep rpm.macro; done
  rpm.macro.dist : '.el9'
  rpm.macro.distprefix : '~proposed'
  rpm.macro.vendor : 'CentOS Proposed Updates SIG'
  rpm.macro.dist : '.el10'
  rpm.macro.distprefix : '~proposed'
  rpm.macro.vendor : 'CentOS Proposed Updates SIG'

Feel free to verify and close if working as you expect

Metadata Update from @arrfab:
- Issue priority set to: Waiting on Reporter (was: Needs Review)

a month ago

As we have a newer buildsys-macros pkg from inherited tags for this one, but it's now solved for all inherited tags (per #1681 ) that shouldn't define dist, do you want us to just undefine it from these build tags, so that it would use distro value (like distcore, and combining with distprefix to define dist ) ?

Waiting for your feedback and closing in some days if no action

Reading it again I guess you'd want now distcore to be set to el9/el10 and using distprefix, right ? I can then unset dist on these two build tags .
Current situation is now :

for i in 9 10 ; do cbs taginfo proposed_updates${i}s-packages-main-el${i}s-build|grep rpm.macro; done
  rpm.macro.distprefix : '~proposed'
  rpm.macro.vendor : 'CentOS Proposed Updates SIG'
  rpm.macro.distprefix : '~proposed'
  rpm.macro.vendor : 'CentOS Proposed Updates SIG'

So that would mean it would expand to ~proposed.el9 and ~proposed.el10 .. let me know if that's what you wanted as result

closing but feel free to reopen if needed

Metadata Update from @arrfab:
- Issue close_status updated to: Fixed with Explanation
- Issue status updated to: Closed (was: Open)

24 days ago

Log in to comment on this ticket.

Metadata