#144 Package infofas in contrib spec file
Merged 7 years ago by puiterwijk. Opened 7 years ago by puiterwijk.
puiterwijk/ipsilon package-infofas  into  master

@@ -169,6 +169,7 @@ 

  Group:          System Environment/Base

  License:        GPLv3+

  Requires:       %{name} = %{version}-%{release}

+ Requires:       %{name}-infofas = %{version}-%{release}

  Requires:       python-fedora

  BuildArch:      noarch

  
@@ -224,6 +225,17 @@ 

  %description authldap

  Provides a login plugin to allow authentication and info retrieval via LDAP.

  

+ %package infofas

+ Summary:        Fedora Authentication System login plugin

+ Group:          System Environment/Base

+ License:        GPLv3+

+ Requires:       %{name} = %{version}-%{release}

+ Requires:       python-fedora

+ BuildArch:      noarch

+ 

+ %description infofas

+ Provides an info plugin to retrieve info from the Fedora Authentication System

+ 

  %package infosssd

  Summary:        SSSD & mod_lookup_identity-based identity plugin

  Group:          System Environment/Base
@@ -400,6 +412,9 @@ 

  %{python2_sitelib}/ipsilon/login/authldap*

  %{python2_sitelib}/ipsilon/info/infoldap*

  

+ %files infofas

+ %{python2_sitelib}/ipsilon/login/infofas.*

+ 

  %files infosssd

  %{python2_sitelib}/ipsilon/info/infosssd.*

  

rebased

7 years ago

Pull-Request has been merged by puiterwijk

7 years ago