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

Christopher Meng <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected]    |[email protected]
              Flags|                            |fedora-review?



--- Comment #6 from Christopher Meng <[email protected]> ---
1. Please modify with ?_isa appended:

Requires: %{name}-libs{?_isa} = %{version}-%{release}

2. Please improve devel and libs' %package and %description, both not good IMO.

An example:

%package        devel
Summary:        Development files for %{name}
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}

%description    devel
This package contains libraries and header files for
developing applications that use %{name}.

-------

%package        libs
Summary:        Shared libraries for %{name}
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}

%description    devel
This package contains shared libraries for %{name}.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to