rpms/yum-utils/devel .cvsignore, 1.13, 1.14 sources, 1.15, 1.16 yum-utils.spec, 1.23, 1.24

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Mon Sep 10 12:17:34 UTC 2007


Author: timlau

Update of /cvs/pkgs/rpms/yum-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23988

Modified Files:
	.cvsignore sources yum-utils.spec 
Log Message:
Release 1.1.7-1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	24 Jul 2007 13:27:47 -0000	1.13
+++ .cvsignore	10 Sep 2007 12:17:02 -0000	1.14
@@ -1 +1 @@
-yum-utils-1.1.6.tar.gz
+yum-utils-1.1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	24 Jul 2007 13:27:47 -0000	1.15
+++ sources	10 Sep 2007 12:17:02 -0000	1.16
@@ -1 +1 @@
-e7ad94116fdb343da0153f8fe556afd6  yum-utils-1.1.6.tar.gz
+6680e58d20b07507f09bd6ab6f9d435c  yum-utils-1.1.7.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- yum-utils.spec	24 Jul 2007 13:27:47 -0000	1.23
+++ yum-utils.spec	10 Sep 2007 12:17:02 -0000	1.24
@@ -1,6 +1,6 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.6
+Version: 1.1.7
 Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
@@ -175,6 +175,17 @@
 and so on).Therefore, the plugin functions well even without
 compiling careful lists of all important packages.
 
+%package -n yum-basearchonly
+Summary: Yum plugin to let Yum install only basearch packages.
+Group: System Environment/Base
+Requires: yum >= 3.0
+
+%description -n yum-basearchonly
+this plugin makes Yum only install basearch packages on multiarch systems.
+If you type 'yum install foo' on a x68_64 system, only 'foo-x.y.x86_46.rpm' is installed.
+If you want to install the foo-x.y.i386.rpm, you have to type 'yum install foo.i386'.
+The plugin only works with 'yum install'.
+
 
 %prep
 %setup -q
@@ -185,7 +196,10 @@
 make -C updateonboot DESTDIR=$RPM_BUILD_ROOT install
 
 # Plugins to install
-plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module downloadonly allowdowngrade skip-broken priorities refresh-updatesd merge-conf security protect-packages"
+plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module \
+         downloadonly allowdowngrade skip-broken priorities refresh-updatesd merge-conf \
+         security protect-packages basearchonly"
+
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 
 cd plugins
@@ -309,7 +323,18 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/protect-packages.conf
 /usr/lib/yum-plugins/protect-packages.*
 
+%files -n yum-basearchonly
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/basearchonly.conf
+/usr/lib/yum-plugins/basearchonly.*
+
+
 %changelog
+
+* Mon Sep 10 2007 Tim Lauridsen <tla at rasmil.dk>
+- mark as 1.1.7
+* Tue Jul 24 2007 Tim Lauridsen <tla at rasmil.dk>
+- Added basearchonly plugin by Adel Gadllah
 * Tue Jul 24 2007 Tim Lauridsen <tla at rasmil.dk>
 - mark as 1.1.6
 * Tue Jul 17 2007 Tim Lauridsen <tla at rasmil.dk>




More information about the fedora-extras-commits mailing list