public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Joe Orton <jorton@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/certwatch] epel8: fix FTBFS (#1923387)
Date: Wed, 22 Jul 2026 10:30:56 GMT	[thread overview]
Message-ID: <178471625676.1.10945638547290656981.rpms-certwatch-c59a6d2c6ca0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/certwatch
            Branch : epel8
            Commit : c59a6d2c6ca0ed697f8b1c47704423257dd8e37b
            Author : Joe Orton <jorton@redhat.com>
            Date   : 2021-02-15T12:55:26+00:00
            Stats  : +28/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/certwatch/c/c59a6d2c6ca0ed697f8b1c47704423257dd8e37b?branch=epel8

            Log:
            fix FTBFS (#1923387)
Resolves: rhbz#1923387

---
diff --git a/certwatch.spec b/certwatch.spec
index bc6fb8d..d5042be 100644
--- a/certwatch.spec
+++ b/certwatch.spec
@@ -1,10 +1,11 @@
 Name:           certwatch
 Version:        1.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        SSL/TLS certificate expiry warning generator
 License:        GPLv2+
 URL:            https://github.com/notroj/certwatch
 Source0:        https://github.com/notroj/certwatch/archive/v%{version}.tar.gz#/certwatch-%{version}.tar.gz
+Source1:        notyetvalid.pem
 BuildRequires:  gcc, openssl-devel, xmlto, autoconf, automake
 BuildRequires:  perl(Test), perl(Test::Harness), perl(Test::Output), /usr/bin/openssl
 BuildRequires: make
@@ -26,6 +27,7 @@ the mod_ssl configuration.
 %prep
 %setup -q
 autoreconf -i
+cp %{SOURCE1} t/notvalid.pem
 
 %build
 %configure
@@ -51,6 +53,9 @@ make check
 %{_mandir}/man5/*
 
 %changelog
+* Mon Feb 15 2021 Joe Orton <jorton@redhat.com> - 1.2-7
+- fix FTBFS (#1923387)
+
 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
 

diff --git a/notyetvalid.pem b/notyetvalid.pem
new file mode 100644
index 0000000..18b8076
--- /dev/null
+++ b/notyetvalid.pem
@@ -0,0 +1,22 @@
+-----BEGIN CERTIFICATE-----
+MIIDnTCCAoegAwIBAgIUbNbiLTazmNek5gfxh2XPb328tKYwCwYJKoZIhvcNAQEL
+MGAxCzAJBgNVBAYTAlhYMRUwEwYDVQQHDAxEZWZhdWx0IENpdHkxHDAaBgNVBAoM
+E0RlZmF1bHQgQ29tcGFueSBMdGQxHDAaBgNVBAMME2Fub3RoZXIuZXhhbXBsZS5j
+b20wHhcNMzAwMTAxMTIwMDAwWhcNMzAwMTAyMTIwMDAwWjBgMQswCQYDVQQGEwJY
+WDEVMBMGA1UEBwwMRGVmYXVsdCBDaXR5MRwwGgYDVQQKDBNEZWZhdWx0IENvbXBh
+bnkgTHRkMRwwGgYDVQQDDBNhbm90aGVyLmV4YW1wbGUuY29tMIIBIjANBgkqhkiG
+9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxaAfT7GuxHBQvkmXfsCw4wldlWWqFVqk9OVy
+QWUKC9x4JhSNxzw5VCI1+SUKtNAOvyWBGveX1wOzQwEImY6bG5pme/lZlT3M53Gq
+M/dy2DyD+wxslZS3Czaaq+i+6cUp3xCs6sF1g9+6SZn05xaL3VZZ8Vh4H34H9+9T
+gQUZbstwLkrEAHFfSqIsHEgy9XlD/kLPX6MLFZthOAShLC+vUaZeTvWsmZhSnf7n
+IsKAkRQoJ/m2gnjrHqXXUZWXX09SIrMGpf81kXrBIRFxGNHiHm51E8J81OsN14si
+/oMJ0sp5aMo0tqDOPLSBd4jzcRmciuvRV1Ao+VXb5/BPCg6v6QIDAQABo1MwUTAd
+BgNVHQ4EFgQUemt850skKnUqw/qRXCSywRvgSRgwHwYDVR0jBBgwFoAUemt850sk
+KnUqw/qRXCSywRvgSRgwDwYDVR0TAQH/BAUwAwEB/zALBgkqhkiG9w0BAQsDggEB
+AItOqwp/HsmzH0NYoJIEwBIkKBv844iutPkQKW5/kqGM9aclvLmnyzQ7OIXFnHM/
+AMmOvMbd0hCwtyG4SyHMGIEpzOiWzsmxBe3bn7VohToQ9eb/7/IyGheo8wdnBV/W
+2lZByP5sYZhKTqLbFWrk/o+Op2GZE6YfKr6PTeeScZ2Gs+lQKA7B3I7o8sjUnwyf
+o6qfvD49CtLZfwVXIiIqcoM3i91OakH0syNP4yoVCj2y4/LqOXMqHjTinS4UjRui
+RM4r5/2/EE54sANAk7oGhi+MQJSKHik6TfhTtASrKp2feKKgvzj/FA1v/NveR7h1
+cI2MNCJr2kpmOHKse4U/u6s=
+-----END CERTIFICATE-----

             reply	other threads:[~2026-07-22 10:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-22 10:30 Joe Orton [this message]
2026-07-22 10:30 [rpms/certwatch] epel8: fix FTBFS (#1923387) Joe Orton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178471625676.1.10945638547290656981.rpms-certwatch-c59a6d2c6ca0@fedoraproject.org \
    --to=jorton@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox