#5 Remove obsolete requirements for preun scriptlets
Closed 2 years ago by ckelley. Opened 5 years ago by scfc.

file modified
+4 -7
@@ -8,7 +8,7 @@

  License:          GPLv2 and LGPLv2

  

  Version:          10.7.0

- Release:          1%{?_timestamp}%{?_commit_id}%{?dist}

+ Release:          2%{?_timestamp}%{?_commit_id}%{?dist}

  # global           _phase -a1

  

  # To create a tarball from a version tag:
@@ -659,7 +659,6 @@

  

  Requires:         velocity

  Requires(post):   systemd-units

- Requires(preun):  systemd-units

  Requires(postun): systemd-units

  Requires(pre):    shadow-utils

  %if 0%{?rhel} && 0%{?rhel} <= 7
@@ -693,7 +692,6 @@

  

  Requires:         pki-server = %{version}

  Requires(post):   systemd-units

- Requires(preun):  systemd-units

  Requires(postun): systemd-units

  

  %description -n   pki-ca
@@ -717,7 +715,6 @@

  

  Requires:         pki-server = %{version}

  Requires(post):   systemd-units

- Requires(preun):  systemd-units

  Requires(postun): systemd-units

  

  %description -n   pki-kra
@@ -747,7 +744,6 @@

  

  Requires:         pki-server = %{version}

  Requires(post):   systemd-units

- Requires(preun):  systemd-units

  Requires(postun): systemd-units

  

  %description -n   pki-ocsp
@@ -784,7 +780,6 @@

  

  Requires:         pki-server = %{version}

  Requires(post):   systemd-units

- Requires(preun):  systemd-units

  Requires(postun): systemd-units

  

  %description -n   pki-tks
@@ -814,7 +809,6 @@

  

  Requires:         pki-server = %{version}

  Requires(post):   systemd-units

- Requires(preun):  systemd-units

  Requires(postun): systemd-units

  

  # additional runtime requirements needed to run native 'tpsclient'
@@ -1528,6 +1522,9 @@

  

  ################################################################################

  %changelog

+ * Wed Jun 12 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 10.7.0-2

+ - Remove obsolete requirements for preun scriptlets

+ 

  * Mon May 06 2019 Dogtag PKI Team <pki-devel@redhat.com> - 10.7.0-1

  - Rebased to PKI 10.7.0

  

no initial comment

rebased onto 8237b14

5 years ago

Hello @scfc , we recently rebased to PKI 10.7.0.. Will it be possible to update this patch before we can merge? :smile:

rebased onto fa1797e

4 years ago

Pull-Request has been closed by ckelley

2 years ago