2017-12-07 20:57:07 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 7 19:58:36 UTC 2017 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- version bump to 2017.12.07.9d4e9eb
|
|
|
|
* Fix macro usage for rpm 4.14
|
|
|
|
|
2017-08-16 18:47:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 9 13:37:32 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- version bump to 2017.08.09.32550d0
|
|
|
|
- use %_specfile macro to locate the spec file, this should help with
|
|
|
|
factory-auto bot problems as well as issue#3
|
|
|
|
|
2017-06-21 15:59:23 +02:00
|
|
|
-------------------------------------------------------------------
|
2017-06-29 17:12:11 +02:00
|
|
|
Thu Jun 29 13:20:02 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- version bump to 2017.06.29.107ac7a
|
|
|
|
- fix skip_python2 in environment where python2 is not actually present
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-06-21 15:59:23 +02:00
|
|
|
Wed Jun 21 13:16:38 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- version bump to 2017.06.21.6641889
|
|
|
|
- introduce smarter buildset support
|
|
|
|
- fix %python_files on nonstandard build sets
|
|
|
|
- introduce %python_for_executables in favor of magically taking
|
|
|
|
"last python in %pythons"
|
|
|
|
- fix %licence tag handling (gh#opensuse/python-rpm-macros#4)
|
|
|
|
|
2017-05-10 14:48:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 9 15:38:41 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- version bump to 2017.05.09.fc237de
|
|
|
|
- fix badly generated %posttrans snippets in cases where
|
|
|
|
old %python_install_alternative syntax is used for secondary files
|
|
|
|
- rework %if-macros
|
|
|
|
- introduce %python_flavor, which configures behavior of generic %python_*
|
|
|
|
macros, and can be overriden by the user
|
|
|
|
- add --force to %python_install, to make install order fully deterministic
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 27 15:43:20 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- version bump to 2017.04.27.d2ca08c
|
|
|
|
- switch versioning scheme to date-based
|
|
|
|
- switch from using service to a custom script update.sh
|
|
|
|
- auto-generate Provides: python2-modname in old distributions
|
|
|
|
(only for main package though)
|
|
|
|
|
2017-04-05 15:56:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2017-03-14 16:36:44 +01:00
|
|
|
-------------------------------------------------------------------
|
2017-03-23 19:14:03 +01:00
|
|
|
Thu Mar 23 17:08:46 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- remove spurious warnings about "unknown arguments" (by making ALL
|
|
|
|
possible arguments known)
|
|
|
|
- fix a bug with %python_clone not working without
|
|
|
|
%python_install_alternative being used
|
|
|
|
- in %python_files, detect and emit an error if %python_subpackages
|
|
|
|
is not used
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-03-14 16:36:44 +01:00
|
|
|
Mon Mar 13 16:05:15 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- more intelligent %python_install_alternatives
|
|
|
|
- multiline macro support
|
|
|
|
- support for %requires_ge and %requires_eq as well as Requires(pre)
|
|
|
|
and friends
|
|
|
|
- "%python_clone -a" auto-creates alternative entries
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 9 17:20:12 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- implement %python_clone to clone files for alternatives
|
|
|
|
|
2017-03-09 15:16:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 8 15:22:55 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- support "Supplements" and "Enhances" tags
|
|
|
|
- support packageand() expression
|
|
|
|
- fix handling of %name in requires
|
|
|
|
|
2017-03-08 14:19:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 8 13:18:14 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- make macros more resilient to missing %python_subpackages
|
|
|
|
- expand %python_bin_suffix properly
|
|
|
|
|
2017-02-24 15:11:16 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 24 13:50:03 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- let %python_module expand *all* its arguments, not just the first
|
|
|
|
(so that %{python_module x >= 1.0} works as intended)
|
|
|
|
|
2017-02-22 16:22:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 22 14:38:28 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- copy BuildArch to subpackages
|
|
|
|
- on requires/provides etc., perform macro expansion *after* replacing
|
|
|
|
'python' name, to allow for tricking the rewriter to not replace
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 21 14:55:08 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- add BuildRoot to make SLE11 happy
|
|
|
|
- check presence of %python_files even on new-style distros
|
|
|
|
- better visibility of the %python_files error
|
|
|
|
|
2017-02-13 15:53:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 13 14:46:25 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- update service, use repository and tarball name "python-rpm-macros"
|
|
|
|
|
2017-02-07 17:33:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 7 16:31:04 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- introduce %python_prefix
|
|
|
|
|
2017-02-07 17:30:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 6 14:30:38 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Set RPM group
|
|
|
|
|
2017-01-11 15:30:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 11 14:28:48 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- change service version generator to use "1.0.git" instead of "1.0git"
|
|
|
|
|
2017-01-08 12:35:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 6 17:36:58 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- rework %python_alternative and remove support for %python_alternative_man
|
|
|
|
- tell service to compress the tar file
|
|
|
|
|
2017-01-06 15:54:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 6 14:54:21 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- set service to localonly mode
|
|
|
|
|
2017-01-03 16:07:16 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 3 15:06:29 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- current macro version
|
|
|
|
|
2016-11-24 16:03:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 24 14:57:13 UTC 2016 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- initial commit
|
|
|
|
|