From 364e819e9a4dd2b7727efe92e1a2357322e48f53 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Tue, 2 Aug 2016 14:28:00 -0400 Subject: [PATCH 1/2] Add the bin directory to this RPM so that /opt/xcat/bin is removed if no other files are under the bin directory. Installing ipmitool-xcat on a single machine and removing it will also remove the /opt/xcat/bin directory. --- ipmitool/ipmitool.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ipmitool/ipmitool.spec b/ipmitool/ipmitool.spec index 500c156..2abe334 100644 --- a/ipmitool/ipmitool.spec +++ b/ipmitool/ipmitool.spec @@ -60,6 +60,7 @@ if [ "$RPM_BUILD_ROOT" ] && [ "$RPM_BUILD_ROOT" != "/" ]; then fi %files +%dir %attr(-,root,root) /opt/xcat/bin/ %attr(755,root,root) /opt/xcat/bin/ipmitool-xcat From db393bda5e35af2ca71dedea6629996c370f60dc Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 1 Jun 2017 13:18:11 -0400 Subject: [PATCH 2/2] Date format incorrect in Debian Change log causing issues in build --- ipmitool/debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/debian/changelog b/ipmitool/debian/changelog index 818f9d6..fbf502f 100644 --- a/ipmitool/debian/changelog +++ b/ipmitool/debian/changelog @@ -1,7 +1,7 @@ ipmitool-xcat (1.8.18) unstable; urgency=low * Upgrade to 1.8.18 version - -- Victor Hu Tue, May 30, 2017 14:41:01 -0400 + -- Victor Hu Tue, 30 May 2017 14:41:01 -0400 ipmitool-xcat (1.8.17-1) unstable; urgency=low * Make ipmitool exit gracefully when receiving `INT`, `TERM` or `HUP` signal.