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

python-pam yeniden derlendi

üst 061fc6f6
......@@ -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>
<Archive sha1sum="a3c3aae71bc8def7e276123e2c312b94c4621e5b" type="targz">https://github.com/FirefighterBlu3/python-pam/archive/v1.8.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>pam-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-pam</Name>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>pam</Dependency>
<Dependency>python</Dependency>
......@@ -31,16 +36,20 @@
<Package>
<Name>python3-pam</Name>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>pam</Dependency>
<Dependency>python</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.7</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<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