rebuilt with --with-tls=gnutls to fix web interface [release 2.4.2-2mamba;Wed Jun 22 2022]
This commit is contained in:
parent
45ca157862
commit
6e865d3cbc
15
cups.spec
15
cups.spec
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 2.4.2
|
Version: 2.4.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Common UNIX Printing System
|
Summary: Common UNIX Printing System
|
||||||
Group: System/Spooling
|
Group: System/Spooling
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,7 +15,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cups.org
|
URL: http://www.cups.org
|
||||||
Source0: https://github.com/OpenPrinting/cups.git/v%{version}/cups-%{version}.tar.bz2
|
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
|
Source1: cups-pamd
|
||||||
Source2: cups-initscript
|
Source2: cups-initscript
|
||||||
Source3: cups.service
|
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
|
Patch4: cups-2.2.8-fix-balidation-rejecting-all-names.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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: glibc-devel
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libavahi-devel
|
BuildRequires: libavahi-devel
|
||||||
BuildRequires: libdbus-devel
|
BuildRequires: libdbus-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libpam-devel
|
BuildRequires: libpam-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libsystemd-devel
|
BuildRequires: libsystemd-devel
|
||||||
@ -85,7 +86,8 @@ autoconf
|
|||||||
--enable-ssl \
|
--enable-ssl \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--with-icondir=%{_datadir}/icons \
|
--with-icondir=%{_datadir}/icons \
|
||||||
--without-xinetd
|
--without-xinetd \
|
||||||
|
--with-tls=gnutls
|
||||||
|
|
||||||
# --with-cups-user=lpadmin \
|
# --with-cups-user=lpadmin \
|
||||||
# --with-cups-group=lpadmin
|
# --with-cups-group=lpadmin
|
||||||
@ -194,7 +196,7 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
%systemd_postun_with_restart cups
|
%systemd_postun_with_restart cups
|
||||||
%systemd_postun_with_restart cups-lpd
|
%systemd_postun_with_restart cups-lpd.socket
|
||||||
:
|
:
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
@ -295,6 +297,9 @@ fi
|
|||||||
#%doc CHANGES.txt README.txt
|
#%doc CHANGES.txt README.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 26 2022 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user