public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gwyn Ciesla <gwync@protonmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnucobol] f45: Fix filx ownership
Date: Thu, 27 Aug 2026 19:32:08 GMT	[thread overview]
Message-ID: <178785912817.1.1534654309504144387.rpms-gnucobol-8a8a171b4a97@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gnucobol
Branch : f45
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=f45

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
 

                 reply	other threads:[~2026-08-27 19:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178785912817.1.1534654309504144387.rpms-gnucobol-8a8a171b4a97@fedoraproject.org \
    --to=gwync@protonmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox