https://bugzilla.novell.com/show_bug.cgi?id=249532 ------- Comment #1 from andreas.hanke@gmx-topmail.de 2007-02-27 15:10 MST ------- Instead of: Requires: %{name} = %{epoch}:%{version}-%{release} write: Requires: %{name} = %{version} Epochs are not used on SUSE Linux and dependencies on release numbers are wrong. All you get when asking for a specific release number are bugs like bug 243139. Instead of: make %{?_smp_mflags} LDFLAGS="-s" CXXFLAGS="$RPM_OPT_FLAGS" Write: make %{?jobs:-j%jobs} %_smp_mflags is Fedora stuff and meaningless on SUSE Linux. %jobs is used on SUSE Linux to support parallel builds. LDFLAGS does nothing else than breaking the -debuginfo package, and CXXFLAGS is already passed via %configure. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.