Accepting request 335616 from security:chipcard

1

OBS-URL: https://build.opensuse.org/request/show/335616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcsc-lite?expand=0&rev=66
This commit is contained in:
Stephan Kulow 2015-10-12 08:00:20 +00:00 committed by Git OBS Bridge
commit 4b98e78ff6
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 1 18:23:03 CEST 2015 - sbrabec@suse.com
- Don't enable polkit for 13.1 and SLE12. There are no policy
defaults defined yet (bsc#941721#c7).
-------------------------------------------------------------------
Wed Aug 5 14:00:49 UTC 2015 - wr@rosenauer.org

View File

@ -45,7 +45,7 @@ Requires: libpcsclite1 = %{version}
Requires(post): %fillup_prereq
Requires(pre): pwdutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1310
%if 0%{?suse_version} >= 1320
BuildRequires: polkit-devel
%endif
%if 0%{?suse_version} >= 1120
@ -137,8 +137,10 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} %{SOURCE6} .
%if 0%{?suse_version} > 1140
--with-systemdsystemunitdir=%{_unitdir} \
%endif
%if 0%{?suse_version} > 1310
%if 0%{?suse_version} >= 1320
--enable-polkit \
%else
--disable-polkit \
%endif
--disable-static
make %{?_smp_mflags}
@ -246,7 +248,7 @@ fi
%{_localstatedir}/adm/fillup-templates/sysconfig.pcscd
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
%{_libdir}/libpcsclite.so
%if 0%{?suse_version} > 1310
%if 0%{?suse_version} >= 1320
%{_datadir}/polkit-1/actions/org.debian.pcsc-lite.policy
%endif