diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2015-03-10 14:56:34 +0200 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2015-03-10 14:56:34 +0200 |
commit | cea64ed5b98222b6875b2983cb9fb687109a5c91 (patch) | |
tree | 3d390fc518aa0cd51540f86ef5f09ef4fe3e211b | |
parent | 6660252a260494aa1dd5cadb8bd7dcf9a03af87a (diff) | |
download | build-cea64ed5b98222b6875b2983cb9fb687109a5c91.tar.gz build-cea64ed5b98222b6875b2983cb9fb687109a5c91.tar.bz2 build-cea64ed5b98222b6875b2983cb9fb687109a5c91.zip |
Added epoch to the spec
This should make the version of local build package bigger than anything
from distribution.
Fixes this installation error:
Problem: depanneur-0.14-1.1.i586 requires tizen-build >= 20140612, but
this requirement cannot be provided
uninstallable providers: build-20131112-7.1.i586[tools-ToolsDevel]
Solution 1: Following actions will be done:
do not install depanneur-0.14-1.1.i586
do not install gbs-jenkins-scripts-0.23-1.1.1.noarch
Solution 2: do not install build-20150115-4.1.noarch
Solution 3: break depanneur-0.14-1.1.i586 by ignoring some of its
dependencies
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
-rw-r--r-- | packaging/build.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/build.spec b/packaging/build.spec index eaa6bb5..009a316 100644 --- a/packaging/build.spec +++ b/packaging/build.spec @@ -20,6 +20,7 @@ Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building +Epoch: 1 %if 0%{?suse_version} >= 1230 Version: 20131112 %else |