added patch to fix typo in a XML tag

epel9
Germano Massullo 7 years ago
parent f2bbef4d5d
commit 805dc0e351

@ -5,6 +5,7 @@ Summary: Cross-platform password manager
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
URL: http://www.keepassxc.org/ URL: http://www.keepassxc.org/
Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/keepassxc-%{version}-src.tar.xz Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/keepassxc-%{version}-src.tar.xz
Patch0: typo_xml_tag.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -41,6 +42,7 @@ information can be considered as quite safe.
%prep %prep
%setup -n %{name}-%{version} %setup -n %{name}-%{version}
%patch0 -p1
# get rid of icon tag in appdata file # get rid of icon tag in appdata file
# icon tag is not allowed in desktop appdata file # icon tag is not allowed in desktop appdata file
@ -123,6 +125,7 @@ desktop-file-validate %{_datadir}/applications/keepassxc.desktop &> /dev/null ||
%changelog %changelog
* Tue Dec 12 2017 Germano Massullo <germano.massullo@gmail.com> - 2.2.3-1 * Tue Dec 12 2017 Germano Massullo <germano.massullo@gmail.com> - 2.2.3-1
- 2.2.3 release - 2.2.3 release
- added patch to fix typo in a XML tag
* Sun Oct 22 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 2.2.2-1 * Sun Oct 22 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 2.2.2-1
- Update to 2.2.2 - Update to 2.2.2

@ -0,0 +1,21 @@
From 496f88c4590c4a672ef454a4ee8c1991a02dc736 Mon Sep 17 00:00:00 2001
From: Germano Massullo <germano.massullo@gmail.com>
Date: Tue, 12 Dec 2017 23:24:59 +0100
Subject: [PATCH] Fixed typo in XML tag
Signed-off-by: Germano Massullo <germano.massullo@gmail.com>
---
share/linux/org.keepassxc.KeePassXC.appdata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/linux/org.keepassxc.KeePassXC.appdata.xml b/share/linux/org.keepassxc.KeePassXC.appdata.xml
index 39cddac12..69e7855ba 100644
--- a/share/linux/org.keepassxc.KeePassXC.appdata.xml
+++ b/share/linux/org.keepassxc.KeePassXC.appdata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-<li>Copyright 2017 KeePassXC Team <team@keepassxc.org> -->
+<!--Copyright 2017 KeePassXC Team <team@keepassxc.org> -->
<component type="desktop-application">
<id>org.keepassxc.KeePassXC.desktop</id>
<name>KeePassXC</name>
Loading…
Cancel
Save