diff --git a/.gitignore b/.gitignore index 6e1e9d2..594bb20 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /yubioath-desktop-121efe3.tar.gz /yubioath-desktop-c58db92.tar.gz /yubioath-desktop-4df579e.tar.gz +/yubioath-desktop-5e94bd8.tar.gz diff --git a/sources b/sources index f39fc81..8604469 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yubioath-desktop-4df579e.tar.gz) = 2d1f1e4335f5baf8e1f30a30461fe0553a52df6538236eab9ec1b5ba2587e79176c1f317541cba6b44dfd0b9bc395b3f9d2d43c78b0a4296a7b1b3dea1bbd7e4 +SHA512 (yubioath-desktop-5e94bd8.tar.gz) = 5271d038f2b67cafa491b27bfe793afe75bddf08fd0cb7b4e285aa151a3d66b20aed7fb5e86a23d47e7ee08acee5d146a16bfe7a8b9aaea0b6f905759d29dd39 diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index d8cdf5f..4ae0080 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -1,11 +1,11 @@ -%global commit 4df579e4bce482a3587a06d87ed890a39a074597 +%global commit 5e94bd8fafc8814d582b3e5809383b4b9e83d28f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global owner Yubico %global svn git Name: yubioath-desktop -Version: 5.0.2 -Release: 2.%{svn}%{shortcommit}%{?dist} +Version: 5.0.3 +Release: 1.%{svn}%{shortcommit}%{?dist} Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes License: BSD @@ -39,7 +39,7 @@ sed -i -e "1s|^#.*$|#!%{__python3}|g" build_qrc.py py/yubikey.py %make_install INSTALL_ROOT=%{buildroot} # desktop file -desktop-file-install --dir=%{buildroot}%{_datadir}/applications resources/yubioath-desktop.desktop +desktop-file-install --dir=%{buildroot}%{_datadir}/applications resources/com.yubico.yubioath.desktop # icons install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources/icons/*.png @@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources %{_datadir}/applications/* %changelog +* Tue Apr 14 2020 Gerald Cox - 5.0.3-1.git5e94bd8 +- Upstream release rhbz#1823928 + * Mon Apr 06 2020 Rex Dieter - 5.0.2-2.git4df579e - rebuild (qt5)