[keepass/f20] Add missing %u to Exec line in .desktop.

mavit mavit at fedoraproject.org
Fri Jul 18 21:25:58 UTC 2014


commit 33e8d4ccf7c4aea9e5a429785740665b5c55bd79
Author: Peter Oliver <git at mavit.org.uk>
Date:   Fri Jul 18 22:12:40 2014 +0100

    Add missing %u to Exec line in .desktop.
    
    Conflicts:
    	keepass.spec

 keepass-desktop-integration.patch |    2 +-
 keepass.spec                      |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/keepass-desktop-integration.patch b/keepass-desktop-integration.patch
index 6894a41..ca99a8c 100644
--- a/keepass-desktop-integration.patch
+++ b/keepass-desktop-integration.patch
@@ -39,7 +39,7 @@ diff -uNr keepass-2.26/dist/keepass.desktop keepass/dist/keepass.desktop
 +[Desktop Entry]
 +Name=KeePass
 +GenericName=Password manager
-+Exec=keepass
++Exec=keepass %u
 +Icon=keepass
 +Terminal=false
 +Type=Application
diff --git a/keepass.spec b/keepass.spec
index e61e0d4..5ef630a 100644
--- a/keepass.spec
+++ b/keepass.spec
@@ -1,6 +1,6 @@
 Name:           keepass
 Version:        2.26
-Release:        8%{?dist}
+Release:        10%{?dist}
 Summary:        Password manager
 
 License:        GPLv2+
@@ -109,6 +109,9 @@ Documentation for KeePass, a free open source password manager.
 
 
 %changelog
+* Fri Jul 18 2014 Peter Oliver <rpm at mavit.org.uk> - 2.26-10
+- Add missing %u to Exec line in .desktop.
+
 * Fri May 23 2014 Peter Oliver <rpm at mavit.org.uk> - 2.26-8
 - Build fails on Fedora 20 and earlier if no fonts are installed.
 


More information about the scm-commits mailing list