timlau pushed to yumex (epel7). "Release 3.0.17-1"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 21 05:13:57 UTC 2015


>From 71494cf56720ddb2e9f3abc0faa70cf04e1583f1 Mon Sep 17 00:00:00 2001
From: Tim Lauridsen <timlau at fedoraproject.org>
Date: Tue, 21 Apr 2015 06:53:54 +0200
Subject: Release 3.0.17-1


diff --git a/.gitignore b/.gitignore
index 544d759..eb6b6ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ yumex-2.9.10.tar.gz
 /yumex-3.0.14.tar.gz
 /yumex-3.0.15.tar.gz
 /yumex-3.0.16.tar.gz
+/yumex-3.0.17.tar.gz
diff --git a/sources b/sources
index 2ce5ecf..34f5bdb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff4f3cf9ce901d7a4b9a9bad156e7096  yumex-3.0.16.tar.gz
+9990213613322e6221643f5d3f1af99d  yumex-3.0.17.tar.gz
diff --git a/yumex.spec b/yumex.spec
index ce0c8f3..42d7e39 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.16
+Version:  3.0.17
 Release:  1%{?dist}
 Summary:  Yum Extender graphical package management tool
 
@@ -21,13 +21,15 @@ BuildRequires: intltool
 Requires: yum >= 3.2.23
 Requires: pygtk2 >= 2.14
 Requires: pycairo
-Requires: python-pexpect
+%{?fedora:Requires: python-pexpect}
+%{?rhel:Requires: pexpect}
 Requires: python-iniparse
 Requires: dbus-python
 Requires: python-kitchen
 Requires: urlgrabber
 Requires: polkit
 Requires: pyxdg
+Requires(pre): shadow-utils
 
 %description
 Graphical User Interface for Yum.
@@ -52,12 +54,16 @@ install -m644 src/yumex.glade.el6 $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glad
 
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-local.desktop
+
     
 # this is a doc file; removing from installed tree
 rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING
 
 %find_lang %name
 
+%pre
+getent group yumex >/dev/null || groupadd -r yumex
+
 %post
 update-desktop-database %{_datadir}/applications &> /dev/null || :
 
@@ -82,8 +88,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/polkit-1/actions/dk.yumex.backend.policy
 %{_datadir}/applications/*.desktop
 %{_datadir}/appdata/*.xml
+%{_datadir}/polkit-1/rules.d/*.rules
 
 %changelog
+* Tue Apr 21 2015 Tim Lauridsen <timlau at fedoraproject.org> 3.0.17-1
+- bumped release
+- add rhel/fedora specific requirement of pexpect/python-pexpect
+* Tue Oct 14 2014 Tim Lauridsen <timlau at fedoraproject.org> 3.0.16-2
+- create yumex group
+- added shadow-utils requirement (pre)
+- added PolicyKit rule
 * Sun Oct 5 2014 Tim Lauridsen <timlau at fedoraproject.org> 3.0.16-1
 - bumped version to 3.0.16
 - removed udisks requirement
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/yumex.git/commit/?h=epel7&id=f8749c415f1ef3cfe8784104242f780f1b325c94


More information about the scm-commits mailing list