[yumex: 1/2] Release 3.0.5-1

Tim Lauridsen timlau at fedoraproject.org
Sun May 13 08:09:47 UTC 2012


commit ae482775c188f4e6e722e55f90a729c606499546
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Sun May 13 08:02:59 2012 +0200

    Release 3.0.5-1

 .gitignore |    1 +
 sources    |    2 +-
 yumex.spec |   22 +++++++++++++++++-----
 3 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4cc37bb..ebd0954 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ yumex-2.9.10.tar.gz
 /yumex-3.0.2.tar.gz
 /yumex-3.0.3.tar.gz
 /yumex-3.0.4.tar.gz
+/yumex-3.0.5.tar.gz
diff --git a/sources b/sources
index 19284fa..84fbf33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc94b489a2c28ded0724ce60a971c49f  yumex-3.0.4.tar.gz
+f4a4f747a6880ec747ad8c2a7b691e88  yumex-3.0.5.tar.gz
diff --git a/yumex.spec b/yumex.spec
index 82289e5..41447fa 100644
--- a/yumex.spec
+++ b/yumex.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:     yumex
-Version:  3.0.4
+Version:  3.0.5
 Release:  1%{?dist}
 Summary:  Yum Extender graphical package management tool
 
@@ -20,13 +20,13 @@ BuildRequires: intltool
 
 Requires: yum >= 3.2.23
 Requires: pygtk2 >= 2.14
-Requires: usermode
 Requires: pexpect
 Requires: python-iniparse
 Requires: dbus-python
 Requires: udisks
 Requires: python-kitchen
 Requires: urlgrabber
+Requires: polkit
 
 %description
 Graphical User Interface for Yum.
@@ -44,6 +44,11 @@ make
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
+#install another .glade file for el6
+%if 0%{?el6}
+install -m644 src/yumex.glade.el6 $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glade
+%endif
+
 desktop-file-install --vendor fedora --delete-original \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications \
     --add-category X-Fedora \
@@ -70,12 +75,19 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/guihelpers/
 %config(noreplace)  %{_sysconfdir}/yumex.profiles.conf
 %config(noreplace)  %{_sysconfdir}/yumex.conf
-%config %{_sysconfdir}/pam.d/yumex-yum-backend
-%config %{_sysconfdir}/security/console.apps/yumex-yum-backend
-
+%{_datadir}/polkit-1/actions/org.yum-extender.backend.policy
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
+* Sun May 13 2012 Tim Lauridsen <timlau at fedoraproject.org> 3.0.5-1
+- bumped version to 3.0.5-1
+* Wed May 9 2012 Tim Lauridsen <timlau at fedoraproject.org> 3.0.4-3
+- Added PolicyKit policy
+- Removed usermode requirement
+- Added polkit requirement
+* Sat Oct 22 2011 Tim Lauridsen <timlau at fedoraproject.org> 3.0.4-2
+- bumped version to 3.0.4-2
+- install special yumex.glade on el6
 * Tue Oct 11 2011 Tim Lauridsen <timlau at fedoraproject.org> 3.0.4-1
 - bumped version to 3.0.4-1
 * Wed Apr 27 2011 Tim Lauridsen <timlau at fedoraproject.org> 3.0.3-1


More information about the scm-commits mailing list