Difference between revisions of "Upstream rpms patched by contribs.org"
From SME Server
Jump to navigationJump to searchm (Stephdl moved page Find upstream rpms patched by contribs.org to Upstream rpms patched by contribs.org) |
|||
Line 2: | Line 2: | ||
For the need of the distribution we ought to patch some upstream rpms, this is the list | For the need of the distribution we ought to patch some upstream rpms, this is the list | ||
rpm -qa --qf "%{name} %{BuildHost}\n" | grep -P 'build64\-1|builder.koozali.org' | awk '{print $1}' | grep -vP '^smeserver|e\-smith' | sort | rpm -qa --qf "%{name} %{BuildHost}\n" | grep -P 'build64\-1|builder.koozali.org' | awk '{print $1}' | grep -vP '^smeserver|e\-smith' | sort | ||
+ | or | ||
+ | |||
+ | rpm -qa --qf "%{name} %{BuildHost}\n" | grep -P 'build64\-*|builder.koozali.org' | awk '{print $1}' | grep -vP '^smeserver|e\-smith' | sort |
Latest revision as of 15:32, 30 June 2015
For the need of the distribution we ought to patch some upstream rpms, this is the list
rpm -qa --qf "%{name} %{BuildHost}\n" | grep -P 'build64\-1|builder.koozali.org' | awk '{print $1}' | grep -vP '^smeserver|e\-smith' | sort
or
rpm -qa --qf "%{name} %{BuildHost}\n" | grep -P 'build64\-*|builder.koozali.org' | awk '{print $1}' | grep -vP '^smeserver|e\-smith' | sort