From c600bdf31d4cc7aaa7f8abc4c91ace4538d49067b03a3129c3b6067be7695306 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Mon, 17 Aug 2015 07:11:36 +0000 Subject: [PATCH 1/3] - remove git files from tarball - modify corosync.spec to delete logrotate.d OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=66 --- corosync-2.3.5.tar.gz | 4 ++-- corosync.changes | 4 ++++ corosync.spec | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/corosync-2.3.5.tar.gz b/corosync-2.3.5.tar.gz index 2e7b844..7bf9d63 100644 --- a/corosync-2.3.5.tar.gz +++ b/corosync-2.3.5.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5612326e74dccf7bac9cdcff34fdeeb90a5e3b3287e7b90255bdbe1afcf03cb0 -size 21940352 +oid sha256:964d234a7ef3d044e7611d22bcb0b65e5a9f1c0aac908ff8721577b656f52ab6 +size 424723 diff --git a/corosync.changes b/corosync.changes index 3a4e233..4f95426 100644 --- a/corosync.changes +++ b/corosync.changes @@ -1,4 +1,8 @@ ------------------------------------------------------------------- +Mon Aug 17 15:09:13 UTC 2015 - bliu@suse.com +- remove git files from tarball +- modify corosync.spec to delete logrotate.d +------------------------------------------------------------------- Mon Jul 27 10:32:27 UTC 2015 - dimstar@opensuse.org - BuildRequire pkgconfig(systemd) instead of systemd: this should diff --git a/corosync.spec b/corosync.spec index 46e063c..ce3d3cb 100644 --- a/corosync.spec +++ b/corosync.spec @@ -190,6 +190,7 @@ mkdir -p %{buildroot}/usr/share/doc/packages/corosync/ install -m 0644 tools/corosync-notifyd.sysconfig.example %{buildroot}/usr/lib/tmpfiles.d/corosync-notifyd install -m 0644 conf/corosync.conf.example* %{buildroot}/usr/share/doc/packages/corosync/ rm -rf %{buildroot}/etc/corosync/corosync.conf.example* +rm -rf %{buildroot}/etc/logrotate.d/ %clean rm -rf %{buildroot} From 52b22046c291162176144e0839446f3c75c913495bb9fa238ddc9c387ce9f1b6 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Mon, 17 Aug 2015 07:59:20 +0000 Subject: [PATCH 2/3] use the tarball from upstream OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=67 --- corosync-2.3.5.tar.gz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corosync-2.3.5.tar.gz b/corosync-2.3.5.tar.gz index 7bf9d63..e9f68f6 100644 --- a/corosync-2.3.5.tar.gz +++ b/corosync-2.3.5.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:964d234a7ef3d044e7611d22bcb0b65e5a9f1c0aac908ff8721577b656f52ab6 -size 424723 +oid sha256:11985f8a23e1498a24d154a7ce900d6c4c3486cee1a60eeb5003eed7912e177c +size 428156 From 57067eeec77fb9836b0e1b6ea2747037af4d01923cbf23d5bf2104ade3cd2db3 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 18 Aug 2015 01:22:54 +0000 Subject: [PATCH 3/3] added bnc#941910 into corosync.changes OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=68 --- corosync.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corosync.changes b/corosync.changes index 4f95426..d42c707 100644 --- a/corosync.changes +++ b/corosync.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Aug 17 15:09:13 UTC 2015 - bliu@suse.com +Mon Aug 17 15:09:13 UTC 2015 - bliu@suse.com(bnc#941910) - remove git files from tarball - modify corosync.spec to delete logrotate.d -------------------------------------------------------------------