comps-f21.xml.in

Stephen Gallagher sgallagh at fedoraproject.org
Tue Nov 25 15:04:29 UTC 2014


 comps-f21.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 87a21e94fc27cebd700863cfd68a909b6ed123d2
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Nov 25 10:01:38 2014 -0500

    Make fedora-release-nonproduct "default"
    
    When unspecified, the default for the packagereq type is
    "mandatory". By making it "default", we allow users to pass
    '--excludepkg=fedora-release-nonproduct' when running yum/dnf and
    install the rest of an environment group.

diff --git a/comps-f21.xml.in b/comps-f21.xml.in
index 0d3cc72..61d4337 100644
--- a/comps-f21.xml.in
+++ b/comps-f21.xml.in
@@ -1639,7 +1639,7 @@
     <default>false</default>
     <uservisible>false</uservisible>
     <packagelist>
-      <packagereq>fedora-release-nonproduct</packagereq>
+      <packagereq type="default">fedora-release-nonproduct</packagereq>
     </packagelist>
   </group>
   <group>




More information about the scm-commits mailing list