import sane-backends-1.0.32-7.el9

This commit is contained in:
CentOS Sources 2022-11-15 01:50:25 -05:00 committed by Stepan Oksanichenko
parent 8f30be942f
commit cecbc26755
2 changed files with 10 additions and 8 deletions

View File

@ -0,0 +1 @@
u saned - "SANE scanner daemon user" /usr/share/sane /sbin/nologin

View File

@ -14,7 +14,7 @@
Summary: Scanner access software Summary: Scanner access software
Name: sane-backends Name: sane-backends
Version: 1.0.32 Version: 1.0.32
Release: 6%{?dist} Release: 7%{?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
@ -27,6 +27,7 @@ Source2: saned.socket
Source3: saned@.service.in Source3: saned@.service.in
Source4: README.Fedora Source4: README.Fedora
Source5: 66-saned.rules Source5: 66-saned.rules
Source6: sane-backends.sysusers
# Fedora-specific, probably not generally applicable: # Fedora-specific, probably not generally applicable:
Patch0: sane-backends-1.0.25-udev.patch Patch0: sane-backends-1.0.25-udev.patch
@ -147,8 +148,6 @@ Summary: Scanner network daemon
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release} Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires(pre): shadow-utils
%description daemon %description daemon
This package contains saned which is the daemon that allows remote clients to This package contains saned which is the daemon that allows remote clients to
access image acquisition devices available on the local host. access image acquisition devices available on the local host.
@ -191,6 +190,8 @@ popd
%install %install
%make_install %make_install
install -p -D -m 0644 %{SOURCE6} %{buildroot}%{_sysusersdir}/sane-backends.conf
mkdir -p %{buildroot}%{_datadir}/pixmaps mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
rm -f %{buildroot}%{_bindir}/gamma4scanimage rm -f %{buildroot}%{_bindir}/gamma4scanimage
@ -257,11 +258,7 @@ udevadm hwdb --update >/dev/null 2>&1 || :
%ldconfig_scriptlets libs %ldconfig_scriptlets libs
%pre daemon %pre daemon
getent group saned >/dev/null || groupadd -r saned %sysusers_create_compat %{SOURCE6}
getent passwd saned >/dev/null || \
useradd -r -g saned -d %{_datadir}/sane -s /sbin/nologin \
-c "SANE scanner daemon user" saned
exit 0
%post daemon %post daemon
%systemd_post saned.socket %systemd_post saned.socket
@ -428,11 +425,15 @@ exit 0
%files daemon %files daemon
%{_sbindir}/saned %{_sbindir}/saned
%{_mandir}/man8/saned* %{_mandir}/man8/saned*
%{_sysusersdir}/sane-backends.conf
%{_udevrulesdir}/66-saned.rules %{_udevrulesdir}/66-saned.rules
%{_unitdir}/saned.socket %{_unitdir}/saned.socket
%{_unitdir}/saned@.service %{_unitdir}/saned@.service
%changelog %changelog
* Thu Jul 21 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.32-7
- 2095461 - [RFE] sane-backends use systems-sysusers
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.32-6 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.32-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688