Upstream release rhbz#1796501

f37
gbcox 5 years ago
parent beea08d8d1
commit 5258443c98

1
.gitignore vendored

@ -22,3 +22,4 @@
/yubioath-desktop-d1187b6.tar.gz /yubioath-desktop-d1187b6.tar.gz
/yubioath-desktop-121efe3.tar.gz /yubioath-desktop-121efe3.tar.gz
/yubioath-desktop-c58db92.tar.gz /yubioath-desktop-c58db92.tar.gz
/yubioath-desktop-4df579e.tar.gz

@ -1 +1 @@
SHA512 (yubioath-desktop-c58db92.tar.gz) = 13cb4763072d32fff527029c8d161882a9719441462dcf1816932674d0ccc07a1697a68f0837c33757f1ae93c0adc7b49e74af0ee29d6417886b8ba3d92c47df SHA512 (yubioath-desktop-4df579e.tar.gz) = 2d1f1e4335f5baf8e1f30a30461fe0553a52df6538236eab9ec1b5ba2587e79176c1f317541cba6b44dfd0b9bc395b3f9d2d43c78b0a4296a7b1b3dea1bbd7e4

@ -1,11 +1,11 @@
%global commit c58db92b64f9676b71c6fd7f6c9f4f0c59a8541e %global commit 4df579e4bce482a3587a06d87ed890a39a074597
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global owner Yubico %global owner Yubico
%global svn git %global svn git
Name: yubioath-desktop Name: yubioath-desktop
Version: 5.0.1 Version: 5.0.2
Release: 4.%{svn}%{shortcommit}%{?dist} Release: 1.%{svn}%{shortcommit}%{?dist}
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
License: BSD License: BSD
@ -42,7 +42,7 @@ sed -i -e "1s|^#.*$|#!%{__python3}|g" build_qrc.py py/yubikey.py
desktop-file-install --dir=%{buildroot}%{_datadir}/applications resources/yubioath-desktop.desktop desktop-file-install --dir=%{buildroot}%{_datadir}/applications resources/yubioath-desktop.desktop
# icons # icons
install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources/icons/yubioath.png install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources/icons/*.png
%files %files
%license COPYING %license COPYING
@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
%{_datadir}/applications/* %{_datadir}/applications/*
%changelog %changelog
* Fri Jan 31 2020 Gerald Cox <gbcox@fedoraproject.org> - 5.0.2-1.git4df579e
- Upstream release rhbz#1796501
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-4.gitc58db92 * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-4.gitc58db92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save