[msitools/f20] Set the ALLUSERS=1 property when the install scope is perMachine

Marc-André Lureau elmarco at fedoraproject.org
Tue Oct 7 16:47:07 UTC 2014


commit 83f4a899a2f48c5faa8736a13a05349eb16febc1
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Tue Oct 7 18:46:40 2014 +0200

    Set the ALLUSERS=1 property when the install scope is perMachine
    
    rhbz#1146586

 .gitignore    |    1 +
 msitools.spec |    7 +++++--
 sources       |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ed34be..4f5d7e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /msitools-0.93.24-ebf9.tar.xz
 /msitools-0.93.28-5876.tar.xz
 /msitools-0.93.40-6aec.tar.xz
+/msitools-0.93.43-8566.tar.xz
diff --git a/msitools.spec b/msitools.spec
index a45cf8d..e168204 100644
--- a/msitools.spec
+++ b/msitools.spec
@@ -1,7 +1,7 @@
-%define _version_suffix -6aec
+%define _version_suffix -8566
 
 Name:           msitools
-Version:        0.93.40
+Version:        0.93.43
 Release:        1%{?dist}
 Summary:        Windows Installer tools
 
@@ -85,6 +85,9 @@ rm -f %{buildroot}%{_libdir}/*.la
 
 
 %changelog
+* Tue Sep  7 2014 Marc-André Lureau <marcandre.lureau at redhat.com> - 0.93.43-1
+- Set the ALLUSERS=1 property when the install scope is perMachine, rhbz#1146586
+
 * Mon Jun  9 2014 Marc-André Lureau <marcandre.lureau at redhat.com> - 0.93.40-1
 - Update nettle.wxi for f20, rhbz#1106437
 
diff --git a/sources b/sources
index c4573a4..f3c8362 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79845d91c793ae16a433243e2614f04b  msitools-0.93.40-6aec.tar.xz
+d2e53a5100bf3588ec1c9657cd01acfd  msitools-0.93.43-8566.tar.xz


More information about the scm-commits mailing list