[yum-utils] Release 1.1.30-1

Tim Lauridsen timlau at fedoraproject.org
Fri Jan 14 17:40:18 UTC 2011


commit 2a663b1964214725e489ef4e9e60afbb5bd6589f
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Fri Jan 14 18:40:06 2011 +0100

    Release 1.1.30-1

 .gitignore     |    1 +
 sources        |    2 +-
 yum-utils.spec |   31 ++++++++++++++++++++++++-------
 3 files changed, 26 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df6c964..cc7df06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 yum-utils-1.1.27.tar.gz
 yum-utils-1.1.28.tar.gz
 /yum-utils-1.1.29.tar.gz
+/yum-utils-1.1.30.tar.gz
diff --git a/sources b/sources
index 489b965..d32dce8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9848c4e5f161c43ffb438126403c9093  yum-utils-1.1.29.tar.gz
+1b085c0fe375c3d306dbb44f6d7fa28a  yum-utils-1.1.30.tar.gz
diff --git a/yum-utils.spec b/yum-utils.spec
index 457025f..258f525 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -1,15 +1,21 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.29
-Release: 2%{?dist}
+Version: 1.1.30
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://yum.baseurl.org/download/yum-utils/%{name}-%{version}.tar.gz
 URL: http://yum.baseurl.org/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: python >= 2.4 , yum >= 3.2.28-12
-BuildRequires: python >= 2.4
+Requires: yum >= 3.2.29
+Requires: python-kitchen
+BuildRequires: python-devel >= 2.4
+BuildRequires: gettext
+BuildRequires: intltool
+Provides: yum-utils-translations = %{version}-%{release}
 
 
 %description
@@ -184,6 +190,7 @@ Obsoletes: yum-aliases < 1.1.20-0
 Conflicts: yum-aliases < 1.1.20-0
 # Requires args_hook
 Requires: yum >= 3.2.23
+Requires: yum-utils-translations = %{version}-%{release}
 
 %description -n yum-plugin-aliases
 This plugin adds the command alias, and parses the aliases config. file to
@@ -367,6 +374,8 @@ rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 make -C updateonboot DESTDIR=$RPM_BUILD_ROOT install
 
+%find_lang %name
+
 # Plugins to install
 plugins="\
  changelog \
@@ -411,6 +420,7 @@ install -m 644 versionlock/versionlock.list $RPM_BUILD_ROOT/%{_sysconfdir}/yum/p
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum.repos.d
 touch $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/_local.repo
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -423,7 +433,7 @@ if [ $1 = 0 ]; then
     /sbin/chkconfig --del yum-updateonboot >/dev/null 2>&1 || :;
 fi
 
-%files
+%files -f %{name}.lang
 %defattr(-, root, root)
 %doc README yum-util-cli-template
 %doc COPYING
@@ -451,6 +461,7 @@ fi
 %{_bindir}/show-installed
 %{_sbindir}/yum-complete-transaction
 %{_sbindir}/yumdb
+%{python_sitelib}/yumutils/
 %{_mandir}/man1/yum-utils.1.*
 %{_mandir}/man1/debuginfo-install.1.*
 %{_mandir}/man1/package-cleanup.1.*
@@ -644,8 +655,14 @@ fi
 /usr/lib/yum-plugins/ps.*
 
 %changelog
-* Sun Nov 7 2010 Tim Lauridsen <timlau at fedoraproject.org>
-- Change requirement yum >= 3.2.29 to yum >= 3.2.28-12 (current rawhide is close to yum HEAD)
+* Thu Jan 13 2011 Tim Lauridsen <timlau at fedoraproject.org> 
+- mark as 1.1.30 
+ 
+* Mon Jan 3 2011 Tim Lauridsen <timlau at fedoraproject.org>
+- Added yumutils python module
+ 
+* Thu Dec 30 2010 Tim Lauridsen <timlau at fedoraproject.org>
+- Added Translation support and need Requires, BuildRequires 
 
 * Sun Nov 7 2010 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.29 


More information about the scm-commits mailing list