requiring systemd-udev, because sane-backends puts files into its directories and own maindocdir
This commit is contained in:
parent
21222334ee
commit
4599d426f3
@ -33,7 +33,7 @@
|
|||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.27
|
Version: 1.0.27
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||||
# Tools are GPLv2+, docs are public domain
|
# Tools are GPLv2+, docs are public domain
|
||||||
# see LICENSE for details
|
# see LICENSE for details
|
||||||
@ -69,6 +69,7 @@ BuildRequires: gphoto2-devel
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
Requires: systemd >= 196
|
Requires: systemd >= 196
|
||||||
|
Requires: systemd-udev >= 196
|
||||||
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
# Don't drag around obsoletes forever
|
# Don't drag around obsoletes forever
|
||||||
%if ! (0%{?fedora} >= 27 || 0%{?rhel} >= 8)
|
%if ! (0%{?fedora} >= 27 || 0%{?rhel} >= 8)
|
||||||
@ -276,7 +277,7 @@ exit 0
|
|||||||
%systemd_postun saned.socket
|
%systemd_postun saned.socket
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%docdir %{_maindocdir}
|
%dir %{_maindocdir}
|
||||||
%doc %{_maindocdir}/AUTHORS
|
%doc %{_maindocdir}/AUTHORS
|
||||||
%doc %{_maindocdir}/ChangeLog
|
%doc %{_maindocdir}/ChangeLog
|
||||||
%doc %{_maindocdir}/NEWS
|
%doc %{_maindocdir}/NEWS
|
||||||
@ -327,6 +328,10 @@ exit 0
|
|||||||
%{_unitdir}/saned@.service
|
%{_unitdir}/saned@.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-5
|
||||||
|
- requiring systemd-udev, because sane-backends puts files into its directories
|
||||||
|
and own maindocdir
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-4
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user