]> git.pld-linux.org Git - packages/yum-utils.git/commitdiff
- updated to 1.1.22
authoramateja <amateja@pld-linux.org>
Wed, 27 May 2009 12:24:27 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed skip-broken plugin

Changed files:
    yum-utils.spec -> 1.8

yum-utils.spec

index 96dbacbf339864a89b885fe277c10598055f3aa9..de4d58170ac86de4671faf06858501d539b39d77 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       A collection of utilities related to yum
 Summary(pl.UTF-8):     Zestaw narzędzi związanych z yumem
 Name:          yum-utils
-Version:       1.1.21
+Version:       1.1.22
 Release:       0.1
 License:       GPL
 Group:         Applications/System
 Source0:       http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
-# Source0-md5: 3d19fd09adf74780b08fe0f5b0f77efe
+# Source0-md5: 91373d40b9703f04d12eb289932077a1
 Source1:       yum-plugin-pld-kernel.py
 Source2:       yum-plugin-pld-kernel.conf
 URL:           http://linux.duke.edu/yum/download/yum-utils/
@@ -416,7 +416,7 @@ rm -rf $RPM_BUILD_ROOT
 
 # Plugins to install
 plugins="changelog fastestmirror protectbase versionlock tsflags kernel-module \
-         downloadonly allowdowngrade skip-broken priorities refresh-updatesd merge-conf \
+         downloadonly allowdowngrade priorities refresh-updatesd merge-conf \
          security protect-packages basearchonly upgrade-helper aliases list-data filter-data tmprepo verify"
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT%{_datadir}/yum-plugins
@@ -522,11 +522,6 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yum/pluginconf.d/allowdowngrade.conf
 %{_datadir}/yum-plugins/allowdowngrade.*
 
-%files -n yum-skip-broken
-%defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yum/pluginconf.d/skip-broken.conf
-%{_datadir}/yum-plugins/skip-broken.*
-
 %files -n yum-pld-kernel
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yum/pluginconf.d/pld-kernel.conf
This page took 0.112233 seconds and 4 git commands to generate.