Skip to content

Commit

Permalink
Merge branch 'jb36243_jb36423_jb40843' into 'master'
Browse files Browse the repository at this point in the history
Conflict instead of obsolete in symlinks packages

See merge request mer-core/busybox!7
  • Loading branch information
Tomin1 committed Jan 15, 2019
2 parents 0f1e532 + 9dd6fa2 commit 2ddf2a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rpm/busybox.spec
Expand Up @@ -91,7 +91,7 @@ Requires: %{name} = %{version}-%{release}
Group: System/Shells
Summary: Busybox replacements for diffutils
Provides: diffutils = %{version}
Obsoletes: diffutils <= 2.8.1
Conflicts: gnu-diffutils

%description symlinks-diffutils
Busybox is a single binary which includes versions of a large number
Expand All @@ -105,7 +105,7 @@ Requires: %{name} = %{version}-%{release}
Group: System/Shells
Summary: Busybox replacements for findutils
Provides: findutils = %{version}
Obsoletes: findutils <= 4.2.31
Conflicts: gnu-findutils

%description symlinks-findutils
Busybox is a single binary which includes versions of a large number
Expand All @@ -119,7 +119,8 @@ Requires: %{name} = %{version}-%{release}
Group: System/Shells
Summary: Busybox replacements for grep
Provides: grep = %{version}
Obsoletes: grep <= 2.5.1a
Provides: /bin/grep
Conflicts: gnu-grep

%description symlinks-grep
Busybox is a single binary which includes versions of a large number
Expand Down

0 comments on commit 2ddf2a9

Please sign in to comment.