!7 clibcni: internal change at 1.6
Merge pull request !7 from lifeng_isula/3.6
This commit is contained in:
commit
c600076cc1
@ -1,5 +1,5 @@
|
|||||||
%global _version 1.0.8
|
%global _version 1.0.8
|
||||||
%global _release 20200120.104549.gitefa9896c
|
%global _release 20191225.122403.git49093ba7
|
||||||
Name: clibcni
|
Name: clibcni
|
||||||
Version: %{_version}
|
Version: %{_version}
|
||||||
Release: %{_release}
|
Release: %{_release}
|
||||||
|
|||||||
@ -22,6 +22,16 @@ History: 2019-06-17
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# As a special exception, you may create a larger work that contains
|
||||||
|
# part or all of the libocispec parser skeleton and distribute that work
|
||||||
|
# under terms of your choice, so long as that work isn't itself a
|
||||||
|
# parser generator using the skeleton or a modified version thereof
|
||||||
|
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||||
|
# the parser skeleton itself, you may (at your option) remove this
|
||||||
|
# special exception, which will cause the skeleton and the resulting
|
||||||
|
# libocispec output files to be licensed under the GNU General Public
|
||||||
|
# License without this special exception.
|
||||||
|
|
||||||
CODE = '''// Auto generated file. Do not edit!
|
CODE = '''// Auto generated file. Do not edit!
|
||||||
# define _GNU_SOURCE
|
# define _GNU_SOURCE
|
||||||
|
|||||||
@ -23,6 +23,15 @@ History: 2019-06-17
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
# As a special exception, you may create a larger work that contains
|
||||||
|
# part or all of the libocispec parser skeleton and distribute that work
|
||||||
|
# under terms of your choice, so long as that work isn't itself a
|
||||||
|
# parser generator using the skeleton or a modified version thereof
|
||||||
|
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||||
|
# the parser skeleton itself, you may (at your option) remove this
|
||||||
|
# special exception, which will cause the skeleton and the resulting
|
||||||
|
# libocispec output files to be licensed under the GNU General Public
|
||||||
|
# License without this special exception.
|
||||||
#!/usr/bin/python -Es
|
#!/usr/bin/python -Es
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -22,6 +22,16 @@ History: 2019-06-17
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# As a special exception, you may create a larger work that contains
|
||||||
|
# part or all of the libocispec parser skeleton and distribute that work
|
||||||
|
# under terms of your choice, so long as that work isn't itself a
|
||||||
|
# parser generator using the skeleton or a modified version thereof
|
||||||
|
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||||
|
# the parser skeleton itself, you may (at your option) remove this
|
||||||
|
# special exception, which will cause the skeleton and the resulting
|
||||||
|
# libocispec output files to be licensed under the GNU General Public
|
||||||
|
# License without this special exception.
|
||||||
|
|
||||||
import traceback
|
import traceback
|
||||||
import os
|
import os
|
||||||
|
|||||||
@ -23,6 +23,16 @@ History: 2019-06-17
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
# As a special exception, you may create a larger work that contains
|
||||||
|
# part or all of the libocispec parser skeleton and distribute that work
|
||||||
|
# under terms of your choice, so long as that work isn't itself a
|
||||||
|
# parser generator using the skeleton or a modified version thereof
|
||||||
|
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||||
|
# the parser skeleton itself, you may (at your option) remove this
|
||||||
|
# special exception, which will cause the skeleton and the resulting
|
||||||
|
# libocispec output files to be licensed under the GNU General Public
|
||||||
|
# License without this special exception.
|
||||||
|
#
|
||||||
#!/usr/bin/python -Es
|
#!/usr/bin/python -Es
|
||||||
import helpers
|
import helpers
|
||||||
|
|
||||||
|
|||||||
@ -23,6 +23,15 @@ History: 2019-06-17
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
# As a special exception, you may create a larger work that contains
|
||||||
|
# part or all of the libocispec parser skeleton and distribute that work
|
||||||
|
# under terms of your choice, so long as that work isn't itself a
|
||||||
|
# parser generator using the skeleton or a modified version thereof
|
||||||
|
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||||
|
# the parser skeleton itself, you may (at your option) remove this
|
||||||
|
# special exception, which will cause the skeleton and the resulting
|
||||||
|
# libocispec output files to be licensed under the GNU General Public
|
||||||
|
# License without this special exception.
|
||||||
#!/usr/bin/python -Es
|
#!/usr/bin/python -Es
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@ -19,6 +19,15 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
# along with libocispec. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
# As a special exception, you may create a larger work that contains
|
||||||
|
# part or all of the libocispec parser skeleton and distribute that work
|
||||||
|
# under terms of your choice, so long as that work isn't itself a
|
||||||
|
# parser generator using the skeleton or a modified version thereof
|
||||||
|
# as a parser skeleton. Alternatively, if you modify or redistribute
|
||||||
|
# the parser skeleton itself, you may (at your option) remove this
|
||||||
|
# special exception, which will cause the skeleton and the resulting
|
||||||
|
# libocispec output files to be licensed under the GNU General Public
|
||||||
|
# License without this special exception.
|
||||||
import helpers
|
import helpers
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user