public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pavel Cahyna <pcahyna@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/freeipmi] f45: tag license files
Date: Mon, 14 Sep 2026 10:42:29 GMT [thread overview]
Message-ID: <178938254960.1.5681281574679206951.rpms-freeipmi-d1f18317e544@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/freeipmi
Branch : f45
Commit : d1f18317e5449b76d3a6b2acdbc200258605d8a1
Author : Pavel Cahyna <pcahyna@redhat.com>
Date : 2026-09-11T15:17:32+02:00
Stats : +57/-59 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/freeipmi/c/d1f18317e5449b76d3a6b2acdbc200258605d8a1?branch=f45
Log:
tag license files
also, other simplifications of the %files section
and removal of the useless generic INSTALL file
---
diff --git a/freeipmi.spec b/freeipmi.spec
index 3185825..8ad8d3e 100644
--- a/freeipmi.spec
+++ b/freeipmi.spec
@@ -86,6 +86,9 @@ install -m0644 -D %{SOURCE5} %{buildroot}%{_tmpfilesdir}/freeipmi-ipmiseld.conf
# Remove initscripts
rm -frv %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
+# Remove useless generic INSTALL
+rm -frv %{buildroot}%{_pkgdocdir}/INSTALL
+
%post bmc-watchdog
%systemd_post bmc-watchdog.service
@@ -140,58 +143,54 @@ rm -frv %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sel.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sensor.conf
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/libipmiconsole.conf
-%doc %{_datadir}/doc/%{name}/AUTHORS
-%doc %{_datadir}/doc/%{name}/COPYING
-%doc %{_datadir}/doc/%{name}/ChangeLog
-%doc %{_datadir}/doc/%{name}/ChangeLog.0
-%doc %{_datadir}/doc/%{name}/INSTALL
-%doc %{_datadir}/doc/%{name}/NEWS
-%doc %{_datadir}/doc/%{name}/README
-%doc %{_datadir}/doc/%{name}/README.argp
-%doc %{_datadir}/doc/%{name}/README.build
-%doc %{_datadir}/doc/%{name}/README.openipmi
-%doc %{_datadir}/doc/%{name}/TODO
-%doc %{_infodir}/*
-%doc %{_datadir}/doc/%{name}/COPYING.ipmiping
-%doc %{_datadir}/doc/%{name}/COPYING.ipmipower
-%doc %{_datadir}/doc/%{name}/COPYING.ipmiconsole
-%doc %{_datadir}/doc/%{name}/COPYING.ipmimonitoring
-%doc %{_datadir}/doc/%{name}/COPYING.pstdout
-%doc %{_datadir}/doc/%{name}/COPYING.ipmidetect
-%doc %{_datadir}/doc/%{name}/COPYING.ipmi-fru
-%doc %{_datadir}/doc/%{name}/COPYING.ipmi-dcmi
-%doc %{_datadir}/doc/%{name}/COPYING.sunbmc
-%doc %{_datadir}/doc/%{name}/COPYING.ZRESEARCH
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-dcmi
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping.UC
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower.UC
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole.UC
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring.UC
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout.UC
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect.UC
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru.UC
-%doc %{_datadir}/doc/%{name}/freeipmi-coding.txt
-%doc %{_datadir}/doc/%{name}/freeipmi-design.txt
-%doc %{_datadir}/doc/%{name}/freeipmi-hostrange.txt
-%doc %{_datadir}/doc/%{name}/freeipmi-libraries.txt
-%doc %{_datadir}/doc/%{name}/freeipmi-bugs-issues-and-workarounds.txt
-%doc %{_datadir}/doc/%{name}/freeipmi-testing.txt
-%doc %{_datadir}/doc/%{name}/freeipmi-oem-documentation-requirements.txt
-%dir %{_datadir}/doc/%{name}
-%dir %{_datadir}/doc/%{name}/contrib
-%dir %{_datadir}/doc/%{name}/contrib/ganglia
-%doc %{_datadir}/doc/%{name}/contrib/ganglia/*
-%dir %{_datadir}/doc/%{name}/contrib/nagios
-%doc %{_datadir}/doc/%{name}/contrib/nagios/*
-%dir %{_datadir}/doc/%{name}/contrib/pet
-%doc %{_datadir}/doc/%{name}/contrib/pet/*
+%doc %{_pkgdocdir}/AUTHORS
+%doc %{_pkgdocdir}/ChangeLog
+%doc %{_pkgdocdir}/ChangeLog.0
+%doc %{_pkgdocdir}/NEWS
+%doc %{_pkgdocdir}/README
+%doc %{_pkgdocdir}/README.argp
+%doc %{_pkgdocdir}/README.build
+%doc %{_pkgdocdir}/README.openipmi
+%doc %{_pkgdocdir}/TODO
+%doc %{_pkgdocdir}/freeipmi-coding.txt
+%doc %{_pkgdocdir}/freeipmi-design.txt
+%doc %{_pkgdocdir}/freeipmi-hostrange.txt
+%doc %{_pkgdocdir}/freeipmi-libraries.txt
+%doc %{_pkgdocdir}/freeipmi-bugs-issues-and-workarounds.txt
+%doc %{_pkgdocdir}/freeipmi-testing.txt
+%doc %{_pkgdocdir}/freeipmi-oem-documentation-requirements.txt
+%license %{_pkgdocdir}/COPYING
+%license %{_pkgdocdir}/COPYING.ipmiping
+%license %{_pkgdocdir}/COPYING.ipmipower
+%license %{_pkgdocdir}/COPYING.ipmiconsole
+%license %{_pkgdocdir}/COPYING.ipmimonitoring
+%license %{_pkgdocdir}/COPYING.pstdout
+%license %{_pkgdocdir}/COPYING.ipmidetect
+%license %{_pkgdocdir}/COPYING.ipmi-fru
+%license %{_pkgdocdir}/COPYING.ipmi-dcmi
+%license %{_pkgdocdir}/COPYING.sunbmc
+%license %{_pkgdocdir}/COPYING.ZRESEARCH
+%license %{_pkgdocdir}/DISCLAIMER.ipmiping
+%license %{_pkgdocdir}/DISCLAIMER.ipmipower
+%license %{_pkgdocdir}/DISCLAIMER.ipmiconsole
+%license %{_pkgdocdir}/DISCLAIMER.ipmimonitoring
+%license %{_pkgdocdir}/DISCLAIMER.pstdout
+%license %{_pkgdocdir}/DISCLAIMER.ipmidetect
+%license %{_pkgdocdir}/DISCLAIMER.ipmi-fru
+%license %{_pkgdocdir}/DISCLAIMER.ipmi-dcmi
+%license %{_pkgdocdir}/DISCLAIMER.ipmiping.UC
+%license %{_pkgdocdir}/DISCLAIMER.ipmipower.UC
+%license %{_pkgdocdir}/DISCLAIMER.ipmiconsole.UC
+%license %{_pkgdocdir}/DISCLAIMER.ipmimonitoring.UC
+%license %{_pkgdocdir}/DISCLAIMER.pstdout.UC
+%license %{_pkgdocdir}/DISCLAIMER.ipmidetect.UC
+%license %{_pkgdocdir}/DISCLAIMER.ipmi-fru.UC
+%{_infodir}/freeipmi-faq.info*
+%dir %{_pkgdocdir}
+%dir %{_pkgdocdir}/contrib
+%{_pkgdocdir}/contrib/ganglia
+%{_pkgdocdir}/contrib/nagios
+%{_pkgdocdir}/contrib/pet
%{_libdir}/libipmiconsole*so.*
%{_libdir}/libfreeipmi*so.*
%{_libdir}/libipmidetect*so.*
@@ -271,8 +270,7 @@ rm -frv %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
%{_tmpfilesdir}/freeipmi.conf
%files devel
-%dir %{_datadir}/doc/%{name}/contrib/libipmimonitoring
-%doc %{_datadir}/doc/%{name}/contrib/libipmimonitoring/*
+%{_pkgdocdir}/contrib/libipmimonitoring
%{_libdir}/libipmiconsole.so
%{_libdir}/libfreeipmi.so
%{_libdir}/libipmidetect.so
@@ -328,9 +326,9 @@ rm -frv %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
%{_libdir}/pkgconfig/*
%files bmc-watchdog
-%doc %{_datadir}/doc/%{name}/COPYING.bmc-watchdog
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog.UC
+%license %{_pkgdocdir}/COPYING.bmc-watchdog
+%license %{_pkgdocdir}/DISCLAIMER.bmc-watchdog
+%license %{_pkgdocdir}/DISCLAIMER.bmc-watchdog.UC
%config(noreplace) %{_sysconfdir}/sysconfig/bmc-watchdog
%{_sbindir}/bmc-watchdog
%{_mandir}/man8/bmc-watchdog.8*
@@ -344,8 +342,8 @@ rm -frv %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
%{_unitdir}/ipmidetectd.service
%files ipmiseld
-%doc %{_datadir}/doc/%{name}/COPYING.ipmiseld
-%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiseld
+%license %{_pkgdocdir}/COPYING.ipmiseld
+%license %{_pkgdocdir}/DISCLAIMER.ipmiseld
%{_unitdir}/ipmiseld.service
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmiseld.conf
%{_sbindir}/ipmiseld
reply other threads:[~2026-09-14 10:42 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=178938254960.1.5681281574679206951.rpms-freeipmi-d1f18317e544@fedoraproject.org \
--to=pcahyna@redhat.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