[Bug 240008] Review Request: ruby-shadow - ruby bindings for shadow password access

bugzilla at redhat.com bugzilla at redhat.com
Wed May 16 06:52:36 UTC 2007


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: ruby-shadow - ruby bindings for shadow password access


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





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-05-16 02:52 EST -------
(In reply to comment #20)
> I see, is one of the following acceptable then?
> 
> Requires: ruby(abi) = %{?ruby_abi:mock}
> Requires: ruby(abi) = %{?ruby_abi:1.8}

%{?ruby_abi:mock} means
* when ruby_abi is defined, the output is "mock"
* when ruby_abi is not defined, the output is nothing.

So Requires: ruby(abi) = %{?ruby_abi:mock} means
* when ruby_abi is defined, this is
  Requires: ruby(abi) = mock
* when ruby_abi is not defined, this is a error.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list