public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnucobol] rawhide: Fix filx ownership
@ 2026-08-27 19:31 Gwyn Ciesla
  0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-08-27 19:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gnucobol
Branch : rawhide
Commit : 8a8a171b4a97c5aa512957c90e34cd5646aa05a3
Author : Gwyn Ciesla <gwync@protonmail.com>
Date   : 2026-08-27T14:31:12-05:00
Stats  : +14/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gnucobol/c/8a8a171b4a97c5aa512957c90e34cd5646aa05a3?branch=rawhide

Log:
Fix filx ownership

---
diff --git a/gnucobol.spec b/gnucobol.spec
index 4ae6dfb..f081abf 100644
--- a/gnucobol.spec
+++ b/gnucobol.spec
@@ -3,7 +3,7 @@
 
 Name:           gnucobol
 Version:        3.2
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        COBOL compiler
 
 License:        GPL-3.0-or-later AND LGPL-3.0-or-later AND GFDL-1.3-only AND FSFAP AND GPL-2.0-or-later AND LGPL-3.0-or-later
@@ -93,33 +93,41 @@ popd
 (make check CFLAGS="%optflags -O" || make check TESTSUITEFLAGS="--recheck --verbose" || echo "Warning, unexpected results")
 make test CFLAGS="%optflags -O"
 
-%files -f %%{name}.lang
+%files
 %license COPYING.DOC COPYING
 %doc AUTHORS ChangeLog
 %doc NEWS README THANKS
 %{_bindir}/cobc
 %{_bindir}/cob-config
-%{_bindir}/cobcrun
 %{_includedir}/*
 %{_libdir}/%{name}
 %{_libdir}/libcob.so
-%{_datadir}/gnucobol
+%{_datadir}/gnucobol/config/
+%{_datadir}/gnucobol/copy/
+%exclude %{_datadir}/gnucobol/config/*.cfg
+%exclude %{_datadir}/gnucobol/config/*.ttbl
 %{_infodir}/gnucobol.info.*
 %{_mandir}/man1/cobc.1.*
-%{_mandir}/man1/cobcrun.1.*
 %{_mandir}/man1/cob-config.1.*
 
 
-%files -n libcob
+%files -n libcob -f %{name}.lang
 %license COPYING.LESSER
+%{_bindir}/cobcrun
+%{_datadir}/gnucobol/config/*.cfg
+%{_datadir}/gnucobol/config/*.ttbl
 %{_libdir}/libcob.so.4*
 %{_libdir}/gnucobol/CBL_OC_DUMP.so
+%{_mandir}/man1/cobcrun.1.*
 
 %files esql
 %{_bindir}/esqlOC
 %{_libdir}/libocsql.so*
 
 %changelog
+* Thu Aug 27 2026 Gwyn Ciesla <gwync@protonmail.com> - 3.2-11
+- Correct file ownership
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-27 19:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 19:31 [rpms/gnucobol] rawhide: Fix filx ownership Gwyn Ciesla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox