[Bug 438804] Review Request: php-pear-Auth - provides methods for creating an authentication system using PHP

bugzilla at redhat.com bugzilla at redhat.com
Sun Jun 22 01:12:36 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: php-pear-Auth - provides methods for creating an authentication system using PHP
Alias: php-pear-Auth

https://bugzilla.redhat.com/show_bug.cgi?id=438804





------- Additional Comments From chris.stone at gmail.com  2008-06-21 21:12 EST -------
Okay more fixes needed:

1.  The sub-packages must require their parent package, like so:
Requires:       %{name} = %{version}-%{release}
2.  Please remove all tabs from the spec file
3.  Please do what I mentioned in comment #20 (we need to discuss virtual
provides for pear subpackages)
4.  Please update the %files section like so:

%files
%defattr(-,root,root,-)
%doc %{pear_name}-%{version}/docdir/%{pear_name}/*
%{pear_xmldir}/%{pear_name}.xml
%{pear_phpdir}/%{pear_name}*
%{pear_testdir}/%{pear_name}
%exclude %{pear_phpdir}/%{pear_name}/Container/SMBPasswd.php
%exclude %{pear_phpdir}/%{pear_name}/Container/RADIUS.php

%files samba
%defattr(-,root,root,-)
%{pear_phpdir}/%{pear_name}/Container/SMBPasswd.php

%files radius
%defattr(-,root,root,-)
%{pear_phpdir}/%{pear_name}/Container/RADIUS.php

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list