[PATCH 1/2] Use Anaconda version for the help subpackage (#1072033)

Martin Kolman mkolman at redhat.com
Fri Dec 5 11:44:43 UTC 2014


Turns out that having a subpackage with a static version
breaks the Anaconda build.

Related: rhbz#1072033
Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 anaconda.spec.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/anaconda.spec.in b/anaconda.spec.in
index 8c36557..e06b268 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -162,7 +162,7 @@ system.
 Summary: Graphical user interface for the Anaconda installer
 Requires: anaconda-core = %{version}-%{release}
 Requires: anaconda-widgets = %{version}-%{release}
-Requires: anaconda-user-help = %{helpver}
+Requires: anaconda-user-help = %{version}-%{release}
 Requires: python-meh-gui >= %{mehver}
 Requires: gnome-icon-theme-symbolic
 Requires: system-logos
@@ -218,7 +218,6 @@ options. This includes driver disks, kickstarts, and finding the anaconda
 runtime on NFS/HTTP/FTP servers or local disks.
 
 %package user-help
-Version: %{helpver}
 Summary: Content for the Anaconda built-in help system
 
 %description user-help
-- 
1.9.3



More information about the anaconda-patches mailing list