rebuilt with --with-tls=gnutls to fix web interface [release 2.4.2-2mamba;Wed Jun 22 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 21:35:05 +01:00
parent 45ca157862
commit 6e865d3cbc

View File

@ -7,7 +7,7 @@
Name: cups
Version: 2.4.2
Release: 1mamba
Release: 2mamba
Summary: Common UNIX Printing System
Group: System/Spooling
Vendor: openmamba
@ -15,7 +15,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cups.org
Source0: https://github.com/OpenPrinting/cups.git/v%{version}/cups-%{version}.tar.bz2
#Source0: https://github.com/apple/cups/releases/download/v%{version}/cups-%{version}-source.tar.gz
Source1: cups-pamd
Source2: cups-initscript
Source3: cups.service
@ -30,12 +29,14 @@ Patch3: cups-1.7.0-statedir.patch
Patch4: cups-2.2.8-fix-balidation-rejecting-all-names.patch
License: GPL
## AUTOBUILDREQ-BEGIN
#ld-linux.so.3(GLIBC_2.4): .so link not found
#ld-linux.so.3: .so link not found
BuildRequires: glibc-devel
BuildRequires: libacl-devel
BuildRequires: libavahi-devel
BuildRequires: libdbus-devel
BuildRequires: libgcc
BuildRequires: libopenssl-devel
BuildRequires: libgnutls-devel
BuildRequires: libpam-devel
BuildRequires: libstdc++6-devel
BuildRequires: libsystemd-devel
@ -85,7 +86,8 @@ autoconf
--enable-ssl \
--enable-static \
--with-icondir=%{_datadir}/icons \
--without-xinetd
--without-xinetd \
--with-tls=gnutls
# --with-cups-user=lpadmin \
# --with-cups-group=lpadmin
@ -194,7 +196,7 @@ fi
%postun
%systemd_postun_with_restart cups
%systemd_postun_with_restart cups-lpd
%systemd_postun_with_restart cups-lpd.socket
:
%posttrans
@ -295,6 +297,9 @@ fi
#%doc CHANGES.txt README.txt
%changelog
* Wed Jun 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.2-2mamba
- rebuilt with --with-tls=gnutls to fix web interface
* Thu May 26 2022 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
- automatic version update by autodist