From 923b84e4d5ba7f32cc58e8274667913c2b081fb8 Mon Sep 17 00:00:00 2001 From: Ondřej Vašík Date: Jul 22 2016 11:23:26 +0000 Subject: own /etc/ethertypes (#1329256) --- diff --git a/Makefile b/Makefile index 0c4351a..9d9c4c8 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ tag-archive: check @git tag -a -m "Tag as $(TAG)" -f $(TAG) create-archive: - @git-archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 > $(NAME)-$(VERSION).tar.bz2 + @git archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 > $(NAME)-$(VERSION).tar.bz2 @echo "The archive is at $(NAME)-$(VERSION).tar.bz2" archive: tag-archive create-archive diff --git a/setup.spec b/setup.spec index 6137d2f..c491639 100644 --- a/setup.spec +++ b/setup.spec @@ -1,6 +1,6 @@ Summary: A set of system configuration and setup files Name: setup -Version: 2.10.3 +Version: 2.10.4 Release: 1%{?dist} License: Public Domain Group: System Environment/Base @@ -85,6 +85,7 @@ end %config(noreplace) /etc/bashrc %config(noreplace) /etc/profile %config(noreplace) /etc/protocols +%config(noreplace) /etc/ethertypes %config(noreplace) /etc/csh.login %config(noreplace) /etc/csh.cshrc %dir /etc/profile.d @@ -93,6 +94,9 @@ end %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab %changelog +* Fri Jul 22 2016 Ondrej Vasik - 2.10.4-1 +- own /etc/ethertypes (#1329256) + * Fri Jul 08 2016 Ondrej Vasik - 2.10.3-1 - update services and protocols from IANA