Upstream release rhbz#1823928

f37
gbcox 5 years ago
parent b4aa58d2dc
commit ee005e9bc1

1
.gitignore vendored

@ -23,3 +23,4 @@
/yubioath-desktop-121efe3.tar.gz
/yubioath-desktop-c58db92.tar.gz
/yubioath-desktop-4df579e.tar.gz
/yubioath-desktop-5e94bd8.tar.gz

@ -1 +1 @@
SHA512 (yubioath-desktop-4df579e.tar.gz) = 2d1f1e4335f5baf8e1f30a30461fe0553a52df6538236eab9ec1b5ba2587e79176c1f317541cba6b44dfd0b9bc395b3f9d2d43c78b0a4296a7b1b3dea1bbd7e4
SHA512 (yubioath-desktop-5e94bd8.tar.gz) = 5271d038f2b67cafa491b27bfe793afe75bddf08fd0cb7b4e285aa151a3d66b20aed7fb5e86a23d47e7ee08acee5d146a16bfe7a8b9aaea0b6f905759d29dd39

@ -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 <gbcox@fedoraproject.org> - 5.0.3-1.git5e94bd8
- Upstream release rhbz#1823928
* Mon Apr 06 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.0.2-2.git4df579e
- rebuild (qt5)

Loading…
Cancel
Save