@@ -22,12 +22,12 @@ algorithms. Further it only has POSIX dependencies, and allows all algorithms
2222to be used on stack as well as on heap. Accelerated algorithms are transparently
2323enabled if possible.
2424
25- %package -n lib%{name }1
25+ %package -n lib%{name }0
2626Summary: Cryptographic library with stack-only support and PQC-safe algorithms
2727Provides: %{name } = %{version }-%{release }
2828Obsoletes: %{name } < %{version }-%{release }
2929
30- %description -n lib%{name }1
30+ %description -n lib%{name }0
3131Leancrypto provides a general-purpose cryptographic library with PQC-safe
3232algorithms. Further it only has POSIX dependencies, and allows all algorithms
3333to be used on stack as well as on heap. Accelerated algorithms are transparently
@@ -36,7 +36,7 @@ enabled if possible.
3636%package devel
3737Summary: Development files for leancrypto, a cryptographic library
3838Requires: glibc-devel
39- Requires: lib%{name }1 = %{version }
39+ Requires: lib%{name }0 = %{version }
4040# Cannot be noarch due to leancrypto.so symlink
4141#BuildArch: noarch
4242#BuildArchitectures: noarch
@@ -66,7 +66,7 @@ used for development.
6666%package -n %{name }-tools
6767Summary: Applications provided by leancrypto
6868Requires: glibc-devel
69- Requires: lib%{name }1 = %{version }
69+ Requires: lib%{name }0 = %{version }
7070
7171%description -n %{name }-tools
7272Leancrypto provides a general-purpose cryptographic library with PQC-safe
@@ -78,10 +78,10 @@ This subpackage holds the tools provided by the library, such as sha*sum.
7878
7979%kernel_module_package
8080
81- %package -n lib%{name }1 -kernel
81+ %package -n lib%{name }0 -kernel
8282Summary: Cryptographic library with PQC-safe algorithms Kernel Module Package
8383
84- %description -n lib%{name }1 -kernel
84+ %description -n lib%{name }0 -kernel
8585Leancrypto provides a general-purpose cryptographic library with PQC-safe
8686algorithms. Further it only has POSIX dependencies, and allows all algorithms
8787to be used on stack as well as on heap. Accelerated algorithms are transparently
@@ -121,10 +121,10 @@ for flavor in %flavors_to_build; do
121121 make -C obj/$flavor /linux_kernel modules_install M=$PWD /obj/$flavor KERNELRELEASE=$KERNELRELEASE
122122done
123123
124- %post -n lib%{name }1 -p /sbin/ldconfig
125- %postun -n lib%{name }1 -p /sbin/ldconfig
124+ %post -n lib%{name }0 -p /sbin/ldconfig
125+ %postun -n lib%{name }0 -p /sbin/ldconfig
126126
127- %files -n lib%{name }1
127+ %files -n lib%{name }0
128128%license LICENSE LICENSE.bsd LICENSE.gplv2
129129%{_libdir }/lib%{name }.so.*
130130%{_libdir }/pkgconfig/%{name }.pc
0 commit comments