Fix awk as a dependency (and require gawk).
Guenther
This commit is contained in:
parent
128723b02b
commit
952fcdf922
@ -6,7 +6,7 @@
|
|||||||
# ctdb is enabled by default, you can disable it with: --without clustering
|
# ctdb is enabled by default, you can disable it with: --without clustering
|
||||||
%bcond_without clustering
|
%bcond_without clustering
|
||||||
|
|
||||||
%define main_release 5
|
%define main_release 6
|
||||||
|
|
||||||
%define samba_version 4.2.0
|
%define samba_version 4.2.0
|
||||||
%define talloc_version 2.1.1
|
%define talloc_version 2.1.1
|
||||||
@ -550,7 +550,7 @@ Requires: fileutils
|
|||||||
Requires: psmisc
|
Requires: psmisc
|
||||||
Requires: sed
|
Requires: sed
|
||||||
Requires: tdb-tools
|
Requires: tdb-tools
|
||||||
Requires: awk
|
Requires: gawk
|
||||||
# for pkill and pidof:
|
# for pkill and pidof:
|
||||||
Requires: procps-ng
|
Requires: procps-ng
|
||||||
# for netstat:
|
# for netstat:
|
||||||
@ -1851,6 +1851,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_clustering_support
|
%endif # with_clustering_support
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 12 2015 Guenther Deschner <gdeschner@redhat.com> - 4.2.0-0.6.rc3
|
||||||
|
- Fix awk as a dependency (and require gawk)
|
||||||
|
|
||||||
* Mon Jan 12 2015 Michael Adam <madam@redhat.com> - 4.2.0-0.5.rc3
|
* Mon Jan 12 2015 Michael Adam <madam@redhat.com> - 4.2.0-0.5.rc3
|
||||||
- Add dependencies for ctdb.
|
- Add dependencies for ctdb.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user