Line 17:
Line 17:
#. detail any documentation impact, i.e. new DB or whatever
#. detail any documentation impact, i.e. new DB or whatever
#. short summary of what the new package has achieve, eg. fixed this or that.
#. short summary of what the new package has achieve, eg. fixed this or that.
+
+
===Upgrade the new rpm===
+
{{Note box|Of course we are doing good code but we can brake your system, so you are strongly advised for doing verification on a virtual SME Server.}}
+
+
The bug report will detail the exact package and version needed. These are normally in smeupdates-testing and can be installed by
+
"yum --enablerepo=smeupdates-testing update <package>"
+
+
for example
+
yum --enablerepo=smeupdates-testing update e-smith-ldap
+
+
As it is a manual step to move packages into smeupdates-testing the most recent packages will be in smetest and can be installed from there if necessary.
+
for example
+
yum --enablerepo=smetest update e-smith-ldap
+
or if you need several repositories :
+
yum --enablerepo=smetest,smeupdates-testing,smedev update e-smith-ldap
===Template===
===Template===