|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
Name: lirc
|
|
|
|
|
Version: 0.9.0
|
|
|
|
|
%if 0%{?released}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
%else
|
|
|
|
|
Release: 0.1.%{pre}%{?dist}
|
|
|
|
|
%endif
|
|
|
|
@ -281,7 +281,7 @@ fi
|
|
|
|
|
%{_mandir}/man1/*ir*.1*
|
|
|
|
|
%{_mandir}/man1/*mode2*.1*
|
|
|
|
|
%{_mandir}/man8/lirc*d.8*
|
|
|
|
|
%ghost %dir %{_localstatedir}/run/lirc/
|
|
|
|
|
%dir %{_localstatedir}/run/lirc/
|
|
|
|
|
%ghost %{_localstatedir}/run/lirc/lirc*
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
@ -305,6 +305,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 28 2011 Jarod Wilson <jarod@redhat.com> 0.9.0-4
|
|
|
|
|
- Apparently, the title of bz656613 wasn't quite correct, some stuff
|
|
|
|
|
in /var/run does need to be installed, not ghosted...
|
|
|
|
|
|
|
|
|
|
* Tue May 03 2011 Jarod Wilson <jarod@redhat.com> 0.9.0-3
|
|
|
|
|
- Properly support tmpfs /var/run/lirc in new systemd world (#656613)
|
|
|
|
|
- Don't ghost config files, lay 'em down with pointers in them
|
|
|
|
|