diff --git a/openssl.spec b/openssl.spec index 63d03102cfab347a32704e3c361170fa21b94d64..a67bddc2bb70a31456a3fff7f4f2d4f058a2c405 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.3 +%define anolis_release .0.4 # For the curious: # 0.9.5a soversion = 0 # 0.9.6 soversion = 1 @@ -519,6 +519,9 @@ export LD_LIBRARY_PATH %postun libs -p /sbin/ldconfig %changelog +* Mon Aug 7 2023 wxiat - 1:1.1.1k-9.0.4 +- add sw arch in opensslconf.h + * Thu Jul 13 2023 wxiat - 1:1.1.1k-9.0.3 - change sw arch diff --git a/opensslconf-new.h b/opensslconf-new.h index 04363c3415b44caa4f12a4003dd42f1521e502d6..6114db90ec68e6a6367a066a3216fcee3d07a58a 100644 --- a/opensslconf-new.h +++ b/opensslconf-new.h @@ -40,6 +40,8 @@ #include "opensslconf-sparc.h" #elif defined(__x86_64__) #include "opensslconf-x86_64.h" +#elif defined(__sw_64__) +#include "opensslconf-sw_64.h" #else #error "This openssl-devel package does not work your architecture?" #endif