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 Name: webmin
Version: 1.984 Version: 1.984
Release: 1mamba Release: 2mamba
Summary: A web-based interface for system administration for Unix Summary: A web-based interface for system administration for Unix
Group: Applications/Web Group: Applications/Web
Vendor: openmamba Vendor: openmamba
@ -19,20 +19,13 @@ License: GPL
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl(ctime.pl) BuildRequires: perl(ctime.pl)
BuildRequires: perl(timelocal.pl) BuildRequires: perl(timelocal.pl)
BuildRequires: perl-CGI
BuildRequires: perl-DBI
BuildRequires: perl-Encode-HanConvert
BuildRequires: perl-Mon BuildRequires: perl-Mon
BuildRequires: perl-Net-SSLeay
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-Net-SSLeay >= 1.25 BuildRequires: perl-Net-SSLeay >= 1.25
Requires: perl(CGI)
Requires: perl(Config) Requires: perl(Config)
Requires: perl(DBI)
Requires: perl(Data::Dumper) Requires: perl(Data::Dumper)
Requires: perl(DynaLoader) Requires: perl(DynaLoader)
Requires: perl(Encode::HanConvert)
Requires: perl(English) Requires: perl(English)
Requires: perl(Exporter) Requires: perl(Exporter)
Requires: perl(Fcntl) Requires: perl(Fcntl)
@ -41,7 +34,6 @@ Requires: perl(Getopt::Long)
Requires: perl(Getopt::Std) Requires: perl(Getopt::Std)
Requires: perl(IPC::Open2) Requires: perl(IPC::Open2)
Requires: perl(Mon::Client) Requires: perl(Mon::Client)
Requires: perl(Net::SSLeay)
Requires: perl(POSIX) Requires: perl(POSIX)
Requires: perl(Socket) Requires: perl(Socket)
Requires: perl(Text::Wrap) Requires: perl(Text::Wrap)
@ -53,13 +45,17 @@ Requires: perl(vars)
Requires: perl(warnings) Requires: perl(warnings)
Requires(post):expect Requires(post):expect
#Requires: shorewall #Requires: shorewall
AutoReqProv: off #AutoReqProv: off
%description %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. 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 %prep
%setup -q %setup -q
%global __provides_exclude_from ^%{_datadir}/webmin/.*$
%global __requires_exclude_from ^%{_datadir}/webmin/.*$
%patch0 -p1 %patch0 -p1
#rm acl/Authen-SolarisRBAC-0.1/blib/arch/auto/Authen/SolarisRBAC/SolarisRBAC.so #rm acl/Authen-SolarisRBAC-0.1/blib/arch/auto/Authen/SolarisRBAC/SolarisRBAC.so
mkdir tmp mkdir tmp
@ -124,7 +120,7 @@ fi
: :
%preun %preun
%systemd_preun_ webmin %systemd_preun webmin
: :
%postun %postun
@ -146,6 +142,9 @@ fi
%doc LICENCE %doc LICENCE
%changelog %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 * Mon Dec 27 2021 Automatic Build System <autodist@mambasoft.it> 1.984-1mamba
- automatic version update by autodist - automatic version update by autodist