#228 Drop authconfig from anaconda-tools
Merged 6 years ago by ausil. Opened 6 years ago by adamwill.
adamwill/fedora-comps no-authconfig  into  master

file modified
-1
@@ -57,7 +57,6 @@ 

      <default>false</default>

      <uservisible>false</uservisible>

      <packagelist>

-       <packagereq>authconfig</packagereq>

        <packagereq>authselect</packagereq>

        <packagereq>authselect-compat</packagereq>

        <packagereq>btrfs-progs</packagereq>

file modified
-1
@@ -57,7 +57,6 @@ 

      <default>false</default>

      <uservisible>false</uservisible>

      <packagelist>

-       <packagereq>authconfig</packagereq>

        <packagereq>authselect</packagereq>

        <packagereq>authselect-compat</packagereq>

        <packagereq>btrfs-progs</packagereq>

anaconda no longer installs authconfig in any case, AFAICS:
even for backwards compatibility, it uses authselect-compat, not
authconfig itself. So we can drop it from here.

Signed-off-by: Adam Williamson awilliam@redhat.com

Pull-Request has been merged by ausil

6 years ago