RHEL-29931 hp-plugin-download uses removed curl option
Resolves: RHEL-29931
This commit is contained in:
parent
dabcff0237
commit
8109ad62b5
@ -16,7 +16,7 @@ download()
|
||||
{
|
||||
SOURCE="$1"
|
||||
|
||||
@bindir@/curl --create-dir -O --output-dir ~/.hplip ${SOURCE}
|
||||
@bindir@/curl --create-dirs -O --output-dir ~/.hplip ${SOURCE}
|
||||
}
|
||||
|
||||
# link to the plugin
|
||||
|
@ -7,7 +7,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.23.12
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
# most files (base/*, *, ui*/...) - GPL2+
|
||||
# prnt/hpijs/ jpeg related files - IJG
|
||||
# prnt/* - BSD-3-Clause-HP - it is modified a little, asked here https://gitlab.com/fedora/legal/fedora-license-data/-/issues/267
|
||||
@ -966,6 +966,9 @@ find doc/images -type f -exec chmod 644 {} \;
|
||||
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
|
||||
|
||||
%changelog
|
||||
* Thu Mar 21 2024 Zdenek Dohnal <zdohnal@redhat.com> - 3.23.12-5
|
||||
- RHEL-29931 hp-plugin-download uses removed curl option
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.12-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user