diff --git a/tools/install/build_fpc_rpm.sh b/tools/install/build_fpc_rpm.sh index 9b244d3db4..c0613d7333 100644 --- a/tools/install/build_fpc_rpm.sh +++ b/tools/install/build_fpc_rpm.sh @@ -78,9 +78,9 @@ if [ "$PkgType" = "deb" ]; then File=changelog OldFile=changelog.old.fpc cp $File $OldFile - echo "fpc ($LazVersion-$LazRelease) unstable; urgency=low" > $File + echo "fpc ($LazVersion-$LazRelease) stable; urgency=low" > $File echo ' * Unofficial snapshot build for lazarus' >> $File - echo ' -- Mattias Gaertner $Date' >> $File + echo " -- Mattias Gaertner $Date" >> $File echo "" >> $File cat $OldFile >> $File rm $OldFile