fix-e-smith-pkg script (#12732)
This commit is contained in:
parent
52e223dd5f
commit
7a8e12bb9b
@ -5,7 +5,7 @@
|
|||||||
Summary: smeserver-denyhosts
|
Summary: smeserver-denyhosts
|
||||||
%define name smeserver-denyhosts
|
%define name smeserver-denyhosts
|
||||||
%define version 2.9
|
%define version 2.9
|
||||||
%define release 21
|
%define release 22
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
@ -15,11 +15,11 @@ Source: %{name}-%{version}.tar.xz
|
|||||||
|
|
||||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: e-smith-devtools >= 1.13.1-03
|
BuildRequires: smeserver-devtools >= 1.13.1-03
|
||||||
Requires: smeserver-release >= 8.0
|
Requires: smeserver-release >= 8.0
|
||||||
Requires: denyhosts >= 2.6-20
|
Requires: denyhosts >= 2.6-20
|
||||||
Requires: e-smith-formmagick >= 1.4.0-12
|
Requires: smeserver-formmagick >= 1.4.0-12
|
||||||
Requires: e-smith-openssh >= 2.6.0-4
|
Requires: smeserver-openssh >= 2.6.0-4
|
||||||
Provides: perl(esmith::FormMagick::Panel::denyhosts)
|
Provides: perl(esmith::FormMagick::Panel::denyhosts)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
touch /etc/hosts.deny_ssh
|
touch /etc/hosts.deny_ssh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.9-22.sme
|
||||||
|
- Fix e-smith references in smeserver-denyhosts [SME: 12732]
|
||||||
|
|
||||||
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.9-21.sme
|
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.9-21.sme
|
||||||
- Roll up patches and move to git repo [SME: 12338]
|
- Roll up patches and move to git repo [SME: 12338]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user