diff --git a/pre_checkin.sh b/pre_checkin.sh index c770526..37850ad 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -6,3 +6,5 @@ cp unzip.changes unzip-rcc.changes sed -i -e 's,Name: .*,Name: unzip-rcc,' unzip-rcc.spec sed -i -e 's,%bcond_with rcc,%bcond_without rcc,' unzip-rcc.spec +osc service localrun format_spec_file + diff --git a/unzip-rcc.changes b/unzip-rcc.changes index 5fb72fe..cbc758e 100644 --- a/unzip-rcc.changes +++ b/unzip-rcc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 18:29:07 UTC 2013 - coolo@suse.com + +- fix defaultattr for old distros + ------------------------------------------------------------------- Fri Aug 2 13:55:08 UTC 2013 - coolo@suse.com diff --git a/unzip-rcc.spec b/unzip-rcc.spec index a77e360..983eaa9 100644 --- a/unzip-rcc.spec +++ b/unzip-rcc.spec @@ -150,6 +150,7 @@ fi %if %{without rcc} %files doc +%defattr(-,root,root) %doc %{_mandir}/man1/* %doc BUGS Contents History.* LICENSE README ToDo WHERE %doc *.txt proginfo diff --git a/unzip.changes b/unzip.changes index 5fb72fe..cbc758e 100644 --- a/unzip.changes +++ b/unzip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 18:29:07 UTC 2013 - coolo@suse.com + +- fix defaultattr for old distros + ------------------------------------------------------------------- Fri Aug 2 13:55:08 UTC 2013 - coolo@suse.com diff --git a/unzip.spec b/unzip.spec index bf510ea..abd4b4f 100644 --- a/unzip.spec +++ b/unzip.spec @@ -150,6 +150,7 @@ fi %if %{without rcc} %files doc +%defattr(-,root,root) %doc %{_mandir}/man1/* %doc BUGS Contents History.* LICENSE README ToDo WHERE %doc *.txt proginfo