summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c09a739ebd7f..83b066b2c5f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,10 @@ pkgbase = mock
license = GPL2
depends = python
optdepends = createrepo_c: for mockchain command
- optdepends = dnf-plugins-core: to create RPMs for Fedora 23 and above
+ optdepends = dnf-plugins-core: to create RPMs for Fedora 24 and above
optdepends = lvm2: for lvm_root plugin
optdepends = pigz: for parallel compression of chroot cache
- optdepends = yum-utils: to create RPMs for Fedora 22 and below (including EL5, EL6 and EL7)
+ optdepends = yum-utils: to create RPMs for Fedora 23 and below (including EL5, EL6 and EL7)
backup = etc/mock/site-defaults.cfg
source = https://git.fedorahosted.org/cgit/mock.git/snapshot/mock-1.2.17.tar.xz
md5sums = 4007839f329594f050329db6d4b75e14
diff --git a/PKGBUILD b/PKGBUILD
index 7a6490cf9a3c..33521e146e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,10 +15,10 @@ license=('GPL2')
depends=('python')
((_with_usermode)) && depends+=('usermode')
optdepends=('createrepo_c: for mockchain command'
- 'dnf-plugins-core: to create RPMs for Fedora 23 and above'
+ 'dnf-plugins-core: to create RPMs for Fedora 24 and above'
'lvm2: for lvm_root plugin'
'pigz: for parallel compression of chroot cache'
- 'yum-utils: to create RPMs for Fedora 22 and below (including EL5, EL6 and EL7)')
+ 'yum-utils: to create RPMs for Fedora 23 and below (including EL5, EL6 and EL7)')
install="$pkgname.install"
backup=("etc/$pkgname/site-defaults.cfg")
source=("https://git.fedorahosted.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.xz")