forked from pool/fdupes
Accepting request 443905 from home:psimons:branches:utilities
Upstream has changed their versioning scheme after version 1.51. Unfortunately, the new version 1.6.x won't be recognized as "newer" by zypper. This commit adds appropriate "provides" and "obsoletes" attributes to the spec file to remedy that issue. OBS-URL: https://build.opensuse.org/request/show/443905 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=16
This commit is contained in:
parent
bb7f5ba608
commit
b16c1e06da
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 5 13:54:08 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
- Upstream has changed their versioning scheme after version 1.51.
|
||||||
|
Unfortunately, the new version 1.6.x won't be recognized as
|
||||||
|
"newer" by zypper. This commit adds appropriate "provides" and
|
||||||
|
"obsoletes" attributes to the spec file to remedy that issue.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 4 14:33:59 UTC 2016 - psimons@suse.com
|
Fri Nov 4 14:33:59 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -27,6 +27,10 @@ Source0: https://github.com/adrianlopezroche/fdupes/archive/v%{version}.t
|
|||||||
Source1: macros.fdupes
|
Source1: macros.fdupes
|
||||||
#PATCH-FIX-SUSE: fix patch according distro's needs
|
#PATCH-FIX-SUSE: fix patch according distro's needs
|
||||||
Patch0: fdupes-makefile.patch
|
Patch0: fdupes-makefile.patch
|
||||||
|
# Upstream changed their versioning scheme after 1.51 in a way that zypper
|
||||||
|
# won't recognize as an update without help.
|
||||||
|
Provides: %{name} = 1.51.%{version}
|
||||||
|
Obsoletes: %{name} < 1.51.%{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user