Compare commits

..

1 commit

Author SHA1 Message Date
James Antill
61b8b2102c Update to latest HEAD
- Add support for weak deps. to repoquery.
- yum-builddep: respect --tolerant to ignore missing dependencies
- Add plugin for overlayfs issue workaround. Patch by Pavel Odvody. BZ#1213602
- yum-config-manager: require \* syntax to disable all repos. BZ#1151154
- yum-config-manager: update config file specified using -c option. BZ#1075708
- Deal with gpgdir and gpgcadir keys, in keys plugin.
2015-08-10 16:27:10 -04:00
7 changed files with 8524 additions and 1 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
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
/yum-utils-1.1.31.tar.gz

6
commit-build.sh Executable file
View file

@ -0,0 +1,6 @@
#! /bin/sh -e
fedpkg clog
git commit -a -F clog
git push
fedpkg build

View file

@ -1 +0,0 @@
Superseded by DNF. For details, see: https://fedoraproject.org/wiki/Changes/Retire_YUM_3

7
diff-specs.sh Executable file
View file

@ -0,0 +1,7 @@
#! /bin/sh -e
# yum-utils-3.4.3-44.fc19
ver=$(/usr/bin/fedpkg verrel | perl -lpe 's/-[^-]+$//')
fedpkg prep > /dev/null
diff -u yum-utils.spec $ver/yum-utils.spec

1
sources Normal file
View file

@ -0,0 +1 @@
b2859b89321b98f2581243536e1b4993 yum-utils-1.1.31.tar.gz

7480
yum-utils-HEAD.patch Normal file

File diff suppressed because it is too large Load diff

1025
yum-utils.spec Normal file

File diff suppressed because it is too large Load diff