Update to version 0.3.9
This commit is contained in:
parent
a45c8f58dd
commit
e5398da06f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/cepces-0.3.5.tar.gz
|
||||
/cepces-0.3.7.tar.gz
|
||||
/cepces-0.3.8.tar.gz
|
||||
/cepces-0.3.9.tar.gz
|
||||
|
@ -1,23 +0,0 @@
|
||||
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;
|
@ -7,7 +7,7 @@
|
||||
%global modulename %{name}
|
||||
|
||||
Name: cepces
|
||||
Version: 0.3.8
|
||||
Version: 0.3.9
|
||||
Release: %autorelease
|
||||
Summary: Certificate Enrollment through CEP/CES
|
||||
|
||||
@ -15,8 +15,6 @@ License: GPL-3.0-or-later
|
||||
URL: https://github.com/openSUSE/%{name}
|
||||
Source0: https://github.com/openSUSE/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: cepces-0.3.8-fix-version.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python%{python3_pkgversion}-%{name} = %{version}-%{release}
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cepces-0.3.8.tar.gz) = bb44e7bfe5ccb3c2e7f59665b1308bf493732ca8a5e6143c26f79b725c05b239a8af79042aa2df7ce2f9d95300099be8f79c1df5ac352d077e43c16b85734c3c
|
||||
SHA512 (cepces-0.3.9.tar.gz) = c94dddfba06d5095fa48e15719131f3fa36b104a88c71505663b1cfc793e93d9d9281be77fbbdbd6c683f14c481c7ed01d44c527d97b98ac4653eeb3c057382d
|
||||
|
Loading…
Reference in New Issue
Block a user