#1 Fix installation on OSTree by removing %%ghost
Closed 9 months ago by osloup. Opened 9 months ago by osloup.
rpms/ osloup/openjade c9  into  c9

file modified
+12 -2
@@ -1,7 +1,7 @@ 

  Summary: A DSSSL implementation

  Name: openjade

  Version: 1.3.2

- Release: 68%{?dist}

+ Release: 69%{?dist}

  Requires: sgml-common

  URL: http://openjade.sourceforge.net/

  Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
@@ -97,10 +97,16 @@ 

  

  %ldconfig_postun

  

+ # The install-catalog removes the file making uninstallation throw a warning about removing a non-existent file

+ # This file creation suppresses the warning (rhbz#2193429)

+ touch %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc 

+ 

  %files

  %doc jadedoc/* dsssl/README.jadetex

  %doc README COPYING VERSION

- %ghost /etc/sgml/%{name}-%{version}-%{release}.soc

+ 

+ # Removed %%ghost for succesful instalation on OSTree (rhbz#2193429)

+ %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc

  /etc/sgml/%{name}.soc

  %{_bindir}/*

  %{_libdir}/*.so.*
@@ -108,6 +114,10 @@ 

  %{_datadir}/sgml/%{name}-%{version}

  

  %changelog

+ * Tue Aug 22 2023 Ondrej Sloup <osloup@redhat.com> - 1.3.2-69

+ - Fix installation on OSTree by removing %%ghost

+   Resolves: rhbz#2193429 

+ 

  * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.2-68

  - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

    Related: rhbz#1991688

Resolves: rhbz#2193429

Pull-Request has been closed by osloup

9 months ago
Metadata