[arch-commits] Commit in linux-grsec/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Tue Jan 19 20:54:09 UTC 2016


    Date: Tuesday, January 19, 2016 @ 21:54:09
  Author: thestinger
Revision: 157726

remove obsolete provides/conflicts/replaces

Modified:
  linux-grsec/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ---------
 1 file changed, 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-19 20:35:27 UTC (rev 157725)
+++ PKGBUILD	2016-01-19 20:54:09 UTC (rev 157726)
@@ -111,9 +111,6 @@
   optdepends=('crda: to set the correct wireless channels of your country'
               'gradm: to configure and enable Role Based Access Control (RBAC)'
               'paxd: to enable PaX exploit mitigations and apply exceptions automatically')
-  provides=("kernel26${_kernelname}=${_pkgver}")
-  conflicts=("kernel26${_kernelname}")
-  replaces=("kernel26${_kernelname}")
   backup=("etc/mkinitcpio.d/${pkgbase}.preset")
   install=${pkgbase}.install
 
@@ -179,9 +176,6 @@
 
 _package-headers() {
   pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
-  provides=("kernel26${_kernelname}-headers=${_pkgver}")
-  conflicts=("kernel26${_kernelname}-headers")
-  replaces=("kernel26${_kernelname}-headers")
 
   install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
 
@@ -299,9 +293,6 @@
 
 _package-docs() {
   pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
-  provides=("kernel26${_kernelname}-docs=${_pkgver}")
-  conflicts=("kernel26${_kernelname}-docs")
-  replaces=("kernel26${_kernelname}-docs")
 
   cd "${srcdir}/${_srcname}"
 



More information about the arch-commits mailing list