[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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


Kevin Fenzi ke...@tummy.com changed:

   What|Removed |Added

   Flag|fedora-cvs? |fedora-cvs+




--- Comment #11 from Kevin Fenzi ke...@tummy.com  2009-03-09 12:03:14 EDT ---
cvs done.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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


KaiGai Kohei kai...@kaigai.gr.jp changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution||NEXTRELEASE




--- Comment #12 from KaiGai Kohei kai...@kaigai.gr.jp  2009-03-09 22:21:12 
EDT ---
Tasaka-san,

Thanks for your great helps!

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-08 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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


KaiGai Kohei kai...@kaigai.gr.jp changed:

   What|Removed |Added

   Flag||fedora-cvs?




--- Comment #10 from KaiGai Kohei kai...@kaigai.gr.jp  2009-03-08 11:04:43 
EDT ---
Thanks for your reviewing!

New Package CVS Request
===
Package Name: php-pecl-selinux
Short Description: SELinux binding for PHP scripting language
Owners: kaigai
Branches: F-9 F-10
InitialCC: kai...@ak.jp.nec.com

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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


Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp changed:

   What|Removed |Added

   Flag|fedora-review?  |fedora-review+




--- Comment #9 from Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp  2009-03-06 
09:09:46 EDT ---
Okay:


 This package (php-pecl-selinux) is APPROVED by mtasaka


Please follow
http://fedoraproject.org/wiki/New_package_process_for_existing_contributors
from Step 7.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #4 from KaiGai Kohei kai...@kaigai.gr.jp  2009-03-05 04:55:07 EDT 
---
Tasaka-san,
Thanks for your reviewing.

I uploaded the revised version:
Spec: http://sepgsql.googlecode.com/files/php-pecl-selinux.spec.20090305
SRPM: http://sepgsql.googlecode.com/files/php-pecl-selinux-0.1.2-1.fc10.src.rpm

 * rpm name
  - Please make Name consistent first.
- I guess this rpm should be named as php-pecl-selinx as
  the spec file suggests.
- However currently Name uses php-selinux.

Sorry, it was my misoperation.
The newer package uses php-pecl-selinuc.

 * Versioning
  - If this is the pre-release of formal 0.1.2 release,
please follow

 https://fedoraproject.org/wiki/Packaging/NamingGuidelines#Pre-Release_packages
(Anyway using devel as Release seems strange)

Fixed. The devel was just a copy of PECL library.

 * %__pecl
   - To build this package on koji,
 --
 %{!?__pecl: %{expand: %%global __pecl %{_bindir}/pecl}}
 --
 cannot be removed because
 - When buildroot is initialized, no PHP related rpms
   are installed yet, so %__pecl is not defined at this stage.
 - Then mock tries rpm -bs --nodeps foo.spec.
   Then rpm complains like
 --
 error: line 14: Dependency tokens must begin with alpha-numeric, '_' or '/':
 Requires(post): %{__pecl}
 --

Fixed, I added the definition at the head of specfile.

 * %if %{?php_zend_api}0
   - Well, actually Fedora guideline actually suggests so, however
 generally this should be if 0%{?php_zend_api} (no deference
 for this case, however this is usual usage)

Fixed.

 * BR (BuildRequires)
   - Would you check if the following message in build.log ignored?
 --
 81  checking for re2c... no
 82  configure: WARNING: You will need re2c 0.13.4 or later if you want to
regenerate PHP parsers.
 --

The re2c is a parser engine, so this package has no relations.
Now I asks for PHP experts to confirm whether my understanding is correct, or
not.
  http://marc.info/?l=pecl-devm=123621647005625w=2

 * %post scriptlet
 --
 %post
 %{pecl_install} %{pecl_xmldir}/%{name}.xml /dev/null || :
 %endif
 --
   - However %{pecl_xmldir}/%{name}.xml does not seem to be
 installed.

I added to install package.xml as %{pecl_xmldir}/%{name}.xml

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #5 from KaiGai Kohei kai...@kaigai.gr.jp  2009-03-05 04:57:01 EDT 
---
(In reply to comment #4)
 The newer package uses php-pecl-selinuc.

s/php-pecl-selinuc/php-pecl-selinux/g

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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


Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|nob...@fedoraproject.org|mtas...@ioa.s.u-tokyo.ac.jp
   Flag||fedora-review?




--- Comment #6 from Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp  2009-03-05 
05:26:32 EDT ---
Assigning.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #7 from Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp  2009-03-05 
11:58:01 EDT ---
Okay, two issues/questions

* Source tarball
  - source tarball in your srpm differs from what I could download
from the URL written in your spec file.
Does this mean that the source tarball used is the pre-release
of 0.1.2? If so, please follow Pre-release package naming guideline.

* %changelog
  - EVR (Epoch-Version-Release) information in %changelog differs
from the actual EVR of this rpm. Please fix it.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #8 from KaiGai Kohei kai...@kaigai.gr.jp  2009-03-05 20:54:54 EDT 
---
 The re2c is a parser engine, so this package has no relations.
 Now I asks for PHP experts to confirm whether my understanding is correct,
 or not.
   http://marc.info/?l=pecl-devm=123621647005625w=2

PHP expert also agreed to ignore this warning in this package.
  http://marc.info/?l=pecl-devm=123627059603922w=2

(In reply to comment #7)
 Okay, two issues/questions
 
 * Source tarball
   - source tarball in your srpm differs from what I could download
 from the URL written in your spec file.
 Does this mean that the source tarball used is the pre-release
 of 0.1.2? If so, please follow Pre-release package naming guideline.

Sorry, it was the regenerated tarball from CVS repos in same version by my
hand.
The correct tarball is the one uploaded at:
  http://pecl.php.net/selinux

It was fixed on updated SRPM.

 * %changelog
   - EVR (Epoch-Version-Release) information in %changelog differs
 from the actual EVR of this rpm. Please fix it.  

Oops, x.y.z was x.z.y.
Fixed.

The updated packages are here:
Spec: http://sepgsql.googlecode.com/files/php-pecl-selinux.spec.20090306
SRPM: http://sepgsql.googlecode.com/files/php-pecl-selinux-0.1.2-1.fc10.src.rpm

Thanks,

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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


Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp changed:

   What|Removed |Added

 CC||mtas...@ioa.s.u-tokyo.ac.jp
 Blocks|177841(FE-NEEDSPONSOR)  |




--- Comment #2 from Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp  2009-03-04 
14:54:09 EDT ---
(Removing NEEDSPONSOR)

Well, I am familiar with neither php nor selinux, however
some comments

* rpm name
  - Please make Name consistent first.
- I guess this rpm should be named as php-pecl-selinx as
  the spec file suggests.
- However currently Name uses php-selinux.

* Versioning
  - If this is the pre-release of formal 0.1.2 release,
please follow
   
https://fedoraproject.org/wiki/Packaging/NamingGuidelines#Pre-Release_packages
(Anyway using devel as Release seems strange)

* %__pecl
  - To build this package on koji,
--
%{!?__pecl: %{expand: %%global __pecl %{_bindir}/pecl}}
--
cannot be removed because
- When buildroot is initialized, no PHP related rpms
  are installed yet, so %__pecl is not defined at this stage.
- Then mock tries rpm -bs --nodeps foo.spec.
  Then rpm complains like
--
error: line 14: Dependency tokens must begin with alpha-numeric, '_' or '/':
Requires(post): %{__pecl}
--

* %if %{?php_zend_api}0
  - Well, actually Fedora guideline actually suggests so, however
generally this should be if 0%{?php_zend_api} (no deference
for this case, however this is usual usage)

* BR (BuildRequires)
  - Would you check if the following message in build.log ignored?
--
81  checking for re2c... no
82  configure: WARNING: You will need re2c 0.13.4 or later if you want to
regenerate PHP parsers.
--

* %post scriptlet
--
%post
%{pecl_install} %{pecl_xmldir}/%{name}.xml /dev/null || :
%endif
--
  - However %{pecl_xmldir}/%{name}.xml does not seem to be
installed.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #3 from Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp  2009-03-04 
15:03:57 EDT ---
(In reply to comment #2)
 * BR (BuildRequires)
   - Would you check if the following message in build.log ignored?

if the following messages can be ignored?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-03 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #1 from KaiGai Kohei kai...@kaigai.gr.jp  2009-03-03 21:55:59 EDT 
---
The result of rpmlint:

[kai...@saba ~]$ rpmlint
/home/kaigai/RPMS/SRPMS/php-pecl-selinux-0.1.2-devel.fc10.src.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.
[kai...@saba ~]$ rpmlint
/home/kaigai/RPMS/RPMS/i386/php-pecl-selinux-0.1.2-devel.fc10.i386.rpm
php-pecl-selinux.i386: W: incoherent-version-in-changelog 0.1.2
['0.1.2-devel.fc10', '0.1.2-devel']
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

It claims 0.1.2 is noted on %changelog, although it is 0.1.2-devel.fc10.
IIRC, it can be an acceptable warnings, isn't it?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 488185] Review Request: php-pecl-selinux - SELinux binding for PHP scripts

2009-03-02 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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


KaiGai Kohei kai...@kaigai.gr.jp changed:

   What|Removed |Added

URL||http://pecl.php.net/package
   ||/selinux
 CC||kai...@ak.jp.nec.com
 Blocks||177841(FE-NEEDSPONSOR)




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review