- Include upstream patch for lircd.conf remote include directives (#442248)

- Include upstream patch to validate transmit buffers
epel8
Jarod Wilson 17 years ago
parent c3203b8147
commit a7224d2913

@ -18,7 +18,7 @@
Name: lirc Name: lirc
Version: 0.8.3 Version: 0.8.3
Release: 1%{?pre:.%{pre}}%{?dist} Release: 2%{?pre:.%{pre}}%{?dist}
Summary: The Linux Infrared Remote Control package Summary: The Linux Infrared Remote Control package
Group: System Environment/Daemons Group: System Environment/Daemons
@ -28,6 +28,8 @@ Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2
#Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}%{pre}.tar.bz2 #Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}%{pre}.tar.bz2
Source1: %{name}.init Source1: %{name}.init
Source2: %{name}.sysconfig Source2: %{name}.sysconfig
Patch0: lirc-0.8.3-remote-includes-directive.patch
Patch1: lirc-0.8.3-validate-transmit-buffer.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{__perl} BuildRequires: %{__perl}
@ -97,6 +99,8 @@ documentation and a collection of remote control configuration files.
%prep %prep
%setup -q -n %{name}-%{version}%{?pre} %setup -q -n %{name}-%{version}%{?pre}
%patch0 -p1 -b .incl
%patch1 -p1 -b .xbuf
chmod 644 contrib/* chmod 644 contrib/*
@ -233,6 +237,10 @@ fi
%changelog %changelog
* Mon May 12 2008 Jarod Wilson <jwilson@redhat.com> - 0.8.3-2
- Include upstream patch for lircd.conf remote include directives (#442248)
- Include upstream patch to validate transmit buffers
* Sun May 04 2008 Jarod Wilson <jwilson@redhat.com> - 0.8.3-1 * Sun May 04 2008 Jarod Wilson <jwilson@redhat.com> - 0.8.3-1
- Update to 0.8.3 release - Update to 0.8.3 release

Loading…
Cancel
Save