Add %verify to ignore modified socket file after install
Related: rhbz#2193429
This commit is contained in:
parent
d9482566de
commit
c99415a4eb
@ -1,7 +1,7 @@
|
||||
Summary: A DSSSL implementation
|
||||
Name: openjade
|
||||
Version: 1.3.2
|
||||
Release: 70%{?dist}
|
||||
Release: 71%{?dist}
|
||||
Requires: sgml-common
|
||||
URL: http://openjade.sourceforge.net/
|
||||
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
|
||||
@ -106,7 +106,7 @@ touch %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc
|
||||
%doc README COPYING VERSION
|
||||
|
||||
# Removed %%ghost for succesful instalation on OSTree (rhbz#2193429)
|
||||
%{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc
|
||||
%verify(not size filedigest mtime) %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc
|
||||
/etc/sgml/%{name}.soc
|
||||
%{_bindir}/*
|
||||
%{_libdir}/*.so.*
|
||||
@ -114,6 +114,10 @@ touch %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc
|
||||
%{_datadir}/sgml/%{name}-%{version}
|
||||
|
||||
%changelog
|
||||
* Mon Sep 18 2023 Ondřej Sloup <osloup@redhat.com> - 1.3.2-71
|
||||
- Add %verify to ignore modified socket file after install
|
||||
Related: rhbz#2193429
|
||||
|
||||
* Thu Sep 14 2023 Ondřej Sloup <osloup@redhat.com> - 1.3.2-70
|
||||
- Rebuild with gating.yaml to allow automatic tests
|
||||
Related: rhbz#2193429
|
||||
|
||||
Loading…
Reference in New Issue
Block a user