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:
commit
4b98e78ff6
@ -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
|
Wed Aug 5 14:00:49 UTC 2015 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Requires: libpcsclite1 = %{version}
|
|||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Requires(pre): pwdutils
|
Requires(pre): pwdutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} > 1310
|
%if 0%{?suse_version} >= 1320
|
||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
@ -137,8 +137,10 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} %{SOURCE6} .
|
|||||||
%if 0%{?suse_version} > 1140
|
%if 0%{?suse_version} > 1140
|
||||||
--with-systemdsystemunitdir=%{_unitdir} \
|
--with-systemdsystemunitdir=%{_unitdir} \
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1310
|
%if 0%{?suse_version} >= 1320
|
||||||
--enable-polkit \
|
--enable-polkit \
|
||||||
|
%else
|
||||||
|
--disable-polkit \
|
||||||
%endif
|
%endif
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -246,7 +248,7 @@ fi
|
|||||||
%{_localstatedir}/adm/fillup-templates/sysconfig.pcscd
|
%{_localstatedir}/adm/fillup-templates/sysconfig.pcscd
|
||||||
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
|
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
|
||||||
%{_libdir}/libpcsclite.so
|
%{_libdir}/libpcsclite.so
|
||||||
%if 0%{?suse_version} > 1310
|
%if 0%{?suse_version} >= 1320
|
||||||
%{_datadir}/polkit-1/actions/org.debian.pcsc-lite.policy
|
%{_datadir}/polkit-1/actions/org.debian.pcsc-lite.policy
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user