From 7e3c0dee0928b8157ed50219a21f467c092ea83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Thu, 24 Jul 2014 15:43:21 +0200 Subject: [PATCH] add asterisk to /etc/filesystems (to honor /proc/filesystems) --- .gitignore | 1 + setup.spec | 8 ++++---- sources | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 33c1f97..39f1398 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ setup-2.8.25.tar.bz2 /setup-2.8.74.tar.bz2 /setup-2.8.75.tar.bz2 /setup-2.9.0.tar.bz2 +/setup-2.9.1.tar.bz2 diff --git a/setup.spec b/setup.spec index f24bf5c..43c131f 100644 --- a/setup.spec +++ b/setup.spec @@ -1,7 +1,7 @@ Summary: A set of system configuration and setup files Name: setup -Version: 2.9.0 -Release: 2%{?dist} +Version: 2.9.1 +Release: 1%{?dist} License: Public Domain Group: System Environment/Base URL: https://fedorahosted.org/setup/ @@ -91,8 +91,8 @@ end %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab %changelog -* Sun Jun 08 2014 Fedora Release Engineering - 2.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild +* Thu Jul 24 2014 Ondrej Vasik - 2.9.1-1 +- add asterisk to /etc/filesystems (to honor /proc/filesystems) * Wed Apr 23 2014 Ondrej Vasik - 2.9.0-1 - drop /etc/securetty (#1090639) diff --git a/sources b/sources index 507671e..9d009db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef75d3e4367f9ecd8868576b5db28da7 setup-2.9.0.tar.bz2 +fa70789b765a302dfb43937566f4a620 setup-2.9.1.tar.bz2