[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2017-11-18 Thread Jan Steffens
Date: Saturday, November 18, 2017 @ 23:32:31
  Author: heftig
Revision: 267373

20170610-19

Modified:
  vhba-module/trunk/PKGBUILD
Deleted:
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|   14 --
 vhba-module.install |   15 ---
 2 files changed, 8 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-18 23:23:42 UTC (rev 267372)
+++ PKGBUILD2017-11-18 23:32:31 UTC (rev 267373)
@@ -6,13 +6,14 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-_extramodules=extramodules-4.13-ARCH
-pkgrel=18
+pkgrel=19
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)
 license=(GPL)
-makedepends=('linux-headers>=4.13' 'linux-headers<4.14' linux)
+depends=('linux>=4.14' 'linux<4.15')
+makedepends=('linux-headers>=4.14' 'linux-headers<4.15')
+_extramodules=extramodules-4.14-ARCH
 source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
 60-vhba.rules dkms.conf)
 sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
@@ -29,12 +30,12 @@
 }
 
 package_vhba-module() {
-  depends=('linux>=4.13' 'linux<4.14')
-  install=vhba-module.install
-
   cd $pkgbase-$pkgver
   install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
   install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec gzip -n {} +
 }
 
 package_vhba-module-dkms() {
@@ -45,6 +46,7 @@
   cd $pkgbase-$pkgver
   install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
   install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: vhba-module.install
===
--- vhba-module.install 2017-11-18 23:23:42 UTC (rev 267372)
+++ vhba-module.install 2017-11-18 23:32:31 UTC (rev 267373)
@@ -1,15 +0,0 @@
-post_install() {
-  getent group cdemu &>/dev/null || groupadd -r cdemu
-  post_upgrade $1 0
-}
-
-post_upgrade() {
-  EXTRAMODULES=extramodules-4.13-ARCH
-  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_remove() {
-  post_upgrade 0 $1
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2017-09-10 Thread Jan Steffens
Date: Sunday, September 10, 2017 @ 23:04:25
  Author: heftig
Revision: 256839

20170610-14: kernel 4.13.1

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 23:04:15 UTC (rev 256838)
+++ PKGBUILD2017-09-10 23:04:25 UTC (rev 256839)
@@ -6,13 +6,13 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-_extramodules=extramodules-4.12-ARCH
-pkgrel=13
+_extramodules=extramodules-4.13-ARCH
+pkgrel=14
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(i686 x86_64)
 license=(GPL)
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13' linux)
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14' linux)
 source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
 60-vhba.rules dkms.conf)
 sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
@@ -29,7 +29,7 @@
 }
 
 package_vhba-module() {
-  depends=('linux>=4.12' 'linux<4.13')
+  depends=('linux>=4.13' 'linux<4.14')
   install=vhba-module.install
 
   cd $pkgbase-$pkgver

Modified: vhba-module.install
===
--- vhba-module.install 2017-09-10 23:04:15 UTC (rev 256838)
+++ vhba-module.install 2017-09-10 23:04:25 UTC (rev 256839)
@@ -4,7 +4,7 @@
 }
 
 post_upgrade() {
-  EXTRAMODULES=extramodules-4.12-ARCH
+  EXTRAMODULES=extramodules-4.13-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2017-07-13 Thread Jan Steffens
Date: Thursday, July 13, 2017 @ 13:16:19
  Author: heftig
Revision: 244960

20170610-6: kernel 4.12.1

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 13:15:23 UTC (rev 244959)
+++ PKGBUILD2017-07-13 13:16:19 UTC (rev 244960)
@@ -6,13 +6,13 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-_extramodules=extramodules-4.11-ARCH
-pkgrel=5
+_extramodules=extramodules-4.12-ARCH
+pkgrel=6
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(i686 x86_64)
 license=(GPL)
-makedepends=('linux-headers>=4.11' 'linux-headers<4.12' linux)
+makedepends=('linux-headers>=4.12' 'linux-headers<4.13' linux)
 source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
 60-vhba.rules dkms.conf)
 sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
@@ -29,7 +29,7 @@
 }
 
 package_vhba-module() {
-  depends=('linux>=4.11' 'linux<4.12')
+  depends=('linux>=4.12' 'linux<4.13')
   install=vhba-module.install
 
   cd $pkgbase-$pkgver

Modified: vhba-module.install
===
--- vhba-module.install 2017-07-13 13:15:23 UTC (rev 244959)
+++ vhba-module.install 2017-07-13 13:16:19 UTC (rev 244960)
@@ -4,7 +4,7 @@
 }
 
 post_upgrade() {
-  EXTRAMODULES=extramodules-4.11-ARCH
+  EXTRAMODULES=extramodules-4.12-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2017-06-18 Thread Jan Steffens
Date: Sunday, June 18, 2017 @ 08:40:21
  Author: heftig
Revision: 238017

20170610-3

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|2 +-
 vhba-module.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-18 03:28:17 UTC (rev 238016)
+++ PKGBUILD2017-06-18 08:40:21 UTC (rev 238017)
@@ -7,7 +7,7 @@
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
 _extramodules=extramodules-4.11-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(i686 x86_64)

Modified: vhba-module.install
===
--- vhba-module.install 2017-06-18 03:28:17 UTC (rev 238016)
+++ vhba-module.install 2017-06-18 08:40:21 UTC (rev 238017)
@@ -4,7 +4,7 @@
 }
 
 post_upgrade() {
-  EXTRAMODULES=extramodules-4.11-arch
+  EXTRAMODULES=extramodules-4.11-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2017-02-26 Thread Jan Steffens
Date: Sunday, February 26, 2017 @ 22:24:40
  Author: heftig
Revision: 213893

20161009-10

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 22:23:45 UTC (rev 213892)
+++ PKGBUILD2017-02-26 22:24:40 UTC (rev 213893)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20161009
-_extramodules=extramodules-4.9-ARCH
-pkgrel=9
+_extramodules=extramodules-4.10-ARCH
+pkgrel=10
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2017-02-26 22:23:45 UTC (rev 213892)
+++ vhba-module.install 2017-02-26 22:24:40 UTC (rev 213893)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.9-ARCH
+EXTRAMODULES=
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2016-12-22 Thread Tobias Powalowski
Date: Thursday, December 22, 2016 @ 18:53:14
  Author: tpowa
Revision: 201134

upgpkg: vhba-module 20161009-3

rebuild against 4.9

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 18:51:23 UTC (rev 201133)
+++ PKGBUILD2016-12-22 18:53:14 UTC (rev 201134)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20161009
-_extramodules=extramodules-4.8-ARCH
-pkgrel=2
+_extramodules=extramodules-4.9-ARCH
+pkgrel=3
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.8' 'linux<4.9')
-makedepends=('linux-headers>=4.8' 'linux-headers<4.9')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2016-12-22 18:51:23 UTC (rev 201133)
+++ vhba-module.install 2016-12-22 18:53:14 UTC (rev 201134)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.8-ARCH
+EXTRAMODULES=extramodules-4.9-ARCH
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2016-10-05 Thread Tobias Powalowski
Date: Wednesday, October 5, 2016 @ 10:48:11
  Author: tpowa
Revision: 191366

upgpkg: vhba-module 20140928-34

rebuild against major 4.8

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-05 10:46:58 UTC (rev 191365)
+++ PKGBUILD2016-10-05 10:48:11 UTC (rev 191366)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140928
-_extramodules=extramodules-4.7-ARCH
-pkgrel=33
+_extramodules=extramodules-4.8-ARCH
+pkgrel=34
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.7' 'linux<4.8')
-makedepends=('linux-headers>=4.7' 'linux-headers<4.8')
+depends=('linux>=4.8' 'linux<4.9')
+makedepends=('linux-headers>=4.8' 'linux-headers<4.9')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2016-10-05 10:46:58 UTC (rev 191365)
+++ vhba-module.install 2016-10-05 10:48:11 UTC (rev 191366)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.7-ARCH
+EXTRAMODULES=extramodules-4.8-ARCH
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2016-08-10 Thread Tobias Powalowski
Date: Wednesday, August 10, 2016 @ 09:09:58
  Author: tpowa
Revision: 186299

upgpkg: vhba-module 20140928-32

rebuild against 4.7 series

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-10 09:07:54 UTC (rev 186298)
+++ PKGBUILD2016-08-10 09:09:58 UTC (rev 186299)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140928
-_extramodules=extramodules-4.6-ARCH
-pkgrel=31
+_extramodules=extramodules-4.7-ARCH
+pkgrel=32
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.6' 'linux<4.7')
-makedepends=('linux-headers>=4.6' 'linux-headers<4.7')
+depends=('linux>=4.7' 'linux<4.8')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2016-08-10 09:07:54 UTC (rev 186298)
+++ vhba-module.install 2016-08-10 09:09:58 UTC (rev 186299)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.6-ARCH
+EXTRAMODULES=extramodules-4.7-ARCH
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2016-05-16 Thread Tobias Powalowski
Date: Monday, May 16, 2016 @ 20:55:26
  Author: tpowa
Revision: 175501

upgpkg: vhba-module 20140928-30

rebuild against 4.6 series

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 18:55:05 UTC (rev 175500)
+++ PKGBUILD2016-05-16 18:55:26 UTC (rev 175501)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140928
-_extramodules=extramodules-4.5-ARCH
-pkgrel=29
+_extramodules=extramodules-4.6-ARCH
+pkgrel=30
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.5' 'linux<4.6')
-makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+depends=('linux>=4.6' 'linux<4.7')
+makedepends=('linux-headers>=4.6' 'linux-headers<4.7')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2016-05-16 18:55:05 UTC (rev 175500)
+++ vhba-module.install 2016-05-16 18:55:26 UTC (rev 175501)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.5-ARCH
+EXTRAMODULES=extramodules-4.6-ARCH
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2016-03-15 Thread Tobias Powalowski
Date: Tuesday, March 15, 2016 @ 14:41:12
  Author: tpowa
Revision: 166822

upgpkg: vhba-module 20140928-26

rebuild against 4.5

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-15 13:38:36 UTC (rev 166821)
+++ PKGBUILD2016-03-15 13:41:12 UTC (rev 166822)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140928
-_extramodules=extramodules-4.4-ARCH
-pkgrel=25
+_extramodules=extramodules-4.5-ARCH
+pkgrel=26
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.4' 'linux<4.5')
-makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2016-03-15 13:38:36 UTC (rev 166821)
+++ vhba-module.install 2016-03-15 13:41:12 UTC (rev 166822)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.4-ARCH
+EXTRAMODULES=extramodules-4.5-ARCH
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2016-01-14 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 09:11:14
  Author: tpowa
Revision: 156412

upgpkg: vhba-module 20140928-21

rebuild against 4.4

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 08:09:43 UTC (rev 156411)
+++ PKGBUILD2016-01-14 08:11:14 UTC (rev 156412)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140928
-_extramodules=extramodules-4.3-ARCH
-pkgrel=20
+_extramodules=extramodules-4.4-ARCH
+pkgrel=21
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.3' 'linux<4.4')
-makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2016-01-14 08:09:43 UTC (rev 156411)
+++ vhba-module.install 2016-01-14 08:11:14 UTC (rev 156412)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.3-ARCH
+EXTRAMODULES=extramodules-4.4-ARCH
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:29:11
  Author: tpowa
Revision: 145979

upgpkg: vhba-module 20140928-20

rebuild against 4.3

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 15:27:37 UTC (rev 145978)
+++ PKGBUILD2015-11-04 15:29:11 UTC (rev 145979)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140928
-_extramodules=extramodules-4.2-ARCH
-pkgrel=19
+_extramodules=extramodules-4.3-ARCH
+pkgrel=20
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.2' 'linux<4.3')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2015-11-04 15:27:37 UTC (rev 145978)
+++ vhba-module.install 2015-11-04 15:29:11 UTC (rev 145979)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.2-ARCH
+EXTRAMODULES=extramodules-4.3-ARCH
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2015-09-03 Thread Tobias Powalowski
Date: Thursday, September 3, 2015 @ 21:30:41
  Author: tpowa
Revision: 139165

upgpkg: vhba-module 20140928-18

rebuild against 4.2 series

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-03 19:30:16 UTC (rev 139164)
+++ PKGBUILD2015-09-03 19:30:41 UTC (rev 139165)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140928
-_extramodules=extramodules-4.1-ARCH
-pkgrel=17
+_extramodules=extramodules-4.2-ARCH
+pkgrel=18
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.1' 'linux<4.2')
-makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+depends=('linux>=4.2' 'linux<4.3')
+makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2015-09-03 19:30:16 UTC (rev 139164)
+++ vhba-module.install 2015-09-03 19:30:41 UTC (rev 139165)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.1-ARCH
+EXTRAMODULES=extramodules-4.2-ARCH
 
 _updatemod() {
   echo "  > Updating module dependencies..."


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2015-07-04 Thread Evangelos Foutras
Date: Saturday, July 4, 2015 @ 16:35:39
  Author: foutrelis
Revision: 136406

upgpkg: vhba-module 20140928-14

Linux 4.1.1 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|2 +-
 vhba-module.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 14:35:37 UTC (rev 136405)
+++ PKGBUILD2015-07-04 14:35:39 UTC (rev 136406)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-4.1-ARCH
-pkgrel=13
+pkgrel=14
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;

Modified: vhba-module.install
===
--- vhba-module.install 2015-07-04 14:35:37 UTC (rev 136405)
+++ vhba-module.install 2015-07-04 14:35:39 UTC (rev 136406)
@@ -1,4 +1,4 @@
-EXTRAMODULES=
+EXTRAMODULES=extramodules-4.1-ARCH
 
 _updatemod() {
   echoUpdating module dependencies...


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2015-02-27 Thread Jan Steffens
Date: Friday, February 27, 2015 @ 13:48:31
  Author: heftig
Revision: 128352

don't remove group

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|2 +-
 vhba-module.install |5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 11:18:31 UTC (rev 128351)
+++ PKGBUILD2015-02-27 12:48:31 UTC (rev 128352)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-3.19-ARCH
-pkgrel=6
+pkgrel=7
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;

Modified: vhba-module.install
===
--- vhba-module.install 2015-02-27 11:18:31 UTC (rev 128351)
+++ vhba-module.install 2015-02-27 12:48:31 UTC (rev 128352)
@@ -6,17 +6,16 @@
 }
 
 post_install() {
-  post_upgrade
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
 }
 
 post_upgrade() {
-  getent group cdemu /dev/null || groupadd -r cdemu
   _updatemod
 }
 
 post_remove() {
   _updatemod
-  groupdel cdemu
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2013-04-30 Thread Tobias Powalowski
Date: Tuesday, April 30, 2013 @ 08:45:11
  Author: tpowa
Revision: 89577

upgpkg: vhba-module 20120422-23

rebuild against 3.9

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|6 +++---
 vhba-module.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-30 06:44:10 UTC (rev 89576)
+++ PKGBUILD2013-04-30 06:45:11 UTC (rev 89577)
@@ -5,13 +5,13 @@
 
 pkgname=vhba-module
 pkgver=20120422
-_extramodules=extramodules-3.8-ARCH
-pkgrel=22
+_extramodules=extramodules-3.9-ARCH
+pkgrel=23
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux=3.8' 'linux3.9')
+depends=('linux=3.9' 'linux3.10')
 makedepends=('linux-headers')
 options=(!makeflags)
 install=$pkgname.install

Modified: vhba-module.install
===
--- vhba-module.install 2013-04-30 06:44:10 UTC (rev 89576)
+++ vhba-module.install 2013-04-30 06:45:11 UTC (rev 89577)
@@ -1,6 +1,6 @@
 _updatemod() {
   echoUpdating module dependencies...
-  EXTRAMODULES='extramodules-3.8-ARCH'
+  EXTRAMODULES='extramodules-3.9-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



[arch-commits] Commit in vhba-module/trunk (PKGBUILD vhba-module.install)

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 02:45:40
  Author: foutrelis
Revision: 84641

upgpkg: vhba-module 20120422-18

Linux 3.8 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|6 +++---
 vhba-module.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 01:43:50 UTC (rev 84640)
+++ PKGBUILD2013-02-21 01:45:40 UTC (rev 84641)
@@ -5,13 +5,13 @@
 
 pkgname=vhba-module
 pkgver=20120422
-_extramodules=extramodules-3.7-ARCH
-pkgrel=17
+_extramodules=extramodules-3.8-ARCH
+pkgrel=18
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux=3.7' 'linux3.8')
+depends=('linux=3.8' 'linux3.9')
 makedepends=('linux-headers')
 options=(!makeflags)
 install=$pkgname.install

Modified: vhba-module.install
===
--- vhba-module.install 2013-02-21 01:43:50 UTC (rev 84640)
+++ vhba-module.install 2013-02-21 01:45:40 UTC (rev 84641)
@@ -1,6 +1,6 @@
 _updatemod() {
   echoUpdating module dependencies...
-  EXTRAMODULES='extramodules-3.7-ARCH'
+  EXTRAMODULES='extramodules-3.8-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }