From 025e74a6a1ccbb636a9372661971af74d8c4362b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 27 Jan 2019 13:15:37 +0100 Subject: [PATCH] Remove obsolete scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- rust-openssl-probe.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-openssl-probe.spec b/rust-openssl-probe.spec index 360a0b7..ed8a7fb 100644 --- a/rust-openssl-probe.spec +++ b/rust-openssl-probe.spec @@ -1,12 +1,12 @@ # Generated by rust2rpm -%bcond_without check +%bcond_with check %global debug_package %{nil} %global crate openssl-probe Name: rust-%{crate} Version: 0.1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tool for helping to find SSL certificate locations on the system for OpenSSL # Upstream license specification: MIT/Apache-2.0 @@ -65,6 +65,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Dec 20 2018 Igor Gnatenko - 0.1.2-6 +- Run tests in infrastructure + * Sat Nov 03 2018 Igor Gnatenko - 0.1.2-5 - Adapt to new packaging