From e6e1111deced406f1b3f8ee4c20a0c02bd76ca47 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:12:58 +0100 Subject: [PATCH] fix typo in systemd_preun macro [release 1.984-2mamba;Sat Feb 19 2022] --- webmin.spec | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/webmin.spec b/webmin.spec index 45ff478..7d89ca4 100644 --- a/webmin.spec +++ b/webmin.spec @@ -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 1.984-2mamba +- fix typo in systemd_preun macro + * Mon Dec 27 2021 Automatic Build System 1.984-1mamba - automatic version update by autodist