1. 14 Mar, 2018 4 commits
    • Michael Shigorin's avatar
      diag.directory: mark as Required · 8eecce9e
      Michael Shigorin authored
      It's small but useful enough to justify installation by default.
      8eecce9e
    • Michael Shigorin's avatar
      lists: update regarding non-x86 · d268e329
      Michael Shigorin authored
      sisyphus/e2k still lacks qt4; other changes introduced
      are mildly x86-specific too.
      d268e329
    • Michael Shigorin's avatar
      workstation: adjust pkglists accordingly · 49aed476
      Michael Shigorin authored
      Wish I knew why we do different wine flavours
      on x86_64 and i586...
      49aed476
    • Michael Shigorin's avatar
      lists, doc: introduce @IA32, @X86 archdep macros · 2d257a42
      Michael Shigorin authored
      The former ("proper 32-bit x86 package form") has been suggested
      by zerg@ quite some time ago but the desired interface wasn't clear
      at the moment IIRC; a quiet morning helped me realize that
      
        ICAClient-preinstall@IA32
      
      is rather more readable than
      
        ICAClient-preinstall@i586 i586-ICAClient-preinstall@x86_64
      
      so here's the (trivial) implementation; and I actually needed
      the latter, @X86 ("any-x86") to mark x86-only packages so
      
        xorg-drv-intel@X86
      
      is now equivalent to
      
        xorg-drv-intel@i586 xorg-drv-intel@x86_64
      2d257a42
  2. 11 Mar, 2018 14 commits
  3. 04 Mar, 2018 1 commit
  4. 03 Mar, 2018 2 commits
  5. 02 Mar, 2018 3 commits
  6. 20 Feb, 2018 1 commit
    • Michael Shigorin's avatar
      regular.mk: drop xsane from mate · 0b251d07
      Michael Shigorin authored
      The problem being worked around by this is:
      anything in the lists that Requires: webclient
      results in rekonq being pulled into the image
      (after mate-default requires firefox no more).
      
      The proper fix is to force *_PACKAGES, *_LISTS
      and *_REGEXP to be processed in a _single_
      transaction for each destination so that
      early mis-expansion of virtual packages
      doesn't occur when _installing_ those.
      
      This commit should be reverted then.
      
      See-also: https://bugzilla.altlinux.org/30806
      0b251d07
  7. 19 Feb, 2018 8 commits
  8. 15 Feb, 2018 2 commits
  9. 14 Feb, 2018 1 commit
  10. 12 Feb, 2018 4 commits