From 86a1c49c3a080f7abe5badf727e29a21b38a525ae2eb108bcd999c376dfbfecb Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 5 Apr 2017 13:56:57 +0000 Subject: [PATCH] Accepting request 485836 from devel:languages:python:singlespec - generate %posttrans sections to fix up alternatives after package rename - fix condition where %python_files would emit wrong thing when %have_python2 is undefined - add --quiet to uninstall_alternative, to silence spurious errors - check for file existence instead of package number in uninstall_alternative OBS-URL: https://build.opensuse.org/request/show/485836 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=37 --- python-rpm-macros-1.0.git.1490357812.0066a6b.tar.bz2 | 3 --- python-rpm-macros-1.0.git.1490791775.6e5b01c.tar.bz2 | 3 +++ python-rpm-macros.changes | 10 ++++++++++ python-rpm-macros.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 python-rpm-macros-1.0.git.1490357812.0066a6b.tar.bz2 create mode 100644 python-rpm-macros-1.0.git.1490791775.6e5b01c.tar.bz2 diff --git a/python-rpm-macros-1.0.git.1490357812.0066a6b.tar.bz2 b/python-rpm-macros-1.0.git.1490357812.0066a6b.tar.bz2 deleted file mode 100644 index 4453ef3..0000000 --- a/python-rpm-macros-1.0.git.1490357812.0066a6b.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9590ed3bad061d4a2dcdb3b79718a207bc07b3f87e930c63dc5a789ae94d526c -size 11699 diff --git a/python-rpm-macros-1.0.git.1490791775.6e5b01c.tar.bz2 b/python-rpm-macros-1.0.git.1490791775.6e5b01c.tar.bz2 new file mode 100644 index 0000000..42d813d --- /dev/null +++ b/python-rpm-macros-1.0.git.1490791775.6e5b01c.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65320aa38d36570e852a4711e8830b188b64dacf28fb43127d96073f3a762d31 +size 12054 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index a174dc1..d968e5a 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 29 12:53:05 UTC 2017 - jmatejek@suse.com + +- generate %posttrans sections to fix up alternatives after package + rename +- fix condition where %python_files would emit wrong thing when + %have_python2 is undefined +- add --quiet to uninstall_alternative, to silence spurious errors +- check for file existence instead of package number in uninstall_alternative + ------------------------------------------------------------------- Thu Mar 23 17:08:46 UTC 2017 - jmatejek@suse.com diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 79ec432..a01ac26 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 1.0.git.1490357812.0066a6b +Version: 1.0.git.1490791775.6e5b01c Release: 0 Summary: RPM macros for building of Python modules License: WTFPL