Accepting request 642121 from home:wrosenauer:devel
license update OBS-URL: https://build.opensuse.org/request/show/642121 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=147
This commit is contained in:
parent
720d76c184
commit
f12cfee293
@ -29,7 +29,7 @@ Name: pcsc-lite
|
||||
Version: 1.8.24
|
||||
Release: 0
|
||||
Summary: PCSC Smart Cards Library
|
||||
License: BSD-3-Clause
|
||||
License: BSD-3-Clause AND GPL-3.0-or-later
|
||||
Group: Productivity/Security
|
||||
Url: https://pcsclite.apdu.fr/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -143,7 +143,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcpcscd
|
||||
mkdir -p %{buildroot}%{_fillupdir}
|
||||
cp %{name}.sysconfig %{buildroot}%{_fillupdir}/sysconfig.pcscd
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
cp -a AUTHORS ChangeLog COPYING DRIVERS HELP NEWS README README.SUSE SECURITY TODO %{buildroot}%{_docdir}/%{name}
|
||||
cp -a AUTHORS ChangeLog COPYING HELP NEWS README README.SUSE SECURITY TODO %{buildroot}%{_docdir}/%{name}
|
||||
# Remove useless la files
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
@ -176,7 +176,6 @@ getent passwd %{PKG_USER} >/dev/null || useradd -r -g %{PKG_GROUP} -s %{_sbindir
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/AUTHORS
|
||||
%{_docdir}/%{name}/COPYING
|
||||
%{_docdir}/%{name}/DRIVERS
|
||||
%{_docdir}/%{name}/HELP
|
||||
%{_docdir}/%{name}/NEWS
|
||||
%{_docdir}/%{name}/README
|
||||
|
@ -1,9 +1,9 @@
|
||||
diff --git a/etc/pcscd.service.in b/etc/pcscd.service.in
|
||||
index 7934050..ddbdcc4 100644
|
||||
index eb093de..f0929cd 100644
|
||||
--- a/etc/pcscd.service.in
|
||||
+++ b/etc/pcscd.service.in
|
||||
@@ -3,7 +3,9 @@ Description=PC/SC Smart Card Daemon
|
||||
Requires=pcscd.socket
|
||||
@@ -4,7 +4,9 @@ Requires=pcscd.socket
|
||||
Documentation=man:pcscd(8)
|
||||
|
||||
[Service]
|
||||
-ExecStart=@sbindir_exp@/pcscd --foreground --auto-exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user