Accepting request 1139104 from security
OBS-URL: https://build.opensuse.org/request/show/1139104 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/AusweisApp?expand=0&rev=3
This commit is contained in:
commit
c7e3e1f246
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3443c39815c632c57cd1ce6bd07d5bf6485258080135ff8b7e6b58cfc568a1c7
|
||||
size 9123033
|
3
2.0.2.tar.gz
Normal file
3
2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:072552688ad02c48478b6dd0ed86fb0ff0bb396a9753654730064e3758223c3f
|
||||
size 9125599
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 11:49:15 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.0.2
|
||||
- Avoid showing hints to the PIN reset service.
|
||||
- Pass original source tree name to %setup macro
|
||||
- Use original source tree name in %install section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 07:45:17 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package AusweisApp
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: AusweisApp
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: 0
|
||||
Summary: Official authentication app for German ID cards and residence permits
|
||||
License: EUPL-1.2
|
||||
@ -62,7 +62,7 @@ and residence permits. To use this app, a supported RFID card
|
||||
reader or compatible NFC smart phone is required.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}2-%{version}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} <= 1500
|
||||
@ -79,7 +79,7 @@ ninja
|
||||
%cmake_install
|
||||
|
||||
%suse_update_desktop_file com.governikus.ausweisapp2 X-SuSE-DesktopUtility
|
||||
install -DTm644 %{_builddir}/%{name}2-%{version}/resources/images/npa.png %{buildroot}/%{_datadir}/icons/hicolor/96x96/apps/AusweisApp.png
|
||||
install -DTm644 %{_builddir}/%{name}-%{version}/resources/images/npa.png %{buildroot}/%{_datadir}/icons/hicolor/96x96/apps/AusweisApp.png
|
||||
|
||||
%fdupes -s %{buildroot}/%{_prefix}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user