Unverified Kaydet (Commit) ae591107 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

python-pam yeniden derlendi

üst 061fc6f6
...@@ -14,12 +14,17 @@ ...@@ -14,12 +14,17 @@
<Description>Module that provides an authenticate function that allows the caller to authenticate a given username / password against the PAM system on Linux.</Description> <Description>Module that provides an authenticate function that allows the caller to authenticate a given username / password against the PAM system on Linux.</Description>
<Archive sha1sum="a3c3aae71bc8def7e276123e2c312b94c4621e5b" type="targz">https://github.com/FirefighterBlu3/python-pam/archive/v1.8.4.tar.gz</Archive> <Archive sha1sum="a3c3aae71bc8def7e276123e2c312b94c4621e5b" type="targz">https://github.com/FirefighterBlu3/python-pam/archive/v1.8.4.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python-setuptools</Dependency> <Dependency>pam-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>python-pam</Name> <Name>python-pam</Name>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>pam</Dependency> <Dependency>pam</Dependency>
<Dependency>python</Dependency> <Dependency>python</Dependency>
...@@ -31,16 +36,20 @@ ...@@ -31,16 +36,20 @@
<Package> <Package>
<Name>python3-pam</Name> <Name>python3-pam</Name>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>pam</Dependency> <Dependency>pam</Dependency>
<Dependency>python</Dependency> <Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib/python3.7</Path> <Path fileType="library">/usr/lib/python3.7</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="1"> <Update release="1">
<Date>2019-09-18</Date> <Date>2019-09-18</Date>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment