diff --git a/libssh-0.10.5.tar.xz b/libssh-0.10.5.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..2a2603fce87e03459cfd117cd0fb7c6ab2f1b80c Binary files /dev/null and b/libssh-0.10.5.tar.xz differ diff --git a/libssh-0.10.5.tar.xz.asc b/libssh-0.10.5.tar.xz.asc new file mode 100644 index 0000000000000000000000000000000000000000..01c568576e041899e9643d765070c88306fb4e28 --- /dev/null +++ b/libssh-0.10.5.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAmRTm30ACgkQfuD8TcwB +Tj0TBQ/+MS5qNXgV8I/3s0k6jpzTsEMdozOZ7RYiJg9i9UzCGsIuJ0aiMl+G1aFH +UJOkLlHgGXTSCeZk4aoSTky2jEOezcFgsi0v9j8nmxRTjlDDAY0KxOoA//wc5nQ0 +fgQKUbX0SrtIbe9qpffoGBjaEap2ICAiM7a5PJ+Js0RQ944TqmkWmhGP/2XhxsF9 +0TJ6e4ilSg/mTBV5GemLTRSc+MgFoh5jJiV1+zmkOw5bBvPx7/KgsdmhoZ63prFI +8LvfChEEx50lyTXC8eLW4uSvO5tMHyAwDNBJcKOccp5yqEr147S1pZL8iNS0C2EF +/vG7zRDa3dv81xJjuPVdO40/GE77omp1IWC3i4ZskaAocGOmHo7KSwJ/7MjtAuJT +QgqeTPHjENRYbB6FvyesHpWzesORFIxQtCMxugVpEPcc3WLIRNLvJGa7rofAGJJf +u5uLyzmBuyAWm5gpPMyLRy2ysAgBi7NVusnAuR4v28r8YYpGrwTG+epJ1fV6MKWV +tlV8aCY51H7WVmDNJlwyJOwEZWzRdi9n3e22hEm79+cj3WKY3uwYwJI4s0CgcsUw +OzEZt97Yy+pSvdOokgNHRz0tGoDXZw55PF4+mcyvXSQfZJ2QCL7q7dJ/7DmibGgY +LtsN5bSfzXgEBqpty/sD5HSSt1/fNICJjfuiTKtjKXMD45wBUkE= +=IAN/ +-----END PGP SIGNATURE----- diff --git a/libssh-0.10.6.tar.xz b/libssh-0.10.6.tar.xz deleted file mode 100644 index 8ee7d6ea559eb8a701b364526daf14d898410638..0000000000000000000000000000000000000000 Binary files a/libssh-0.10.6.tar.xz and /dev/null differ diff --git a/libssh.spec b/libssh.spec index 1854e4dd9d2eb8d3945ee2e5df2efee841e2db4b..4b8a769df4795c3b2de7712b8151d4c66dbe37c7 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,8 +1,9 @@ -%define anolis_release 1 +%define anolis_release 2 %global _smp_build_ncpus 1 Name: libssh -Version: 0.10.6 +Version: 0.10.5 +Epoch: 1 Release: %{anolis_release}%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ @@ -17,7 +18,7 @@ BuildRequires: pam_wrapper socket_wrapper nss_wrapper uid_wrapper BuildRequires: openssh-clients openssh-server openssl-pkcs11 BuildRequires: gnutls-utils pkgconfig nmap-ncat softhsm -Requires: %{name}-config = %{version}-%{release} +Requires: %{name}-config = %{epoch}:%{version}-%{release} Recommends: crypto-policies @@ -34,7 +35,7 @@ mean that you should not try to know about and understand these details. %package devel Summary: Development files for %{name} -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} %description devel This package provides libraries and header files for developers of @@ -120,6 +121,9 @@ popd %doc AUTHORS CHANGELOG README %changelog +* Sat Mar 23 2024 li.longjiang