From fde92e9f01dcb122d92148f37c0b8152eb70192d Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Wed, 19 Oct 2022 15:16:21 +0800 Subject: [PATCH] remove redundant macros --- isomd5sum.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/isomd5sum.spec b/isomd5sum.spec index c0693df..28efdc9 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -1,6 +1,6 @@ Name: isomd5sum Version: 1.2.3 -Release: 5 +Release: 6 Epoch: 1 Summary: Utilities for working with md5sum implanted in ISO images License: GPLv2+ @@ -46,14 +46,6 @@ PYTHON=%{__python3} make checkisomd5 implantisomd5 pyisomd5sum.so %install PYTHON=%{__python3} make DESTDIR=%{buildroot} install-bin install-devel install-python -%pre - -%preun - -%post - -%postun - %files %license COPYING %{_bindir}/* @@ -70,6 +62,9 @@ PYTHON=%{__python3} make DESTDIR=%{buildroot} install-bin install-devel install- %{_mandir}/man1/* %changelog +* Wed Oct 19 2022 zhangruifang - 1:1.2.3-6 +- remove redundant macros + * Thu Oct 29 2020 wangchen - 1:1.2.3-5 - Remove python2 -- Gitee