public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: Add missing %license macro
@ 2026-06-22 15:55 Stephen Gallagher
  0 siblings, 0 replies; only message in thread
From: Stephen Gallagher @ 2026-06-22 15:55 UTC (permalink / raw)
  To: git-commits

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)
 

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

only message in thread, other threads:[~2026-06-22 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:55 [rpms/setup] update_services: Add missing %license macro Stephen Gallagher

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