13.07.2016 18:02, Jan Engelhardt пишет:
On Wednesday 2016-07-13 15:40, Miquel Sabaté Solà wrote:
Around November 2016 the containers team will be publishing new packages to our customers. During this last sprint we have been polishing new packages but we would like to get some feedback from packagers. The packages are kubernetes, etcd and flannel; and they can all be found in the Virtualization:containers project in OBS [1]. Any kind of feedback will be helpful and greatly appreciated.
kubernetes.spec: # if node is installed with node, version and release must be the same Conflicts: kubernetes-node < %{version}-%{release} Conflicts: kubernetes-node > %{version}-%{release}
Ugh. Just make it a Requires: kubernetes-node = %version-%release
There is subtle difference. Requires forces required package to be installed too. Conflicts says "*if* other package is installed, it must be that and that version", but does not force installation of other package. I do not know context well enough, but please consider what is more appropriate here. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org