[git] Fix desktop tag handling.

Jon Ciesla limb at fedoraproject.org
Mon May 13 18:49:31 UTC 2013


commit 7a9ebd43463202db5cb435e9bc6166867bdebfd4
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon May 13 13:45:22 2013 -0500

    Fix desktop tag handling.

 git.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/git.spec b/git.spec
index a1c89af..839760e 100644
--- a/git.spec
+++ b/git.spec
@@ -51,7 +51,7 @@
 
 Name:           git
 Version:        1.8.2.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Fast Version Control System
 License:        GPLv2
 Group:          Development/Tools
@@ -471,7 +471,7 @@ install -pm 644 contrib/completion/git-prompt.sh \
 
 # install git-gui .desktop file
 desktop-file-install \
-%if %{with desktop_vendor_tag}
+%if %{with_desktop_vendor_tag}
   --vendor fedora \
 %endif
   --dir=%{buildroot}%{_datadir}/applications %{SOURCE5}
@@ -605,6 +605,9 @@ rm -rf %{buildroot}
 # No files for you!
 
 %changelog
+* Mon May 13 2013 Jon Ciesla <limburgher at gmail.com> - 1.8.2.1-4
+- Fix typo introduced in 1.8.2-3, fixed desktop tag.
+
 * Wed May  1 2013 Tom Callaway <spot at fedoraproject.org> - 1.8.2.1-3
 - conditionalize systemd vs xinetd
 - cleanup systemd handling (it was not quite right in -2)


More information about the scm-commits mailing list