summaryrefslogtreecommitdiffstats
path: root/abs/core/certmaster/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-01-02 21:32:55 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-01-02 21:32:55 (GMT)
commitb35e8f78a35eb49404b988562daec8d4ec2712e6 (patch)
tree48f795669bea45616a94925894e734a69740bfd7 /abs/core/certmaster/PKGBUILD
parent7e3fef96a2905ffc5afc2bcaf31c5d8384a10ad3 (diff)
downloadlinhes_pkgbuild-b35e8f78a35eb49404b988562daec8d4ec2712e6.zip
linhes_pkgbuild-b35e8f78a35eb49404b988562daec8d4ec2712e6.tar.gz
linhes_pkgbuild-b35e8f78a35eb49404b988562daec8d4ec2712e6.tar.bz2
move acl_fix_fstab.py to linhes-scripts:
modify packages to depend on linhes-scripts >=7-24 certmaster linhes-system wmaker-settings xymon e16-themes refs #805 res #806
Diffstat (limited to 'abs/core/certmaster/PKGBUILD')
-rw-r--r--abs/core/certmaster/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/abs/core/certmaster/PKGBUILD b/abs/core/certmaster/PKGBUILD
index 367ca78..e3b9df1 100644
--- a/abs/core/certmaster/PKGBUILD
+++ b/abs/core/certmaster/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=certmaster
pkgver=0.28
-pkgrel=2
+pkgrel=3
pkgdesc="certmaster"
url="https://fedorahosted.org/certmaster/ "
license="gpl"
-depends=(pyopenssl)
+depends=('pyopenssl' 'linhes-scripts>=7-24' )
makedepends=()
conflicts=()
replaces=()
@@ -12,7 +12,7 @@ moddir="pkg/usr/lib/python2.6/site-packages/func/minion/modules/"
backup=('etc/certmaster/certmaster.conf' 'etc/certmaster/minion.conf')
install=certmaster.install
-source=($pkgname-$pkgver.tar.gz certmaster.conf minion.conf acl_fix_fstab.py logrotate-certmaster.conf)
+source=($pkgname-$pkgver.tar.gz certmaster.conf minion.conf logrotate-certmaster.conf)
arch=('i686')
build() {
@@ -23,7 +23,6 @@ build() {
install -m755 -D minion.conf $startdir/pkg/etc/certmaster/minion.conf
install -m755 -D certmaster.conf $startdir/pkg/etc/certmaster/certmaster.conf
install -m755 -D logrotate-certmaster.conf $startdir/pkg/etc/logrotate.d/certmaster.conf
- install -m755 -D acl_fix_fstab.py $startdir/pkg/usr/MythVantage/bin/acl_fix_fstab.py
mkdir -p $startdir/pkg/var/log/certmaster
cd $startdir/pkg
find ./ -name "*.pyc" -print | xargs rm -f
@@ -31,5 +30,4 @@ build() {
md5sums=('f5acc9ff1efa34971296e26d794c5b35'
'953ff601e5381b457383e7a3c4928192'
'be7bd532ae103ab3c0048980314b4fd9'
- 'cc9cdabcdfc969c2829b58c0e513488c'
'6bc28ccd331a6c4c05e0a9c9755a848f')