Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61b8b2102c |
7 changed files with 8524 additions and 1 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal 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
6
commit-build.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#! /bin/sh -e
|
||||
|
||||
fedpkg clog
|
||||
git commit -a -F clog
|
||||
git push
|
||||
fedpkg build
|
||||
|
|
@ -1 +0,0 @@
|
|||
Superseded by DNF. For details, see: https://fedoraproject.org/wiki/Changes/Retire_YUM_3
|
||||
7
diff-specs.sh
Executable file
7
diff-specs.sh
Executable 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
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
b2859b89321b98f2581243536e1b4993 yum-utils-1.1.31.tar.gz
|
||||
7480
yum-utils-HEAD.patch
Normal file
7480
yum-utils-HEAD.patch
Normal file
File diff suppressed because it is too large
Load diff
1025
yum-utils.spec
Normal file
1025
yum-utils.spec
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue