[Bug 456273] Review Request: beansbinding - Beans Binding (JSR 295) reference implementation

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 19 19:53:53 UTC 2008


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=456273


Terje Røsten <terjeros at phys.ntnu.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |terjeros at phys.ntnu.no




--- Comment #3 from Terje Røsten <terjeros at phys.ntnu.no>  2008-08-19 15:53:52 EDT ---
Pedantic:

%install
%{__rm} -fr %{buildroot}

vs

%clean
rm -rf %{buildroot}

Change to
%{__rm} -rf %{buildroot}

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




More information about the package-review mailing list