Bug 238791 - iptables-devel depends on %{version} but not on %{version}-%{release}
Summary: iptables-devel depends on %{version} but not on %{version}-%{release}
Keywords:
Status: CLOSED DUPLICATE of bug 225906
Alias: None
Product: Fedora
Classification: Fedora
Component: iptables
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-02 22:45 UTC by Robert Scheck
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-08-23 14:31:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2007-05-02 22:45:26 UTC
Description of problem:
iptables-devel depends on %{version} but not on %{version}-%{release}, please 
fix this with the next build of the package. There can be minor changes which 
could be incompatible after release bumping, so it's save to add %{release}, 
too.

Version-Release number of selected component (if applicable):
iptables-1.3.7-2

Expected results:
Please apply the following patch or better:

--- snipp ---
--- iptables.spec       2007-05-03 00:42:09.000000000 +0200
+++ iptables.spec.rsc   2007-05-03 00:42:23.000000000 +0200
@@ -27,13 +27,13 @@
 %package ipv6
 Summary: IPv6 support for iptables.
 Group: System Environment/Base
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}

 %if %{build_devel}
 %package devel
 Summary: Development package for iptables.
 Group: System Environment/Base
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}
 %endif

 %description
--- snapp ---

Comment 1 Thomas Woerner 2007-08-23 14:31:16 UTC

*** This bug has been marked as a duplicate of 225906 ***


Note You need to log in before you can comment on or make changes to this bug.