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

This commit is contained in:
Trevor Batley 2024-09-08 17:58:46 +10:00
parent 953cf14c1f
commit cc50201615

View File

@ -1,6 +1,6 @@
%define name smeserver-systemd-control
%define version 0.1
%define release 4
%define release 5
Summary: Perl module to check systemd services
Name: %{name}
Version: %{version}
@ -11,8 +11,8 @@ Group: SMEserver/addon
Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}
BuildArchitectures: noarch
BuildRequires: e-smith-devtools
Requires: e-smith-release >= 10.0
BuildRequires: smeserver-devtools
Requires: smeserver-release >= 10.0
Requires: python3
AutoReqProv: no
@ -23,6 +23,9 @@ https://github.com/NethServer/nethserver-lib/blob/master/lib/perl/NethServer/Ser
https://raw.githubusercontent.com/NethServer/nethserver-lib/master/lib/perl/NethServer/Service.pm
%changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.1-5.sme
- Fix e-smith references in smeserver-systemd-control [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.1-4.sme
- Roll up patches and move to git repo [SME: 12338]