Browse Source

Remove misleading BuildRequires

If sources are built using `dist`, `rpmstuff` or `debstuff`, current
version of MKit does not actually require git--all that is necessary
should be cached in the tarball anyway.

Regarding coreutils, they are part of essential set on most
distributions; on those, one should actually refrain from specifying
them.
Alois Mahdal 6 years ago
parent
commit
f16e5d6f06
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/stub

+ 0
- 1
src/stub View File

@@ -131,7 +131,6 @@ deploy() {
131 131
             echo 'Source0:	%{name}-%{version}.tar.gz'
132 132
             echo ''
133 133
             echo 'BuildArch:	noarch'
134
-            echo 'BuildRequires:	coreutils git'
135 134
             echo 'Requires:	MKIT_STUB_REQUIRES'
136 135
             echo ''
137 136
             echo '%description'