diff --git a/bzip2.changes b/bzip2.changes index 927f953..d2ebbf8 100644 --- a/bzip2.changes +++ b/bzip2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 21 22:09:52 UTC 2013 - idonmez@suse.com + +- Add %{version} to Obsoletes/Provides + ------------------------------------------------------------------- Mon Jan 21 19:15:09 UTC 2013 - jengelh@inai.de diff --git a/bzip2.spec b/bzip2.spec index a71605d..8575214 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -23,7 +23,6 @@ Url: http://www.bzip.org/ Summary: A Program for Compressing Files License: BSD-3-Clause Group: Productivity/Archiving/Compression - Source: bzip2-%{version}.tar.gz Source1: bznew.gz Source2: bznew.1.gz @@ -45,8 +44,8 @@ PreReq: libbz2-1 %ifarch ppc64 Obsoletes: bzip2-64bit %endif -Provides: bzip -Obsoletes: bzip +Provides: bzip = %{version} +Obsoletes: bzip < %{version} %description The bzip2 program is a very powerful program for compressing files.