diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:01:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:01:54 +0000 |
commit | 0d9282b2595f4bef92876d281d97286e1a9c3878 (patch) | |
tree | 74dd6b3b3754c962f309621642ea1bd0b05b53ac /cepces-0.3.8-fix-version.patch | |
parent | e55cc3dd7cc9448d30fd6d8371d2a8e363e57137 (diff) |
automatic import of cepcesopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'cepces-0.3.8-fix-version.patch')
-rw-r--r-- | cepces-0.3.8-fix-version.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cepces-0.3.8-fix-version.patch b/cepces-0.3.8-fix-version.patch new file mode 100644 index 0000000..38c57c2 --- /dev/null +++ b/cepces-0.3.8-fix-version.patch @@ -0,0 +1,23 @@ +Index: cepces-0.3.8/cepces/__init__.py +=================================================================== +--- cepces-0.3.8.orig/cepces/__init__.py 2023-02-15 21:58:32.000000000 +0100 ++++ cepces-0.3.8/cepces/__init__.py 2024-01-25 16:46:56.218989833 +0100 +@@ -23,7 +23,7 @@ import logging + __title__ = 'cepces' + __description__ = 'CEP/CES library.' + __url__ = 'https://github.com/openSUSE/cepces/' +-__version__ = '0.3.7' ++__version__ = '0.3.8' + __author__ = 'Daniel Uvehag' + __author_email__ = 'daniel.uvehag@gmail.com' + __license__ = 'GPLv3' +Index: cepces-0.3.8/selinux/cepces.te +=================================================================== +--- cepces-0.3.8.orig/selinux/cepces.te 2023-02-15 21:58:32.000000000 +0100 ++++ cepces-0.3.8/selinux/cepces.te 2024-01-25 16:47:06.118006940 +0100 +@@ -1,4 +1,4 @@ +-policy_module(cepces, 0.3.7) ++policy_module(cepces, 0.3.8) + + require { + type certmonger_t; |