rpms/yum-utils/devel .cvsignore, 1.31, 1.32 sources, 1.33, 1.34 yum-utils.spec, 1.73, 1.74

Tim Lauridsen timlau at fedoraproject.org
Wed Jan 27 07:55:37 UTC 2010


Author: timlau

Update of /cvs/pkgs/rpms/yum-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4720

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- .cvsignore	7 Nov 2009 06:33:50 -0000	1.31
+++ .cvsignore	27 Jan 2010 07:55:37 -0000	1.32
@@ -1 +1 @@
-yum-utils-1.1.24.tar.gz
+yum-utils-1.1.25.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sources	7 Nov 2009 06:33:50 -0000	1.33
+++ sources	27 Jan 2010 07:55:37 -0000	1.34
@@ -1 +1 @@
-ce6093eee089ba5166da4c3bde77b503  yum-utils-1.1.24.tar.gz
+c44c41f5f73843f16ba38ca6c5488f94  yum-utils-1.1.25.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -p -r1.73 -r1.74
--- yum-utils.spec	8 Nov 2009 07:29:13 -0000	1.73
+++ yum-utils.spec	27 Jan 2010 07:55:37 -0000	1.74
@@ -1,7 +1,7 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.24
-Release: 2%{?dist}
+Version: 1.1.25
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://yum.baseurl.org/download/yum-utils/%{name}-%{version}.tar.gz
@@ -340,6 +340,28 @@ Requires: yum >= 3.2.23
 Yum plugin which shows newly installed leaf packages
 and packages that became leaves after a transaction
 
+%package -n yum-plugin-local
+Summary: Yum plugin to automatically manage a local repo. of downloaded packages
+Group: System Environment/Base
+# Who the hell knows what version :)
+Requires: yum >= 3.2.22
+Requires: createrepo
+
+%description -n yum-plugin-local
+When this plugin is installed it will automatically copy all downloaded packages
+to a repository on the local filesystem, and (re)build that repository. This
+means that anything you've downloaded will always exist, even if the original
+repo. removes it (and can thus. be reinstalled/downgraded/etc.).
+
+%package -n yum-plugin-fs-snapshot
+Summary: Yum plugin to automatically snapshot your filesystems during updates
+Group: System Environment/Base
+Requires: yum >= 3.2.22
+
+%description -n yum-plugin-fs-snapshot
+When this plugin is installed it will automatically snapshot any
+filesystem that is touched by the packages in a yum update or yum remove.
+
 %prep
 %setup -q
 
@@ -373,6 +395,8 @@ plugins="\
  rpm-warm-cache \
  auto-update-debuginfo \
  show-leaves \
+ local \
+ fs-snapshot \
 "
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
@@ -386,6 +410,9 @@ for plug in $plugins; do
 done
 install -m 644 aliases/aliases $RPM_BUILD_ROOT/%{_sysconfdir}/yum/aliases.conf
 install -m 644 versionlock/versionlock.list $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/
+# need for for the ghost in files section of yum-plugin-local
+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
@@ -578,8 +605,25 @@ fi
 /usr/lib/yum-plugins/show-leaves.*
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/show-leaves.conf
 
+%files -n yum-plugin-local
+%defattr(-, root, root)
+%ghost %{_sysconfdir}/yum.repos.d/_local.repo
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/local.conf
+/usr/lib/yum-plugins/local.*
+
+%files -n yum-plugin-fs-snapshot
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/fs-snapshot.conf
+/usr/lib/yum-plugins/fs-snapshot.*
+%{_mandir}/man1/yum-fs-snapshot.1.*
+%{_mandir}/man5/yum-fs-snapshot.conf.5.*
 
 %changelog
+* Wed Jan 27 2010 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.25
+- add touch /etc/yum.repos.d/_local.repo to install section
+- this need for for the ghost in files section of yum-plugin-local
+
 * Sun Nov 8 2009 Tim Lauridsen <timlau at fedoraproject.org>
 - remove basearchonly since all versions of yum for quite some time obsolete it
 - truncate changelog to last 2 years
@@ -690,4 +734,3 @@ fi
 * Thu Jan 3 2008 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.10
 
-



More information about the scm-commits mailing list