Skip to content

Instantly share code, notes, and snippets.

@sseemayer
Created August 14, 2015 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sseemayer/0c73a1ed723fb9ce4992 to your computer and use it in GitHub Desktop.
Save sseemayer/0c73a1ed723fb9ce4992 to your computer and use it in GitHub Desktop.
Fix tsmclient ANS1463E / ANS1467E
From 91b828ba8687e39d92477f25e3488f5604073442 Mon Sep 17 00:00:00 2001
From: Stefan Seemayer <stefan@seemayer.de>
Date: Fri, 14 Aug 2015 14:37:24 +0200
Subject: [PATCH 1/5] Re-add service file
---
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PKGBUILD b/PKGBUILD
index 6e57a58..4624691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ package() {
ln -s "/opt/tivoli/tsm/client/lang/EN_US" "$pkgdir/opt/tivoli/tsm/client/ba/bin/EN_US"
- #install -Dm 644 "$srcdir/dsmcad.service" "$pkgdir/usr/lib/systemd/system/dsmcad.service"
+ install -Dm 644 "$srcdir/dsmcad.service" "$pkgdir/usr/lib/systemd/system/dsmcad.service"
# Install ld.so.conf.d file so that shared libraries can be found
#install -Dm 644 "$srcdir/tsmclient.conf" "$pkgdir/etc/ld.so.conf.d/tsmclient.conf"
--
2.5.0
From dd9783e71f9bdaddd40aab1011c66963664f6fce Mon Sep 17 00:00:00 2001
From: Stefan Seemayer <stefan@seemayer.de>
Date: Fri, 14 Aug 2015 14:37:49 +0200
Subject: [PATCH 2/5] Fix signature check errors in crypto lib: was stripped,
changing checksum
---
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
diff --git a/PKGBUILD b/PKGBUILD
index 4624691..5269c06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ optdepends=('jre8-openjdk: support for dsmj java gui')
provides=()
conflicts=()
install=
+options=(!strip)
source=(ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v7r1/Linux/LinuxX86/BA/v712/7.1.2.0-TIV-TSMBAC-LinuxX86.tar
dsmcad.service)
--
2.5.0
From aaa38afe53904ad9f98dcc5510f5beef06054da3 Mon Sep 17 00:00:00 2001
From: Stefan Seemayer <stefan@seemayer.de>
Date: Fri, 14 Aug 2015 14:38:08 +0200
Subject: [PATCH 3/5] Add gitignore
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4552cbc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar*
+pkg
+src
+*.log
--
2.5.0
From a1ca65f621302fff1ba23c583904dd32b93665ea Mon Sep 17 00:00:00 2001
From: Stefan Seemayer <stefan@seemayer.de>
Date: Fri, 14 Aug 2015 14:38:16 +0200
Subject: [PATCH 4/5] Bump version
---
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PKGBUILD b/PKGBUILD
index 5269c06..224b948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <grey@christoforo.net>
pkgname=tsmclient
pkgver=7.1.2
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="IBM Tivoli Storage Manager Client"
arch=('x86_64')
--
2.5.0
From 2ed78347451387967036c930a4250d033299264a Mon Sep 17 00:00:00 2001
From: Stefan Seemayer <stefan@seemayer.de>
Date: Fri, 14 Aug 2015 14:43:16 +0200
Subject: [PATCH 5/5] Add submitter
---
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
diff --git a/PKGBUILD b/PKGBUILD
index 224b948..03ee5c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Submitter: Stefan Seemayer <stefan@seemayer.de>
# Maintainer: Grey Christoforo <grey@christoforo.net>
pkgname=tsmclient
pkgver=7.1.2
--
2.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment