public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: upload new sources, pull changes from Fedora rebuilds
@ 2026-06-22 15:55 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-22 15:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/setup
Branch : update_services
Commit : 2612297ec340c16735f16a300b31002e1ff8af1b
Author : Ondřej Vašík <ovasik@redhat.com>
Date   : 2017-08-18T13:08:55+02:00
Stats  : +25/-10 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/setup/c/2612297ec340c16735f16a300b31002e1ff8af1b?branch=update_services

Log:
upload new sources, pull changes from Fedora rebuilds

---
diff --git a/.gitignore b/.gitignore
index 478bdf8..97328e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@ setup-2.8.25.tar.bz2
 /setup-2.10.3.tar.bz2
 /setup-2.10.4.tar.bz2
 /setup-2.10.5.tar.bz2
+/setup-2.10.7.tar.bz2

diff --git a/setup.spec b/setup.spec
index 95fd490..61f866f 100644
--- a/setup.spec
+++ b/setup.spec
@@ -7,7 +7,7 @@ Group: System Environment/Base
 URL: https://fedorahosted.org/setup/
 Source0: https://fedorahosted.org/releases/s/e/%{name}/%{name}-%{version}.tar.bz2
 BuildArch: noarch
-BuildRequires: bash tcsh perl
+BuildRequires: bash tcsh perl-interpreter
 #require system release for saner dependency order
 Requires: system-release
 Conflicts: filesystem < 3
@@ -64,7 +64,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
@@ -102,6 +103,12 @@ end
 - create contrib directory, 
   add IANA parser script by V.Skyttä (#1380333)
 
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* 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)
 

diff --git a/sources b/sources
index 89d9b38..878ab27 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-7f3948260d03fb464eba7f50685770e0  setup-2.10.4.tar.bz2
-a8b406bc457cb79fcbc07882fb8679dc  setup-2.10.5.tar.bz2
+SHA512 (setup-2.10.7.tar.bz2) = d78e3300058e88859cad54b669309d6ce10297b79aa52b183b9d4864e9acbcb85f887d2edaae76f7c96282498b588c0c463c26749148dc579b134af994359409

diff --git a/.gitignore b/.gitignore
index 478bdf8..97328e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@ setup-2.8.25.tar.bz2
 /setup-2.10.3.tar.bz2
 /setup-2.10.4.tar.bz2
 /setup-2.10.5.tar.bz2
+/setup-2.10.7.tar.bz2

diff --git a/setup.spec b/setup.spec
index 3485f36..61f866f 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: 3%{?dist}
+Version: 2.10.7
+Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Base
 URL: https://fedorahosted.org/setup/
@@ -47,6 +47,7 @@ rm -f %{buildroot}/etc/serviceslint
 rm -f %{buildroot}/etc/uidgidlint
 rm -f %{buildroot}/etc/shadowconvert.sh
 rm -f %{buildroot}/etc/setup.spec
+rm -rf %{buildroot}/etc/contrib
 
 %clean
 rm -rf %{buildroot}
@@ -95,6 +96,13 @@ end
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
 
 %changelog
+* Fri Aug 18 2017 Ondrej Vasik <ovasik@redhat.com> - 2.10.7-1
+- updated IANA services based on input from K.Vogel
+
+* Thu Aug 10 2017 Ondrej Vasik <ovasik@redhat.com> - 2.10.6-1
+- create contrib directory, 
+  add IANA parser script by V.Skyttä (#1380333)
+
 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
@@ -341,7 +349,7 @@ end
 - reserve uidgid pair 109:109 for rhevm(#652287)
 
 * Tue Sep 07 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.27-1
-- add double quotes arround sourced profile.d scripts -
+- add double quotes around sourced profile.d scripts -
   allow special characters in script names
 
 * Wed Aug 18 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.26-1
@@ -654,7 +662,7 @@ end
 - Removed /usr/X11R6/bin from default PATH (#173856)
 
 * Tue Jan 24 2006 Phil Knirsch <pknirsch@redhat.com>
-- Fixed bug with PROMPT_COMMAND being broken for wierd dirs (#142125)
+- Fixed bug with PROMPT_COMMAND being broken for weird dirs (#142125)
 - Added hfsplus to know filesystems (#172820)
 
 * Mon Oct 17 2005 Bill Nottingham <notting@redhat.com>

diff --git a/sources b/sources
index 89d9b38..878ab27 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-7f3948260d03fb464eba7f50685770e0  setup-2.10.4.tar.bz2
-a8b406bc457cb79fcbc07882fb8679dc  setup-2.10.5.tar.bz2
+SHA512 (setup-2.10.7.tar.bz2) = d78e3300058e88859cad54b669309d6ce10297b79aa52b183b9d4864e9acbcb85f887d2edaae76f7c96282498b588c0c463c26749148dc579b134af994359409

^ 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: upload new sources, pull changes from Fedora rebuilds 

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