3.10.2-9.1
- Used %{PATCH17} instead of referencing the patch file directly
This commit is contained in:
parent
9641bc0314
commit
13bab8a88a
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.10.2
|
||||
Release: 9%{?dist}
|
||||
Release: 9.1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -166,12 +166,12 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||
# HP LaserJet 1320 series (bug #579920)
|
||||
# HP LaserJet 2300 (bug #576928)
|
||||
# HP LaserJet P2015 Series (bug #580231)
|
||||
for ppd_file in $(grep '^diff' ../hplip-deviceIDs-ppd.patch | cut -d " " -f 4);
|
||||
for ppd_file in $(grep '^diff' %{PATCH17} | cut -d " " -f 4);
|
||||
do
|
||||
gunzip ${ppd_file#*/}.gz
|
||||
done
|
||||
%patch17 -p1 -b .deviceIDs-ppd
|
||||
for ppd_file in $(grep '^diff' ../hplip-deviceIDs-ppd.patch | cut -d " " -f 4);
|
||||
for ppd_file in $(grep '^diff' %{PATCH17} | cut -d " " -f 4);
|
||||
do
|
||||
gzip -n ${ppd_file#*/}
|
||||
done
|
||||
@ -397,7 +397,7 @@ fi
|
||||
%{_bindir}/hpcups-update-ppds &>/dev/null ||:
|
||||
|
||||
%changelog
|
||||
* Fri Apr 9 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-9
|
||||
* Fri Apr 9 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-9.1
|
||||
- Added/Corrected several IEEE 1284 Device IDs
|
||||
(bugs #577262, #577282, #577282, #577288, #577292, #577302,
|
||||
,#577306, #577308, #577898, #579920, #580231)
|
||||
|
Loading…
Reference in New Issue
Block a user