Date: Monday, September 26, 2022 @ 19:22:29
  Author: eworm
Revision: 1311521

upgpkg: open-iscsi 2.1.8-1: new upstream release

Modified:
  open-iscsi/trunk/PKGBUILD
Deleted:
  
open-iscsi/trunk/0001-etc-install-system-unit-with-without-executable-bit.patch

----------------------------------------------------------------+
 0001-etc-install-system-unit-with-without-executable-bit.patch |   31 
----------
 PKGBUILD                                                       |   16 +----
 2 files changed, 4 insertions(+), 43 deletions(-)

Deleted: 0001-etc-install-system-unit-with-without-executable-bit.patch
===================================================================
--- 0001-etc-install-system-unit-with-without-executable-bit.patch      
2022-09-26 18:31:55 UTC (rev 1311520)
+++ 0001-etc-install-system-unit-with-without-executable-bit.patch      
2022-09-26 19:22:29 UTC (rev 1311521)
@@ -1,31 +0,0 @@
-From dda3eeb61ab5134da02ea916d7be10434dc18b94 Mon Sep 17 00:00:00 2001
-From: Christian Hesse <[email protected]>
-Date: Thu, 7 Jul 2022 10:32:07 +0200
-Subject: [PATCH 1/1] etc: install system unit with without executable bit
-
-All systemd unit files are expected to be not executable, so install
-with correct permissions.
----
- etc/Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/etc/Makefile b/etc/Makefile
-index 6a03c32..c47c180 100644
---- a/etc/Makefile
-+++ b/etc/Makefile
-@@ -81,10 +81,10 @@ install_systemd_service_files: 
$(DESTDIR)$(systemddir)/system $(SYSTEMD_DEST_SVC
- install_systemd_generator_files: $(DESTDIR)$(systemddir)/system-generators 
$(SYSTEMD_DEST_GEN_FILES)
- 
- $(SYSTEMD_DEST_SVC_FILES): $(DESTDIR)$(systemddir)/system/%: systemd/%
--      $(INSTALL) $? $@
-+      $(INSTALL) -m 644 $? $@
- 
- $(SYSTEMD_DEST_GEN_FILES): $(DESTDIR)$(systemddir)/system-generators/%: 
systemd/%
--      $(INSTALL) $? $@
-+      $(INSTALL) -m 755 $? $@
- 
- install_iname: $(DESTDIR)$(HOMEDIR) $(ISCSI_INAME)
-       if [ ! -f $(INAME_DEST_FILE) ]; then \
--- 
-2.37.0
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 18:31:55 UTC (rev 1311520)
+++ PKGBUILD    2022-09-26 19:22:29 UTC (rev 1311521)
@@ -2,8 +2,8 @@
 # Maintainer: Stefan Kirrmann <stefan.kirrmann at gmail dot com>
 
 pkgname=open-iscsi
-pkgver=2.1.7
-pkgrel=2
+pkgver=2.1.8
+pkgrel=1
 pkgdesc='iSCSI userland tools'
 arch=('x86_64')
 url='https://www.open-iscsi.com/'
@@ -14,17 +14,9 @@
 backup=('etc/iscsi/iscsid.conf'
        'etc/iscsi/initiatorname.iscsi')
 options=('docs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archive/$pkgver.tar.gz";
-        '0001-etc-install-system-unit-with-without-executable-bit.patch')
-sha256sums=('d96761e47a69f8214c5fbd251d844f37961b14c3e437b63a15cc64f5b8cba2f0'
-            '4958b838c548f6797ee25aea47b018a03be2ee11299ff41e9b56ad74f1121ead')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archive/$pkgver.tar.gz";)
+sha256sums=('9565bdf6b68b223e1e0d455d9a04d7536724a3f5b5a254e9398d06b2a0c6b6d2')
 
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  patch -Np1 < 
../0001-etc-install-system-unit-with-without-executable-bit.patch
-}
-
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}
 

Reply via email to