mirror of
				https://aur.archlinux.org/zfs-linux.git
				synced 2025-10-31 14:04:15 +01:00 
			
		
		
		
	Semi-automated update for 0.6.5.6_4.5.3_1-1
This commit is contained in:
		
							
								
								
									
										8
									
								
								.SRCINFO
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								.SRCINFO
									
									
									
									
									
								
							| @@ -1,19 +1,19 @@ | ||||
| # Generated by mksrcinfo v8 | ||||
| # Mon May  9 04:37:38 UTC 2016 | ||||
| # Wed May 11 07:18:27 UTC 2016 | ||||
| pkgbase = zfs-linux | ||||
| 	pkgdesc = Kernel modules for the Zettabyte File System. | ||||
| 	pkgver = 0.6.5.6_4.5.2_1 | ||||
| 	pkgver = 0.6.5.6_4.5.3_1 | ||||
| 	pkgrel = 1 | ||||
| 	url = http://zfsonlinux.org/ | ||||
| 	install = zfs.install | ||||
| 	arch = x86_64 | ||||
| 	groups = archzfs-linux | ||||
| 	license = CDDL | ||||
| 	makedepends = linux-headers=4.5.2 | ||||
| 	makedepends = linux-headers=4.5.3 | ||||
| 	depends = kmod | ||||
| 	depends = spl-linux | ||||
| 	depends = zfs-utils-linux | ||||
| 	depends = linux=4.5.2 | ||||
| 	depends = linux=4.5.3 | ||||
| 	provides = zfs | ||||
| 	replaces = zfs-git | ||||
| 	source = http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.5.6.tar.gz | ||||
|   | ||||
							
								
								
									
										10
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								PKGBUILD
									
									
									
									
									
								
							| @@ -15,11 +15,11 @@ | ||||
| # archzfs github page. | ||||
| # | ||||
| pkgname="zfs-linux" | ||||
| pkgver=0.6.5.6_4.5.2_1 | ||||
| pkgver=0.6.5.6_4.5.3_1 | ||||
| pkgrel=1 | ||||
| pkgdesc="Kernel modules for the Zettabyte File System." | ||||
| depends=("kmod" "spl-linux" "zfs-utils-linux" "linux=4.5.2") | ||||
| makedepends=("linux-headers=4.5.2") | ||||
| depends=("kmod" "spl-linux" "zfs-utils-linux" "linux=4.5.3") | ||||
| makedepends=("linux-headers=4.5.3") | ||||
| arch=("x86_64") | ||||
| url="http://zfsonlinux.org/" | ||||
| source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.5.6.tar.gz") | ||||
| @@ -36,7 +36,7 @@ build() { | ||||
|     ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \ | ||||
|                 --datadir=/usr/share --includedir=/usr/include --with-udevdir=/lib/udev \ | ||||
|                 --libexecdir=/usr/lib/zfs-0.6.5.6 --with-config=kernel \ | ||||
|                 --with-linux=/usr/lib/modules/4.5.2-1-ARCH/build | ||||
|                 --with-linux=/usr/lib/modules/4.5.3-1-ARCH/build | ||||
|     make | ||||
| } | ||||
|  | ||||
| @@ -46,5 +46,5 @@ package() { | ||||
|     cp -r "${pkgdir}"/{lib,usr} | ||||
|     rm -r "${pkgdir}"/lib | ||||
|     # Remove reference to ${srcdir} | ||||
|     sed -i "s+${srcdir}++" ${pkgdir}/usr/src/zfs-*/4.5.2-1-ARCH/Module.symvers | ||||
|     sed -i "s+${srcdir}++" ${pkgdir}/usr/src/zfs-*/4.5.3-1-ARCH/Module.symvers | ||||
| } | ||||
|   | ||||
| @@ -12,7 +12,7 @@ post_upgrade() { | ||||
|  | ||||
| check_initramfs() { | ||||
|     echo ">>> Updating ZFS module dependencies" | ||||
|     depmod -a 4.5.2-1-ARCH | ||||
|     depmod -a 4.5.3-1-ARCH | ||||
|     MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?); | ||||
|     if [[ ${MK_CONF} == '0' ]]; then | ||||
|         if [[ $1 == 'remove' ]]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jesus Alvarez
					Jesus Alvarez