Bug 238789 - file-devel depends on %{version} but not on %{version}-%{release}
Summary: file-devel depends on %{version} but not on %{version}-%{release}
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: file
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Martin Bacovsky
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-02 22:41 UTC by Robert Scheck
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-07-04 07:16:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2007-05-02 22:41:24 UTC
Description of problem:
file-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):
file-4.20-1

Expected results:
Please apply the following patch or better:

--- snipp ---
--- file.spec       2007-05-03 00:38:53.000000000 +0200
+++ file.spec.rsc   2007-05-03 00:39:24.000000000 +0200
@@ -24,7 +24,7 @@
 Patch23: file-4.20-REG_STARTEND.patch
 Patch24: file-4.20-unused.patch

-Requires: file-libs = %{version}
+Requires: file-libs = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: zlib-devel

@@ -47,7 +47,7 @@
 %package devel
 Summary:  Libraries and header files for file development
 Group:    Applications/File
-Requires: %{name} = %{version}
+Requires: %{name} = %{version}-%{release}

 %description devel
 The file-devel package contains the header files and libmagic library
--- snapp ---

Comment 1 Martin Bacovsky 2007-07-04 07:16:26 UTC
Thanks for reporting. This issue should be fixed in RAWHIDE (file-4.21-2.fc8).


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