mark /etc/sane.d/dll.d as %dir, not %config
This commit is contained in:
parent
95750866e9
commit
ffe6193416
@ -121,7 +121,8 @@ rm -rf %{buildroot}
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /etc/sane.d
|
%dir /etc/sane.d
|
||||||
%config(noreplace) /etc/sane.d/*
|
%dir /etc/sane.d/dll.d
|
||||||
|
%config(noreplace) /etc/sane.d/*.conf
|
||||||
%{_datadir}/hal/fdi/policy/20thirdparty/*.fdi
|
%{_datadir}/hal/fdi/policy/20thirdparty/*.fdi
|
||||||
%{_libexecdir}/hal-usb-scanner-add
|
%{_libexecdir}/hal-usb-scanner-add
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
@ -154,6 +155,9 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/sane-backends.pc
|
%{_libdir}/pkgconfig/sane-backends.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 18 2009 Nils Philippsen <nils@redhat.com>
|
||||||
|
- mark /etc/sane.d/dll.d as %%dir, not %%config
|
||||||
|
|
||||||
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-3
|
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-3
|
||||||
- disable rpath
|
- disable rpath
|
||||||
- make sane-config multilib-aware
|
- make sane-config multilib-aware
|
||||||
|
Loading…
Reference in New Issue
Block a user