fix-e-smith-pkg script (#12732)

This commit is contained in:
Trevor Batley 2024-09-08 18:02:16 +10:00
parent 91cd950535
commit f98d250b7f

View File

@ -1,5 +1,5 @@
%define version 1.0 %define version 1.0
%define release 14 %define release 15
Summary: Set up zoneminder for SME Server. Summary: Set up zoneminder for SME Server.
Name: smeserver-zoneminder Name: smeserver-zoneminder
Version: %{version} Version: %{version}
@ -11,12 +11,12 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
Requires: e-smith-release >= 10.0 Requires: smeserver-release >= 10.0
Requires: e-smith-apache >= 2.6.0-19 Requires: smeserver-apache >= 2.6.0-19
Requires: smeserver-php >= 3.0.0-43 Requires: smeserver-php >= 3.0.0-43
Requires: zoneminder Requires: zoneminder
Requires: e-smith-base Requires: smeserver-base
#Requires: php70-php-pecl-apcu-bc php71-php-pecl-apcu-bc php72-php-pecl-apcu-bc php73-php-pecl-apcu-bc #Requires: php70-php-pecl-apcu-bc php71-php-pecl-apcu-bc php72-php-pecl-apcu-bc php73-php-pecl-apcu-bc
#Requires: php54-php-pecl-apcu php55-php-pecl-apcu php56-php-pecl-apcu php70-php-pecl-apcu php71-php-pecl-apcu php72-php-pecl-apcu php73-php-pecl-apcu #Requires: php54-php-pecl-apcu php55-php-pecl-apcu php56-php-pecl-apcu php70-php-pecl-apcu php71-php-pecl-apcu php72-php-pecl-apcu php73-php-pecl-apcu
AutoReqProv: no AutoReqProv: no
@ -25,6 +25,9 @@ AutoReqProv: no
rpm to setup zoneminder rpm to setup zoneminder
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.0-15.sme
- Fix e-smith references in smeserver-zoneminder [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.0-14.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.0-14.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]