Date: Thursday, October 20, 2022 @ 10:09:00
  Author: eworm
Revision: 1332967

archrelease: copy trunk to community-testing-x86_64

Added:
  at/repos/community-testing-x86_64/
  at/repos/community-testing-x86_64/80-atd.hook
    (from rev 1332966, at/trunk/80-atd.hook)
  at/repos/community-testing-x86_64/PKGBUILD
    (from rev 1332966, at/trunk/PKGBUILD)
  at/repos/community-testing-x86_64/keys/
  at/repos/community-testing-x86_64/pam.conf
    (from rev 1332966, at/trunk/pam.conf)

-------------+
 80-atd.hook |    9 +++++++++
 PKGBUILD    |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 pam.conf    |   12 ++++++++++++
 3 files changed, 69 insertions(+)

Copied: at/repos/community-testing-x86_64/80-atd.hook (from rev 1332966, 
at/trunk/80-atd.hook)
===================================================================
--- community-testing-x86_64/80-atd.hook                                (rev 0)
+++ community-testing-x86_64/80-atd.hook        2022-10-20 10:09:00 UTC (rev 
1332967)
@@ -0,0 +1,9 @@
+[Trigger]
+Operation = Upgrade
+Type = Package
+Target = glibc
+
+[Action]
+Description = Restarting atd for libc upgrade...
+When = PostTransaction
+Exec = /usr/bin/systemctl try-restart atd.service

Copied: at/repos/community-testing-x86_64/PKGBUILD (from rev 1332966, 
at/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-10-20 10:09:00 UTC (rev 1332967)
@@ -0,0 +1,48 @@
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Contributor: Nathan Baum <[email protected]>
+# Contributor: Judd Vinet <[email protected]>
+# Contributor: Todd Musall <[email protected]>
+
+pkgname=at
+pkgver=3.2.5
+pkgrel=2
+pkgdesc='AT and batch delayed command scheduling utility and daemon'
+arch=('x86_64')
+url='https://salsa.debian.org/debian/at'
+license=('GPL')
+depends=('pam' 'flex')
+makedepends=('smtp-forwarder' 'git' 'systemd')
+backup=('etc/at.deny'
+        'etc/pam.d/atd'
+        'var/spool/atd/.SEQ')
+options=('!makeflags')
+validpgpkeys=('464BC7CD439FEE5E8B4098A0348A778D6885EF8F') # Jose M Calhariz 
(Técnico) <[email protected]>
+source=("http://software.calhariz.com/$pkgname/${pkgname}_${pkgver}.orig.tar.gz"{,.sig}
+        '80-atd.hook'
+        'pam.conf')
+sha256sums=('bb066b389d7c9bb9d84a35738032b85c30cba7d949f758192adc72c9477fd3b8'
+            'SKIP'
+            'a7048d6dbd8aa4d881979716829d16053b5007c2d83eb2167edd5221f9e48a33'
+            '663cd2f7c5abf56d1ea3f38dfac8d3e64896f1384ca5e97b7ec6d26fd6afafef')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --with-jobdir=/var/spool/atd \
+    --with-atspool=/var/spool/atd \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  CFLAGS="$CFLAGS -w" make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
+
+  install -D -m0644 pam.conf "$pkgdir"/etc/pam.d/atd
+  install -D -m0644 80-atd.hook "$pkgdir"/usr/share/libalpm/hooks/80-atd.hook
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at/repos/community-testing-x86_64/pam.conf (from rev 1332966, 
at/trunk/pam.conf)
===================================================================
--- community-testing-x86_64/pam.conf                           (rev 0)
+++ community-testing-x86_64/pam.conf   2022-10-20 10:09:00 UTC (rev 1332967)
@@ -0,0 +1,12 @@
+#%PAM-1.0
+
+auth           required        pam_unix.so
+auth           required        pam_env.so
+
+account                required        pam_access.so
+account                required        pam_unix.so
+account                required        pam_time.so
+
+session                required        pam_loginuid.so
+session                required        pam_limits.so
+session                required        pam_unix.so

Reply via email to