forked from pool/eid-mw
add changes
OBS-URL: https://build.opensuse.org/package/show/security/eid-mw?expand=0&rev=13
This commit is contained in:
parent
e857635614
commit
30a088d757
@ -2,11 +2,17 @@
|
||||
Sat Dec 31 15:09:03 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- updated to 5.1.4
|
||||
* support new distributions
|
||||
* monitor specific resolution
|
||||
* UI improvements
|
||||
* build improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 11:52:41 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- updated to 5.0.28
|
||||
* improve translations
|
||||
* UI improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 9 14:51:46 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package eid-mw
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2014 Philipp Thomas <psmt@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -124,7 +124,6 @@ The application verifies the signature of the identity information,
|
||||
checks whether it was signed by a government-issued key, and optionally
|
||||
checks the certificate against the government's Trust Service.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{src_name}
|
||||
|
||||
@ -155,7 +154,7 @@ elif /usr/bin/pgrep 'iceweasel' &>/dev/null; then
|
||||
echo "INFO: You may have to restart Iceweasel for the Belgium eID add-on to work." >&2
|
||||
fi
|
||||
|
||||
%postun -n eid-mw-libs
|
||||
%postun -n eid-mw-libs
|
||||
/sbin/ldconfig
|
||||
### Make pcscd reread configuration and rescan USB bus.
|
||||
if /sbin/service pcscd status &>/dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user