fix typo in systemd_preun macro [release 1.984-2mamba;Sat Feb 19 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:12:58 +01:00
parent a6dc8fadbf
commit e6e1111dec

View File

@ -1,6 +1,6 @@
Name: webmin
Version: 1.984
Release: 1mamba
Release: 2mamba
Summary: A web-based interface for system administration for Unix
Group: Applications/Web
Vendor: openmamba
@ -19,20 +19,13 @@ License: GPL
BuildRequires: libperl
BuildRequires: perl(ctime.pl)
BuildRequires: perl(timelocal.pl)
BuildRequires: perl-CGI
BuildRequires: perl-DBI
BuildRequires: perl-Encode-HanConvert
BuildRequires: perl-Mon
BuildRequires: perl-Net-SSLeay
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-Net-SSLeay >= 1.25
Requires: perl(CGI)
Requires: perl(Config)
Requires: perl(DBI)
Requires: perl(Data::Dumper)
Requires: perl(DynaLoader)
Requires: perl(Encode::HanConvert)
Requires: perl(English)
Requires: perl(Exporter)
Requires: perl(Fcntl)
@ -41,7 +34,6 @@ Requires: perl(Getopt::Long)
Requires: perl(Getopt::Std)
Requires: perl(IPC::Open2)
Requires: perl(Mon::Client)
Requires: perl(Net::SSLeay)
Requires: perl(POSIX)
Requires: perl(Socket)
Requires: perl(Text::Wrap)
@ -53,13 +45,17 @@ Requires: perl(vars)
Requires: perl(warnings)
Requires(post):expect
#Requires: shorewall
AutoReqProv: off
#AutoReqProv: off
%description
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.
%prep
%setup -q
%global __provides_exclude_from ^%{_datadir}/webmin/.*$
%global __requires_exclude_from ^%{_datadir}/webmin/.*$
%patch0 -p1
#rm acl/Authen-SolarisRBAC-0.1/blib/arch/auto/Authen/SolarisRBAC/SolarisRBAC.so
mkdir tmp
@ -124,7 +120,7 @@ fi
:
%preun
%systemd_preun_ webmin
%systemd_preun webmin
:
%postun
@ -146,6 +142,9 @@ fi
%doc LICENCE
%changelog
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.984-2mamba
- fix typo in systemd_preun macro
* Mon Dec 27 2021 Automatic Build System <autodist@mambasoft.it> 1.984-1mamba
- automatic version update by autodist