- Update to version 20200622.1919233:
* Expand %buildroot first (avoid endless cycle; bsc#1162743) - Update to version 20200622.1f4c5d2: * Add missing semicolon OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=94
This commit is contained in:
parent
4548b004b7
commit
552f6a41c8
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/python-rpm-macros.git</param>
|
||||
<param name="changesrevision">503823c8c45843a2f8787956ec160671b7d58b75</param></service></servicedata>
|
||||
<param name="changesrevision">191923304d5e383f982b461f604cf204dd6d14a2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad7ccfb590b6ad21448ab5c3972f8f902f23295ecd9e3aebeb93001c7cdf5a62
|
||||
size 13916
|
3
python-rpm-macros-20200622.1919233.tar.xz
Normal file
3
python-rpm-macros-20200622.1919233.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93e77b02162b98e409d44ff68887e8894bae0425f4a772e3ebe913f554d43182
|
||||
size 13920
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 19:00:48 UTC 2020 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 20200622.1919233:
|
||||
* Expand %buildroot first (avoid endless cycle; bsc#1162743)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 12:41:25 UTC 2020 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 20200622.1f4c5d2:
|
||||
* Add missing semicolon
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 12:01:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-rpm-macros
|
||||
Version: 20200603.503823c
|
||||
Version: 20200622.1919233
|
||||
Release: 0
|
||||
Summary: RPM macros for building of Python modules
|
||||
License: WTFPL
|
||||
@ -49,6 +49,8 @@ dependencies automatically.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autopatch -p1
|
||||
|
||||
%if 0%{?suse_version} < 1330
|
||||
mv macros-default-pythons macros/035-default-pythons
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user