public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stephen Gallagher <sgallagh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: Add missing %license macro
Date: Mon, 22 Jun 2026 15:55:53 GMT [thread overview]
Message-ID: <178214375330.1.4826394355815918508.rpms-setup-338c72bc4e4f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/setup
Branch : update_services
Commit : 338c72bc4e4fc6fa950f899bf4253b32de1dff60
Author : Stephen Gallagher <sgallagh@redhat.com>
Date : 2017-02-01T20:55:19-05:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/338c72bc4e4fc6fa950f899bf4253b32de1dff60?branch=update_services
Log:
Add missing %license macro
---
diff --git a/setup.spec b/setup.spec
index 87119da..d575b20 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,7 +1,7 @@
Summary: A set of system configuration and setup files
Name: setup
Version: 2.10.5
-Release: 1%{?dist}
+Release: 2%{?dist}
License: Public Domain
Group: System Environment/Base
URL: https://fedorahosted.org/setup/
@@ -63,7 +63,8 @@ end
%files
%defattr(-,root,root,-)
-%doc uidgid COPYING
+%license COPYING
+%doc uidgid
%verify(not md5 size mtime) %config(noreplace) /etc/passwd
%verify(not md5 size mtime) %config(noreplace) /etc/group
%verify(not md5 size mtime) %attr(0000,root,root) %config(noreplace,missingok) /etc/shadow
@@ -94,6 +95,9 @@ end
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
%changelog
+* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.10.5-2
+- Add missing %%license macro
+
* Wed Dec 07 2016 Ondrej Vasik <ovasik@redhat.com> - 2.10.5-1
- assign uidgid for cassandra(143:143) - (FPC #628)
reply other threads:[~2026-06-22 15:55 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=178214375330.1.4826394355815918508.rpms-setup-338c72bc4e4f@fedoraproject.org \
--to=sgallagh@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