--- rpms/phpki-ng/contribs10/phpki-ng.spec 2021/04/03 14:32:38 1.9 +++ rpms/phpki-ng/contribs10/phpki-ng.spec 2021/04/05 09:40:45 1.10 @@ -4,7 +4,7 @@ %define name phpki-ng %define version 0.84 -%define release 8 +%define release 9 Summary: Phpki is a simple certificate management suite Name: %{name} Version: %{version} @@ -42,14 +42,17 @@ With it, you may create and centrally ma e-mail clients, SSL servers, and VPN applications. %changelog -* Sat Apr 03 2021 John Crisp 0.84-7.sme -- copy phpki-store as a backup instead of move +* Mon Apr 05 2021 John Crisp 0.84-9.sme +- Really fix the copy this time [SME: 11192] + +* Sat Apr 03 2021 John Crisp 0.84-8.sme +- copy phpki-store as a backup instead of move [SME: 11192] * Thu Apr 01 2021 John Crisp 0.84-7.sme - Fix broken Download Certificate in Cert generation [SME: 11513] * Thu Mar 18 2021 John Crisp 0.84-6.sme -- Update html header info +- Update html header info [SME: 11192] - Remove obsolete align - Remove accidentally duplicated html - Fix typo @@ -260,7 +263,7 @@ if [ -d /opt/phpki/phpki-store ] ; then PHPKIDIR=$(( 1 + $RANDOM%99999 )) echo "Number is $PHPKIDIR" echo "moving from /opt/phpki/phpki-store to /opt/phpki/phpki-store.$PHPKIDIR" - mv /opt/phpki/phpki-store "/opt/phpki/phpki-store.$PHPKIDIR" + /bin/cp -pr /opt/phpki/phpki-store "/opt/phpki/phpki-store.$PHPKIDIR" echo "Directory moved...continuing installaton" else echo "No directory detected...continuing installaton"