- Update to version 20231005.bf2d3ab:

* Fix shebang also in sbin with macro _fix_shebang

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=187
This commit is contained in:
Matej Cepl 2023-10-05 15:54:19 +00:00 committed by Git OBS Bridge
parent 7e2bf3cc78
commit 77aa236781
6 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<services>
<service mode="disabled" name="tar_scm">
<service mode="manual" name="tar_scm">
<param name="url">https://github.com/openSUSE/python-rpm-macros.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
@ -9,11 +9,11 @@
<param name="filename">python-rpm-macros</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service mode="disabled" name="recompress">
<service mode="manual" name="recompress">
<param name="file">python-rpm-macros-*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version">
<service mode="manual" name="set_version">
<param name="basename">python-rpm-macros</param>
</service>
</services>

View File

@ -3,4 +3,4 @@
<param name="url">git://github.com/openSUSE/python-rpm-macros.git</param>
<param name="changesrevision">80d37568d9732beb7fcc2cf27c5c08f9c01fade1</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/python-rpm-macros.git</param>
<param name="changesrevision">6fe8111dbbd7e28323f160273364626230386503</param></service></servicedata>
<param name="changesrevision">bf2d3abf0ce4f10e4950ce14a4cc8654b5cc9b1f</param></service></servicedata>

BIN
python-rpm-macros-20230609.6fe8111.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e594c8bb32efe406edd923e703cefd2d6c7137444555af6c3898e3d585d2bd2
size 19392

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 05 15:53:33 UTC 2023 - mcepl@cepl.eu
- Update to version 20231005.bf2d3ab:
* Fix shebang also in sbin with macro _fix_shebang
-------------------------------------------------------------------
Fri Jun 9 07:32:37 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -17,7 +17,7 @@
Name: python-rpm-macros
Version: 20230609.6fe8111
Version: 20231005.bf2d3ab
Release: 0
Summary: RPM macros for building of Python modules
License: WTFPL