Compare commits
4 Commits
bundle
...
bundle_nex
| Author | SHA256 | Date | |
|---|---|---|---|
|
6d44896bc6
|
|||
| 21d94ac462 | |||
|
e6ed5d2b76
|
|||
|
a15bc754e9
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 19 10:28:23 UTC 2025 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||
|
||||
- Fix License tag to the right BSD-2-Clause license in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 10:58:31 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
|
||||
- Remove explicit set of __brp_python_bytecompile macro in the spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 15:54:45 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
|
||||
@@ -236,12 +246,10 @@ Thu Oct 24 11:11:23 UTC 2013 - speilicke@suse.com
|
||||
Tue May 7 08:25:25 UTC 2013 - michael@stroeder.com
|
||||
|
||||
- Update to upstream release 0.0.5
|
||||
Revision 0.0.5
|
||||
|
||||
Revision 0.0.5
|
||||
--------------
|
||||
|
||||
- License updated to vanilla BSD 2-Clause to ease package use
|
||||
(http://opensource.org/licenses/BSD-2-Clause).
|
||||
* License updated to vanilla BSD 2-Clause to ease package use
|
||||
(http://opensource.org/licenses/BSD-2-Clause).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 19:44:41 UTC 2013 - toddrme2178@gmail.com
|
||||
|
||||
@@ -19,15 +19,11 @@
|
||||
%{?!saltbundlepy_module:%define saltbundlepy_module() saltbundlepy-%{**}}
|
||||
%define pythons saltbundlepy
|
||||
|
||||
# Disable python bytecompile for all distros
|
||||
# It's called explicitly in the spec
|
||||
%global __brp_python_bytecompile %{nil}
|
||||
|
||||
Name: saltbundlepy-pyasn1-modules
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: Collection of protocols modules written in ASN.1 language
|
||||
License: BSD-3-Clause
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/pyasn1/pyasn1-modules
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyasn1-modules/pyasn1_modules-%{version}.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user